g-Eclipse
Release 1.0.0

eu.geclipse.jsdl.model.base
Interface BoundaryType

All Known Implementing Classes:
BoundaryTypeImpl

public interface BoundaryType

A representation of the model object 'Boundary Type'.

The following features are supported:

See Also:
JsdlPackage.getBoundaryType()

Method Summary
 FeatureMap getAnyAttribute()
          Returns the value of the 'Any Attribute' attribute list.
 double getValue()
          Returns the value of the 'Value' attribute
 boolean isExclusiveBound()
          Returns the value of the 'Exclusive Bound' attribute
 boolean isSetExclusiveBound()
          Returns whether the value of the 'Exclusive Bound' attribute is set
 boolean isSetValue()
          Returns whether the value of the 'Value' attribute is set
 void setExclusiveBound(boolean value)
          Sets the value of the 'Exclusive Bound' attribute
 void setValue(double value)
          Sets the value of the 'Value' attribute
 void unsetExclusiveBound()
          Unsets the value of the 'Exclusive Bound' attribute
 void unsetValue()
          Unsets the value of the 'Value' attribute
 

Method Detail

getValue

double getValue()
Returns the value of the 'Value' attribute.

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

Returns:
the value of the 'Value' attribute.
See Also:
isSetValue(), unsetValue(), setValue(double), JsdlPackage.getBoundaryType_Value()

setValue

void setValue(double value)
Sets the value of the 'Value' attribute.

Parameters:
value - the new value of the 'Value' attribute.
See Also:
isSetValue(), unsetValue(), getValue()

unsetValue

void unsetValue()
Unsets the value of the 'Value' attribute.

See Also:
isSetValue(), getValue(), setValue(double)

isSetValue

boolean isSetValue()
Returns whether the value of the 'Value' attribute is set.

Returns:
whether the value of the 'Value' attribute is set.
See Also:
unsetValue(), getValue(), setValue(double)

isExclusiveBound

boolean isExclusiveBound()
Returns the value of the 'Exclusive Bound' attribute.

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

Returns:
the value of the 'Exclusive Bound' attribute.
See Also:
isSetExclusiveBound(), unsetExclusiveBound(), setExclusiveBound(boolean), JsdlPackage.getBoundaryType_ExclusiveBound()

setExclusiveBound

void setExclusiveBound(boolean value)
Sets the value of the 'Exclusive Bound' attribute.

Parameters:
value - the new value of the 'Exclusive Bound' attribute.
See Also:
isSetExclusiveBound(), unsetExclusiveBound(), isExclusiveBound()

unsetExclusiveBound

void unsetExclusiveBound()
Unsets the value of the 'Exclusive Bound' attribute.

See Also:
isSetExclusiveBound(), isExclusiveBound(), setExclusiveBound(boolean)

isSetExclusiveBound

boolean isSetExclusiveBound()
Returns whether the value of the 'Exclusive Bound' attribute is set.

Returns:
whether the value of the 'Exclusive Bound' attribute is set.
See Also:
unsetExclusiveBound(), isExclusiveBound(), setExclusiveBound(boolean)

getAnyAttribute

FeatureMap getAnyAttribute()
Returns the value of the 'Any Attribute' attribute list. The list contents are of type org.eclipse.emf.ecore.util.FeatureMap.Entry.

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

Returns:
the value of the 'Any Attribute' attribute list.
See Also:
JsdlPackage.getBoundaryType_AnyAttribute()

g-Eclipse
Release 1.0.0