Uses of Enum Class
org.umlg.indexing.PTYPE
Packages that use PTYPE
-
Uses of PTYPE in org.umlg.indexing
Methods in org.umlg.indexing that return PTYPEModifier and TypeMethodDescriptionstatic PTYPEProduct.getType()static PTYPEReturns the enum constant of this class with the specified name.static PTYPE[]PTYPE.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.umlg.indexing with parameters of type PTYPEModifier and TypeMethodDescriptionvoidvoidProduct.addToTypeIgnoreInverse(PTYPE type)Product.product_findByType(PTYPE type)voidProduct.removeFromType(PTYPE type)voidList<org.umlg.runtime.validation.UmlgConstraintViolation>Product.validateType(PTYPE type)Method parameters in org.umlg.indexing with type arguments of type PTYPEModifier and TypeMethodDescriptionvoidProduct.removeFromType(org.umlg.runtime.collection.UmlgSet<PTYPE> type)