Class VersionDefinition

java.lang.Object
org.codehaus.modello.model.VersionDefinition

public class VersionDefinition extends Object
  • Constructor Details

    • VersionDefinition

      public VersionDefinition()
  • Method Details

    • 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:
      true if the versionDefinition can be based on the namespace
      Since:
      1.9
    • isFieldType

      public boolean isFieldType()
      Returns:
      true if the versionDefinition can be based on the field
      Since:
      1.9