public static enum Europe1Constants.PRICE_ACCURACY_PROPERTY.Value extends Enum<Europe1Constants.PRICE_ACCURACY_PROPERTY.Value>
lookUp(String) for gathering the corresponding enum for a given property value string.| Modifier and Type | Method and Description |
|---|---|
String |
getFullName()
Gets the short name of this enum like "minute" for "minute".
|
String |
getShortName()
Gets the short name of this enum like "min" for "minute".
|
static Europe1Constants.PRICE_ACCURACY_PROPERTY.Value |
lookUp(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.Value |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Europe1Constants.PRICE_ACCURACY_PROPERTY.Value[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Europe1Constants.PRICE_ACCURACY_PROPERTY.Value FULL
public static final Europe1Constants.PRICE_ACCURACY_PROPERTY.Value SECOND
public static final Europe1Constants.PRICE_ACCURACY_PROPERTY.Value MINUTE
public static final Europe1Constants.PRICE_ACCURACY_PROPERTY.Value HOUR
public static final Europe1Constants.PRICE_ACCURACY_PROPERTY.Value DAY
public static Europe1Constants.PRICE_ACCURACY_PROPERTY.Value[] values()
for (Europe1Constants.PRICE_ACCURACY_PROPERTY.Value c : Europe1Constants.PRICE_ACCURACY_PROPERTY.Value.values()) System.out.println(c);
public static Europe1Constants.PRICE_ACCURACY_PROPERTY.Value valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getShortName()
public String getFullName()
public static Europe1Constants.PRICE_ACCURACY_PROPERTY.Value lookUp(String strValue)
strValue - property value string for which the related enum is neededCopyright © 2017 SAP SE. All Rights Reserved.