Class Europe1Constants.PRICE_ACCURACY_PROPERTY
- java.lang.Object
-
- de.hybris.platform.europe1.constants.Europe1Constants.PRICE_ACCURACY_PROPERTY
-
- Enclosing class:
- Europe1Constants
public static final class Europe1Constants.PRICE_ACCURACY_PROPERTY extends java.lang.ObjectConstants for price accuracy properties.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEurope1Constants.PRICE_ACCURACY_PROPERTY.ValueEnumeration used for possible values of property.
-
Field Summary
Fields Modifier and Type Field Description static Europe1Constants.PRICE_ACCURACY_PROPERTY.ValueDEFAULTDefault value for the property.static java.lang.StringKEYKey of the property.static Europe1Constants.PRICE_ACCURACY_PROPERTY.ValueLIMITFinest allowed value for the property.
-
Constructor Summary
Constructors Constructor Description PRICE_ACCURACY_PROPERTY()
-
-
-
Field Detail
-
KEY
public static final java.lang.String KEY
Key of the property.- See Also:
- Constant Field Values
-
LIMIT
public static final Europe1Constants.PRICE_ACCURACY_PROPERTY.Value LIMIT
Finest allowed value for the property.
-
DEFAULT
public static final Europe1Constants.PRICE_ACCURACY_PROPERTY.Value DEFAULT
Default value for the property.
-
-