Interface IModelData
-
- All Known Subinterfaces:
IModel,IResolvableModel<V,M>,ITypedModel
- All Known Implementing Classes:
AbstractResolvableModel,DummyModel,Model,ModelContainer,ModelInfo,Project,ProjectContainer,Script,ScriptContainer,Template
public interface IModelDataSpecifies the interface to the most basic data of a model (and model info).- Author:
- Holger Eichelberger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetName()Returns the name of the model.VersiongetVersion()Returns the version of the model.
-
-
-
Method Detail
-
getName
java.lang.String getName()
Returns the name of the model.- Returns:
- the name
-
getVersion
Version getVersion()
Returns the version of the model.- Returns:
- the version, may be null if no version is specified
-
-