public interface FunctionMemberAttributes extends MinorSyntaxObject
The following features are supported:
GASTMPackage.getFunctionMemberAttributes()| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getIsFriend()
Returns the value of the 'Is Friend' attribute.
|
java.lang.Boolean |
getIsInLine()
Returns the value of the 'Is In Line' attribute.
|
java.lang.Boolean |
getIsThisConst()
Returns the value of the 'Is This Const' attribute.
|
VirtualSpecification |
getVirtualSpecifier()
Returns the value of the 'Virtual Specifier' containment reference.
|
void |
setIsFriend(java.lang.Boolean value)
Sets the value of the '
Is Friend' attribute. |
void |
setIsInLine(java.lang.Boolean value)
Sets the value of the '
Is In Line' attribute. |
void |
setIsThisConst(java.lang.Boolean value)
Sets the value of the '
Is This Const' attribute. |
void |
setVirtualSpecifier(VirtualSpecification value)
Sets the value of the '
Virtual Specifier' containment reference. |
getAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfojava.lang.Boolean getIsFriend()
If the meaning of the 'Is Friend' attribute isn't clear, there really should be more of a description here...
setIsFriend(Boolean),
GASTMPackage.getFunctionMemberAttributes_IsFriend()void setIsFriend(java.lang.Boolean value)
Is Friend' attribute.
value - the new value of the 'Is Friend' attribute.getIsFriend()java.lang.Boolean getIsInLine()
If the meaning of the 'Is In Line' attribute isn't clear, there really should be more of a description here...
setIsInLine(Boolean),
GASTMPackage.getFunctionMemberAttributes_IsInLine()void setIsInLine(java.lang.Boolean value)
Is In Line' attribute.
value - the new value of the 'Is In Line' attribute.getIsInLine()java.lang.Boolean getIsThisConst()
If the meaning of the 'Is This Const' attribute isn't clear, there really should be more of a description here...
setIsThisConst(Boolean),
GASTMPackage.getFunctionMemberAttributes_IsThisConst()void setIsThisConst(java.lang.Boolean value)
Is This Const' attribute.
value - the new value of the 'Is This Const' attribute.getIsThisConst()VirtualSpecification getVirtualSpecifier()
If the meaning of the 'Virtual Specifier' containment reference isn't clear, there really should be more of a description here...
setVirtualSpecifier(VirtualSpecification),
GASTMPackage.getFunctionMemberAttributes_VirtualSpecifier()void setVirtualSpecifier(VirtualSpecification value)
Virtual Specifier' containment reference.
value - the new value of the 'Virtual Specifier' containment reference.getVirtualSpecifier()