public abstract class BaseIncludedModel extends Object implements IncludedModel
Constructor and Description |
---|
BaseIncludedModel(String modelName,
String modelPackage,
String path,
String importType) |
Modifier and Type | Method and Description |
---|---|
String |
getImportType() |
String |
getModelName() |
String |
getModelPackage() |
String |
getPath() |
public String getModelName()
getModelName
in interface IncludedModel
public String getModelPackage()
getModelPackage
in interface IncludedModel
public String getPath()
getPath
in interface IncludedModel
public String getImportType()
getImportType
in interface IncludedModel
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.