org.eclipse.modisco.omg.gastm
Interface FunctionMemberAttributes

All Superinterfaces:
GASTMObject, GASTMSyntaxObject, MinorSyntaxObject

public interface FunctionMemberAttributes
extends MinorSyntaxObject

A representation of the model object 'Function Member Attributes'.

The following features are supported:

See Also:
GASTMPackage.getFunctionMemberAttributes()
Generated:
Model:

Method Summary
 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.
 
Methods inherited from interface org.eclipse.modisco.omg.gastm.GASTMSyntaxObject
getAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfo
 

Method Detail

getIsFriend

java.lang.Boolean getIsFriend()
Returns the value of the 'Is Friend' attribute.

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

Returns:
the value of the 'Is Friend' attribute.
See Also:
setIsFriend(Boolean), GASTMPackage.getFunctionMemberAttributes_IsFriend()
Generated:
Model:

setIsFriend

void setIsFriend(java.lang.Boolean value)
Sets the value of the 'Is Friend' attribute.

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

getIsInLine

java.lang.Boolean getIsInLine()
Returns the value of the 'Is In Line' attribute.

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

Returns:
the value of the 'Is In Line' attribute.
See Also:
setIsInLine(Boolean), GASTMPackage.getFunctionMemberAttributes_IsInLine()
Generated:
Model:

setIsInLine

void setIsInLine(java.lang.Boolean value)
Sets the value of the 'Is In Line' attribute.

Parameters:
value - the new value of the 'Is In Line' attribute.
See Also:
getIsInLine()
Generated:

getIsThisConst

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

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

Returns:
the value of the 'Is This Const' attribute.
See Also:
setIsThisConst(Boolean), GASTMPackage.getFunctionMemberAttributes_IsThisConst()
Generated:
Model:

setIsThisConst

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

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

getVirtualSpecifier

VirtualSpecification getVirtualSpecifier()
Returns the value of the 'Virtual Specifier' containment reference.

If the meaning of the 'Virtual Specifier' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Virtual Specifier' containment reference.
See Also:
setVirtualSpecifier(VirtualSpecification), GASTMPackage.getFunctionMemberAttributes_VirtualSpecifier()
Generated:
Model:
containment="true" required="true"

setVirtualSpecifier

void setVirtualSpecifier(VirtualSpecification value)
Sets the value of the 'Virtual Specifier' containment reference.

Parameters:
value - the new value of the 'Virtual Specifier' containment reference.
See Also:
getVirtualSpecifier()
Generated: