Uses of Enum Class
org.umlg.enumeration.EnumMany
Packages that use EnumMany
-
Uses of EnumMany in org.umlg.enumeration
Methods in org.umlg.enumeration that return EnumManyModifier and TypeMethodDescriptionstatic EnumManystatic EnumManyReturns the enum constant of this class with the specified name.static EnumMany[]EnumMany.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.umlg.enumeration that return types with arguments of type EnumManyModifier and TypeMethodDescriptionorg.umlg.runtime.collection.UmlgSet<EnumMany>Human.getEnumMany()Methods in org.umlg.enumeration with parameters of type EnumManyModifier and TypeMethodDescriptionvoidHuman.addToEnumMany(EnumMany enumMany)voidHuman.addToEnumManyIgnoreInverse(EnumMany enumMany)voidHuman.removeFromEnumMany(EnumMany enumMany)List<org.umlg.runtime.validation.UmlgConstraintViolation>Human.validateEnumMany(EnumMany enumMany)Method parameters in org.umlg.enumeration with type arguments of type EnumManyModifier and TypeMethodDescriptionvoidHuman.addToEnumMany(org.umlg.runtime.collection.UmlgSet<EnumMany> enumMany)voidHuman.removeFromEnumMany(org.umlg.runtime.collection.UmlgSet<EnumMany> enumMany)voidHuman.setEnumMany(org.umlg.runtime.collection.UmlgSet<EnumMany> enumMany)