Package org.codehaus.modello.model
Class VersionDefinition
- java.lang.Object
-
- org.codehaus.modello.model.VersionDefinition
-
public class VersionDefinition extends Object
-
-
Constructor Summary
Constructors Constructor Description VersionDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetType()StringgetValue()booleanisFieldType()booleanisNamespaceType()voidsetType(String type)voidsetValue(String value)
-
-
-
Method Detail
-
getType
public String getType()
-
setType
public void setType(String type)
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
-
isNamespaceType
public boolean isNamespaceType()
- Returns:
trueif the versionDefinition can be based on the namespace- Since:
- 1.9
-
isFieldType
public boolean isFieldType()
- Returns:
trueif the versionDefinition can be based on the field- Since:
- 1.9
-
-