|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_paderborn.fujaba.codegen.OOType
Class OOType
Field Summary | |
static FType |
EMPTY_TYPE
No comment provided by developer, please add a comment to improve documentation. |
static java.lang.String |
EMPTY_TYPENAME
No comment provided by developer, please add a comment to improve documentation. |
Constructor Summary | |
protected |
OOType()
Default Constructor |
|
OOType(FType umlType,
java.lang.String typeName,
boolean pointer)
Constructor for class OOType |
Method Summary | |
int |
compareTo(java.lang.Object other)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
equals(java.lang.Object other)
No comment provided by developer, please add a comment to improve documentation. |
java.lang.String |
getTypeName()
Get the typeName attribute of the OOType object |
FType |
getUmlType()
Get the value of umlType. |
boolean |
isPointer()
Get the pointer attribute of the OOType object |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final FType EMPTY_TYPE
public static final java.lang.String EMPTY_TYPENAME
Constructor Detail |
protected OOType()
public OOType(FType umlType, java.lang.String typeName, boolean pointer)
umlType
- No description providedtypeName
- No description providedpointer
- No description providedMethod Detail |
public FType getUmlType()
public java.lang.String getTypeName()
public boolean isPointer()
public boolean equals(java.lang.Object other)
equals
in interface OOTypeInterface
other
- No description provided
public int compareTo(java.lang.Object other)
compareTo
in interface java.lang.Comparable
other
- No description provided
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |