public enum RefreshTimeOption extends java.lang.Enum<RefreshTimeOption> implements HybrisEnumValue
| Enum Constant and Description |
|---|
FIVEMIN
Generated enum value for RefreshTimeOption.FIVEMIN declared at extension cockpit.
|
FIVESEC
Generated enum value for RefreshTimeOption.FIVESEC declared at extension cockpit.
|
HALFHR
Generated enum value for RefreshTimeOption.HALFHR declared at extension cockpit.
|
HALFMIN
Generated enum value for RefreshTimeOption.HALFMIN declared at extension cockpit.
|
NEVER
Generated enum value for RefreshTimeOption.NEVER declared at extension cockpit.
|
ONEMIN
Generated enum value for RefreshTimeOption.ONEMIN declared at extension cockpit.
|
QUATERHR
Generated enum value for RefreshTimeOption.QUATERHR declared at extension cockpit.
|
QUATERMIN
Generated enum value for RefreshTimeOption.QUATERMIN declared at extension cockpit.
|
TENMIN
Generated enum value for RefreshTimeOption.TENMIN declared at extension cockpit.
|
TENSEC
Generated enum value for RefreshTimeOption.TENSEC declared at extension cockpit.
|
THREEMIN
Generated enum value for RefreshTimeOption.THREEMIN declared at extension cockpit.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
SIMPLE_CLASSNAME
Generated simple class name constant.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCode()
Gets the code of this enum value.
|
java.lang.String |
getType()
Gets the type this enum value belongs to.
|
static RefreshTimeOption |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RefreshTimeOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RefreshTimeOption FIVESEC
public static final RefreshTimeOption TENSEC
public static final RefreshTimeOption QUATERMIN
public static final RefreshTimeOption HALFMIN
public static final RefreshTimeOption ONEMIN
public static final RefreshTimeOption THREEMIN
public static final RefreshTimeOption FIVEMIN
public static final RefreshTimeOption TENMIN
public static final RefreshTimeOption QUATERHR
public static final RefreshTimeOption HALFHR
public static final RefreshTimeOption NEVER
public static final java.lang.String _TYPECODE
public static final java.lang.String SIMPLE_CLASSNAME
public static RefreshTimeOption[] values()
for (RefreshTimeOption c : RefreshTimeOption.values()) System.out.println(c);
public static RefreshTimeOption valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getCode()
getCode in interface HybrisEnumValuepublic java.lang.String getType()
getType in interface HybrisEnumValueCopyright © 2018 SAP SE. All Rights Reserved.