Methods Summary |
---|
public UMLClass | getContainingClass()Returns the class that contains this member.
|
public UMLStringEnumeration | getDeclarationStrings()Returns member's declaration.
Returns string enumeration because
declaration can continue on a number of strings.
|
public UMLType | getType()Returns member's type as UMLType
|
public java.lang.String | getTypeExpression()Returns string that contains expression of the member type
|
public boolean | isAttribute()Indicates whether the member is attribute.
|
public boolean | isConst()Indicates whether this member is constant.
|
public boolean | isFinal()Indicates whether this member is final.
A final operation may never be overriden.
A final attribute may never have its value reassigned.
|
public boolean | isFriend()Indicates whether this member is friend.
|
public boolean | isOperation()Indicates whether the member is operation.
|
public boolean | isStatic()Indicates whether this member is static.
|