Uses of Class
in.erail.glue.enumeration.PropertyValueModifier
-
Packages that use PropertyValueModifier Package Description in.erail.glue.common in.erail.glue.enumeration -
-
Uses of PropertyValueModifier in in.erail.glue.common
Methods in in.erail.glue.common that return PropertyValueModifier Modifier and Type Method Description PropertyValueModifierValueWithModifier. getPropertyValueModifier()Constructors in in.erail.glue.common with parameters of type PropertyValueModifier Constructor Description ValueWithModifier(String pValue, PropertyValueModifier pModifier) -
Uses of PropertyValueModifier in in.erail.glue.enumeration
Methods in in.erail.glue.enumeration that return PropertyValueModifier Modifier and Type Method Description static PropertyValueModifierPropertyValueModifier. valueOf(String name)Returns the enum constant of this type with the specified name.static PropertyValueModifier[]PropertyValueModifier. values()Returns an array containing the constants of this enum type, in the order they are declared.
-