public enum SlotStatus extends java.lang.Enum<SlotStatus>
| Enum Constant and Description |
|---|
OVERRIDE
Generated enum value for
SlotStatus.OVERRIDE value defined at extension cmsfacades. |
PAGE
Generated enum value for
SlotStatus.PAGE value defined at extension cmsfacades. |
TEMPLATE
Generated enum value for
SlotStatus.TEMPLATE value defined at extension cmsfacades. |
| Modifier and Type | Method and Description |
|---|---|
static SlotStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SlotStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SlotStatus TEMPLATE
SlotStatus.TEMPLATE value defined at extension cmsfacades.public static final SlotStatus PAGE
SlotStatus.PAGE value defined at extension cmsfacades.public static final SlotStatus OVERRIDE
SlotStatus.OVERRIDE value defined at extension cmsfacades.public static SlotStatus[] values()
for (SlotStatus c : SlotStatus.values()) System.out.println(c);
public static SlotStatus 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 nullCopyright © 2018 SAP SE. All Rights Reserved.