|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Enumeration | |
org.omg.uml.foundation.core |
Uses of Enumeration in org.omg.uml.foundation.core |
Methods in org.omg.uml.foundation.core that return Enumeration | |
Enumeration |
EnumerationLiteral.getEnumeration()
Returns the value of reference enumeration. |
Enumeration |
EnumerationClass.createEnumeration()
The default factory operation used to create an instance object. |
Enumeration |
EnumerationClass.createEnumeration(String name,
VisibilityKind visibility,
boolean isSpecification,
boolean isRoot,
boolean isLeaf,
boolean isAbstract)
Creates an instance object having attributes initialized by the passed values. |
Enumeration |
AEnumerationLiteral.getEnumeration(EnumerationLiteral literal)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
Methods in org.omg.uml.foundation.core with parameters of type Enumeration | |
void |
EnumerationLiteral.setEnumeration(Enumeration newValue)
Sets the value of reference enumeration. |
boolean |
AEnumerationLiteral.exists(Enumeration enumeration,
EnumerationLiteral literal)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
List |
AEnumerationLiteral.getLiteral(Enumeration enumeration)
Queries the instance objects that are related to a particular instance object by a link in the current associations link set. |
boolean |
AEnumerationLiteral.add(Enumeration enumeration,
EnumerationLiteral literal)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AEnumerationLiteral.remove(Enumeration enumeration,
EnumerationLiteral literal)
Removes a link between a pair of instance objects in the current associations link set. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |