public enum RequestOptionEnum extends Enum<RequestOptionEnum> implements org.dmd.dmc.DmcEnumIF
Generated from the mvw schema at version 0.1
This code was auto-generated by the dmogenerator utility and shouldn't be altered manually! Generated from: org.dmd.dms.util.DmoEnumFormatter.dumpEnum(DmoEnumFormatter.java:100)
| Enum Constant and Description |
|---|
CACHE |
CENTRALDMPERRORS |
CENTRALERRORS |
CENTRALRPCERRORS |
DMPERRORS |
EVENTS |
NONE |
RPCERRORS |
| Modifier and Type | Method and Description |
|---|---|
String |
displayValue()
Returns the display value of this enum value as a String.
|
static RequestOptionEnum |
get(int code)
Returns the enum value of the specified int or null if it's not valid.
|
static RequestOptionEnum |
get(String str)
Returns a value for this enum or throws an exception if the String value isn't
a valid member of this enum.
|
int |
intValue()
Returns the value of this enum value as an int.
|
static RequestOptionEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestOptionEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RequestOptionEnum NONE
public static final RequestOptionEnum DMPERRORS
public static final RequestOptionEnum RPCERRORS
public static final RequestOptionEnum CENTRALDMPERRORS
public static final RequestOptionEnum CENTRALRPCERRORS
public static final RequestOptionEnum CENTRALERRORS
public static final RequestOptionEnum CACHE
public static final RequestOptionEnum EVENTS
public static RequestOptionEnum[] values()
for (RequestOptionEnum c : RequestOptionEnum.values()) System.out.println(c);
public static RequestOptionEnum 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 intValue()
public String displayValue()
displayValue in interface org.dmd.dmc.DmcEnumIFpublic static RequestOptionEnum get(int code)
public static RequestOptionEnum get(String str)
Copyright © 2019. All rights reserved.