Uses of Enum Class
org.umlg.ocl.collect.Enumeration1
Packages that use Enumeration1
-
Uses of Enumeration1 in org.umlg.ocl
Methods in org.umlg.ocl that return Enumeration1Methods in org.umlg.ocl with parameters of type Enumeration1Modifier and TypeMethodDescriptionvoidCollect2.addToEnumeration1(Enumeration1 enumeration1)voidCollect2.addToEnumeration1IgnoreInverse(Enumeration1 enumeration1)voidCollect2.removeFromEnumeration1(Enumeration1 enumeration1)voidCollect2.setEnumeration1(Enumeration1 enumeration1)List<org.umlg.runtime.validation.UmlgConstraintViolation>Collect2.validateEnumeration1(Enumeration1 enumeration1)Method parameters in org.umlg.ocl with type arguments of type Enumeration1Modifier and TypeMethodDescriptionvoidCollect2.removeFromEnumeration1(org.umlg.runtime.collection.UmlgSet<Enumeration1> enumeration1) -
Uses of Enumeration1 in org.umlg.ocl.collect
Methods in org.umlg.ocl.collect that return Enumeration1Modifier and TypeMethodDescriptionstatic Enumeration1static Enumeration1Returns the enum constant of this class with the specified name.static Enumeration1[]Enumeration1.values()Returns an array containing the constants of this enum class, in the order they are declared.