org.infolayer.model
Class GenericType
java.lang.Object
org.infolayer.model.UmlModelElement
org.infolayer.model.UmlClassifier
org.infolayer.model.GenericType
- All Implemented Interfaces:
- org.ksoap2.serialization.KvmSerializable, Typed
- public class GenericType
- extends UmlClassifier
Methods inherited from class org.infolayer.model.UmlClassifier |
addOperation, addOperation, addProperty, addProperty, allInstances, checkConstraints, compile, compile, createInstance, equals, findOperation, findProperty, getAllSubtypes, getAllSupertypes, getAttribute, getBehavior, getCommonSupertype, getDynamicOperation, getInstanceJavaClass, getLabel, getModel, getOperation, getOwnedAttribute, getOwnedOperation, getPermission, getProperty, getPropertyCount, getPropertyInfo, getStateProperty, getSubtypes, getSupertype, getTaggedValueRecursive, getType, init, instances, isAbstract, isAssignableFrom, lookUpOperation, setProperty, toOclLiteral, toOclLiteral, toString, typeDistance |
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
OWNER
public static final int OWNER
- See Also:
- Constant Field Values
OWNER_ELEMENT_TYPE
public static final int OWNER_ELEMENT_TYPE
- See Also:
- Constant Field Values
OWNER_FLATTEN
public static final int OWNER_FLATTEN
- See Also:
- Constant Field Values
TYPE_OF
public static final int TYPE_OF
- See Also:
- Constant Field Values
EXPRESSION_DEPENDENT
public static final int EXPRESSION_DEPENDENT
- See Also:
- Constant Field Values
COLLECTION_OF
public static final int COLLECTION_OF
- See Also:
- Constant Field Values
SET_OF
public static final int SET_OF
- See Also:
- Constant Field Values
BAG_OF
public static final int BAG_OF
- See Also:
- Constant Field Values
SEQUENCE_OF
public static final int SEQUENCE_OF
- See Also:
- Constant Field Values
OWNER_AS_COLLECTION
public static final int OWNER_AS_COLLECTION
- See Also:
- Constant Field Values
OWNER_AS_SET
public static final int OWNER_AS_SET
- See Also:
- Constant Field Values
OWNER_AS_BAG
public static final int OWNER_AS_BAG
- See Also:
- Constant Field Values
OWNER_AS_SEQUENCE
public static final int OWNER_AS_SEQUENCE
- See Also:
- Constant Field Values
SET_TYPE_OF
public static final int SET_TYPE_OF
- See Also:
- Constant Field Values
GenericType
public GenericType(UmlModel model,
int genericType)
getActualType
public UmlClassifier getActualType(UmlClassifier base)
- Description copied from class:
UmlClassifier
- Overwriten in GenericType
- Overrides:
getActualType
in class UmlClassifier