Uses of Class
de.hybris.platform.europe1.constants.Europe1Constants.PRICE_ACCURACY_PROPERTY.Value
-
Packages that use Europe1Constants.PRICE_ACCURACY_PROPERTY.Value Package Description de.hybris.platform.europe1.constants -
-
Uses of Europe1Constants.PRICE_ACCURACY_PROPERTY.Value in de.hybris.platform.europe1.constants
Fields in de.hybris.platform.europe1.constants declared as Europe1Constants.PRICE_ACCURACY_PROPERTY.Value Modifier and Type Field Description static Europe1Constants.PRICE_ACCURACY_PROPERTY.ValueEurope1Constants.PRICE_ACCURACY_PROPERTY. DEFAULTDefault value for the property.static Europe1Constants.PRICE_ACCURACY_PROPERTY.ValueEurope1Constants.PRICE_ACCURACY_PROPERTY. LIMITFinest allowed value for the property.Methods in de.hybris.platform.europe1.constants that return Europe1Constants.PRICE_ACCURACY_PROPERTY.Value Modifier and Type Method Description static Europe1Constants.PRICE_ACCURACY_PROPERTY.ValueEurope1Constants.PRICE_ACCURACY_PROPERTY.Value. lookUp(java.lang.String strValue)Gets the corresponding enum for a given property value comparing it ignoring case to all enums full and short name starting with lowest enum.static Europe1Constants.PRICE_ACCURACY_PROPERTY.ValueEurope1Constants.PRICE_ACCURACY_PROPERTY.Value. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Europe1Constants.PRICE_ACCURACY_PROPERTY.Value[]Europe1Constants.PRICE_ACCURACY_PROPERTY.Value. values()Returns an array containing the constants of this enum type, in the order they are declared.
-