public enum OMAGServiceMode extends Enum<OMAGServiceMode> implements Serializable
| Modifier and Type | Method and Description |
|---|---|
int |
getTypeCode()
Return the code for this enum instance
|
String |
getTypeDescription()
Return the default description for the type for this enum instance.
|
String |
getTypeName()
Return the default name for this enum instance.
|
static OMAGServiceMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OMAGServiceMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OMAGServiceMode ENABLED
public static final OMAGServiceMode DISABLED
public static OMAGServiceMode[] values()
for (OMAGServiceMode c : OMAGServiceMode.values()) System.out.println(c);
public static OMAGServiceMode 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 getTypeCode()
public String getTypeName()
public String getTypeDescription()
Copyright © 2017–2018 ODPi. All rights reserved.