public interface Version
The following features are supported:
ManifestPackage.getVersion()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMaximum()
Returns the value of the 'Maximum' attribute.
|
java.lang.String |
getMinimum()
Returns the value of the 'Minimum' attribute.
|
boolean |
isMaximumIsInclusive()
Returns the value of the 'Maximum Is Inclusive' attribute.
|
boolean |
isMinimumIsInclusive()
Returns the value of the 'Minimum Is Inclusive' attribute.
|
void |
setMaximum(java.lang.String value)
Sets the value of the '
Maximum' attribute. |
void |
setMaximumIsInclusive(boolean value)
Sets the value of the '
Maximum Is Inclusive' attribute. |
void |
setMinimum(java.lang.String value)
Sets the value of the '
Minimum' attribute. |
void |
setMinimumIsInclusive(boolean value)
Sets the value of the '
Minimum Is Inclusive' attribute. |
java.lang.String getMinimum()
If the meaning of the 'Minimum' attribute isn't clear, there really should be more of a description here...
setMinimum(String),
ManifestPackage.getVersion_Minimum()void setMinimum(java.lang.String value)
Minimum' attribute.
value - the new value of the 'Minimum' attribute.getMinimum()boolean isMinimumIsInclusive()
If the meaning of the 'Minimum Is Inclusive' attribute isn't clear, there really should be more of a description here...
setMinimumIsInclusive(boolean),
ManifestPackage.getVersion_MinimumIsInclusive()void setMinimumIsInclusive(boolean value)
Minimum Is Inclusive' attribute.
value - the new value of the 'Minimum Is Inclusive' attribute.isMinimumIsInclusive()java.lang.String getMaximum()
If the meaning of the 'Maximum' attribute isn't clear, there really should be more of a description here...
setMaximum(String),
ManifestPackage.getVersion_Maximum()void setMaximum(java.lang.String value)
Maximum' attribute.
value - the new value of the 'Maximum' attribute.getMaximum()boolean isMaximumIsInclusive()
If the meaning of the 'Maximum Is Inclusive' attribute isn't clear, there really should be more of a description here...
setMaximumIsInclusive(boolean),
ManifestPackage.getVersion_MaximumIsInclusive()void setMaximumIsInclusive(boolean value)
Maximum Is Inclusive' attribute.
value - the new value of the 'Maximum Is Inclusive' attribute.isMaximumIsInclusive()