org.eclipse.modisco.manifest
Interface Version


public interface Version

A representation of the model object 'Version'.

The following features are supported:

See Also:
ManifestPackage.getVersion()
Generated:
Model:

Method Summary
 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.
 

Method Detail

getMinimum

java.lang.String getMinimum()
Returns the value of the 'Minimum' attribute.

If the meaning of the 'Minimum' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Minimum' attribute.
See Also:
setMinimum(String), ManifestPackage.getVersion_Minimum()
Generated:
Model:

setMinimum

void setMinimum(java.lang.String value)
Sets the value of the 'Minimum' attribute.

Parameters:
value - the new value of the 'Minimum' attribute.
See Also:
getMinimum()
Generated:

isMinimumIsInclusive

boolean isMinimumIsInclusive()
Returns the value of the 'Minimum Is Inclusive' attribute.

If the meaning of the 'Minimum Is Inclusive' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Minimum Is Inclusive' attribute.
See Also:
setMinimumIsInclusive(boolean), ManifestPackage.getVersion_MinimumIsInclusive()
Generated:
Model:

setMinimumIsInclusive

void setMinimumIsInclusive(boolean value)
Sets the value of the 'Minimum Is Inclusive' attribute.

Parameters:
value - the new value of the 'Minimum Is Inclusive' attribute.
See Also:
isMinimumIsInclusive()
Generated:

getMaximum

java.lang.String getMaximum()
Returns the value of the 'Maximum' attribute.

If the meaning of the 'Maximum' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Maximum' attribute.
See Also:
setMaximum(String), ManifestPackage.getVersion_Maximum()
Generated:
Model:

setMaximum

void setMaximum(java.lang.String value)
Sets the value of the 'Maximum' attribute.

Parameters:
value - the new value of the 'Maximum' attribute.
See Also:
getMaximum()
Generated:

isMaximumIsInclusive

boolean isMaximumIsInclusive()
Returns the value of the 'Maximum Is Inclusive' attribute.

If the meaning of the 'Maximum Is Inclusive' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Maximum Is Inclusive' attribute.
See Also:
setMaximumIsInclusive(boolean), ManifestPackage.getVersion_MaximumIsInclusive()
Generated:
Model:

setMaximumIsInclusive

void setMaximumIsInclusive(boolean value)
Sets the value of the 'Maximum Is Inclusive' attribute.

Parameters:
value - the new value of the 'Maximum Is Inclusive' attribute.
See Also:
isMaximumIsInclusive()
Generated: