Interface ModelFactoryObject
-
- All Known Implementing Classes:
ModelFactoryObjectImpl
public interface ModelFactoryObjectRepresents an object that is managed by the model factory.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModelgetModel()StringgetModelName()StringgetModelPath()AttributePathnewAttributePath()
-
-
-
Method Detail
-
getModelName
String getModelName()
-
getModelPath
String getModelPath()
-
getModel
Model getModel()
-
newAttributePath
AttributePath newAttributePath()
-
-