public static enum OfflineDetailedStateEvent.OfflineState extends Enum<OfflineDetailedStateEvent.OfflineState> implements SALEnum<OfflineDetailedStateEvent.OfflineState>
| Enum Constant and Description |
|---|
AVAILABLE |
PUBLISH_ONLY |
| Modifier and Type | Method and Description |
|---|---|
int |
getSALValue() |
static OfflineDetailedStateEvent.OfflineState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OfflineDetailedStateEvent.OfflineState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OfflineDetailedStateEvent.OfflineState PUBLISH_ONLY
public static final OfflineDetailedStateEvent.OfflineState AVAILABLE
public static OfflineDetailedStateEvent.OfflineState[] values()
for (OfflineDetailedStateEvent.OfflineState c : OfflineDetailedStateEvent.OfflineState.values()) System.out.println(c);
public static OfflineDetailedStateEvent.OfflineState 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 int getSALValue()
getSALValue in interface SALEnum<OfflineDetailedStateEvent.OfflineState>Copyright © 2018. All rights reserved.