Uses of Enum Class
org.umlg.ocl.oclenum.OCLENUM1
Packages that use OCLENUM1
-
Uses of OCLENUM1 in org.umlg.ocl.oclenum
Methods in org.umlg.ocl.oclenum that return OCLENUM1Modifier and TypeMethodDescriptionstatic OCLENUM1OclEnum.getOCLENUM1()static OCLENUM1Returns the enum constant of this class with the specified name.static OCLENUM1[]OCLENUM1.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.umlg.ocl.oclenum with parameters of type OCLENUM1Modifier and TypeMethodDescriptionvoidOclEnum.addToOCLENUM1(OCLENUM1 oCLENUM1)voidOclEnum.addToOCLENUM1IgnoreInverse(OCLENUM1 oCLENUM1)voidOclEnum.removeFromOCLENUM1(OCLENUM1 oCLENUM1)voidOclEnum.setOCLENUM1(OCLENUM1 oCLENUM1)List<org.umlg.runtime.validation.UmlgConstraintViolation>OclEnum.validateOCLENUM1(OCLENUM1 oCLENUM1)Method parameters in org.umlg.ocl.oclenum with type arguments of type OCLENUM1Modifier and TypeMethodDescriptionvoidOclEnum.removeFromOCLENUM1(org.umlg.runtime.collection.UmlgSet<OCLENUM1> oCLENUM1)