Uses of Enum Class
org.umlg.qualifiertest.ENUM1
Packages that use ENUM1
-
Uses of ENUM1 in org.umlg.qualifiertest
Methods in org.umlg.qualifiertest that return ENUM1Modifier and TypeMethodDescriptionstatic ENUM1QualifierD.getENUM1()static ENUM1Returns the enum constant of this class with the specified name.static ENUM1[]ENUM1.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.umlg.qualifiertest with parameters of type ENUM1Modifier and TypeMethodDescriptionvoidQualifierD.addToENUM1(ENUM1 eNUM1)voidQualifierD.addToENUM1IgnoreInverse(ENUM1 eNUM1)voidQualifierD.removeFromENUM1(ENUM1 eNUM1)voidList<org.umlg.runtime.validation.UmlgConstraintViolation>QualifierD.validateENUM1(ENUM1 eNUM1)Method parameters in org.umlg.qualifiertest with type arguments of type ENUM1Modifier and TypeMethodDescriptionvoidQualifierD.removeFromENUM1(org.umlg.runtime.collection.UmlgSet<ENUM1> eNUM1)