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:

Method Summary
 Expression getBitFieldSize()
          Returns the value of the 'Bit Field Size' containment reference.
 void setBitFieldSize(Expression value)
          Sets the value of the 'Bit Field Size' containment reference.
 
Methods inherited from interface org.eclipse.modisco.omg.gastm.DataDefinition
getInitialValue, getIsMutable, setInitialValue, setIsMutable
 
Methods inherited from interface org.eclipse.modisco.omg.gastm.Definition
getDefinitionType, getIdentifierName, setDefinitionType, setIdentifierName
 
Methods inherited from interface org.eclipse.modisco.omg.gastm.DeclarationOrDefinition
getAccessKind, getLinkageSpecifier, getStorageSpecifiers, setAccessKind, setLinkageSpecifier, setStorageSpecifiers
 
Methods inherited from interface org.eclipse.modisco.omg.gastm.GASTMSyntaxObject
getAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfo
 

Method Detail

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: