org.eclipse.modisco.omg.gastm
Interface BitFieldDefinition
- All Superinterfaces:
- DataDefinition, DeclarationOrDefinition, Definition, DefinitionObject, GASTMObject, GASTMSyntaxObject
public interface BitFieldDefinition
- extends DataDefinition
A representation of the model object 'Bit Field Definition'.
The following features are supported:
- See Also:
GASTMPackage.getBitFieldDefinition()
- Generated:
- Model:
getBitFieldSize
Expression getBitFieldSize()
- Returns the value of the 'Bit Field Size' containment reference.
If the meaning of the 'Bit Field Size' containment reference isn't clear,
there really should be more of a description here...
- Returns:
- the value of the 'Bit Field Size' containment reference.
- See Also:
setBitFieldSize(Expression)
,
GASTMPackage.getBitFieldDefinition_BitFieldSize()
- Generated:
- Model:
- containment="true" required="true"
setBitFieldSize
void setBitFieldSize(Expression value)
- Sets the value of the '
Bit Field Size
' containment reference.
- Parameters:
value
- the new value of the 'Bit Field Size' containment reference.- See Also:
getBitFieldSize()
- Generated: