org.eclipse.modisco.omg.gastm
Interface Type

All Superinterfaces:
GASTMObject, GASTMSyntaxObject
All Known Subinterfaces:
AggregateType, AnnotationType, ArrayType, Boolean, ByReferenceFormalParameterType, Byte, ByValueFormalParameterType, Character, ClassType, CollectionType, ConstructedType, DataType, Double, EnumType, ExceptionType, FormalParameterType, FunctionType, IntegralType, LabelType, LongDouble, LongInteger, NamedType, NamedTypeReference, NameSpaceType, NumberType, PointerType, PrimitiveType, RangeType, Real, RealType, ReferenceType, ShortInteger, StructureType, TypeReference, UnionType, UnnamedTypeReference, Void

public interface Type
extends GASTMSyntaxObject

A representation of the model object 'Type'.

The following features are supported:

See Also:
GASTMPackage.getType()
Generated:
Model:
abstract="true"

Method Summary
 java.lang.Boolean getIsConst()
          Returns the value of the 'Is Const' attribute.
 void setIsConst(java.lang.Boolean value)
          Sets the value of the 'Is Const' attribute.
 
Methods inherited from interface org.eclipse.modisco.omg.gastm.GASTMSyntaxObject
getAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfo
 

Method Detail

getIsConst

java.lang.Boolean getIsConst()
Returns the value of the 'Is Const' attribute.

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

Returns:
the value of the 'Is Const' attribute.
See Also:
setIsConst(Boolean), GASTMPackage.getType_IsConst()
Generated:
Model:

setIsConst

void setIsConst(java.lang.Boolean value)
Sets the value of the 'Is Const' attribute.

Parameters:
value - the new value of the 'Is Const' attribute.
See Also:
getIsConst()
Generated: