|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_paderborn.fujaba.codegen.OOContainerType
Class OOContainerType
Field Summary | |
private OOCollectionEnum |
collectionType
UMLAttribute : 'collectionType : OOCollectionEnum ' |
private OOTypeInterface[] |
parameter
UMLAttribute : 'parameter : OOTypeInterface[] ' |
private boolean |
pointer
No comment provided by developer, please add a comment to improve documentation. |
Constructor Summary | |
OOContainerType(OOCollectionEnum collectionType,
OOTypeInterface[] theParameter)
Default Constructor |
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. |
OOCollectionEnum |
getCollectionType()
Get the value of collectionType. |
OOTypeInterface[] |
getParameter()
Get the value of parameter. |
boolean |
isPointer()
Get the pointer attribute of the OOContainerType object |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private OOCollectionEnum collectionType
private OOTypeInterface[] parameter
private boolean pointer
Constructor Detail |
public OOContainerType(OOCollectionEnum collectionType, OOTypeInterface[] theParameter)
collectionType
- No description providedtheParameter
- No description providedMethod Detail |
public OOCollectionEnum getCollectionType()
public OOTypeInterface[] getParameter()
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 |