public static enum CreateMockObjects.SendOptions extends java.lang.Enum<CreateMockObjects.SendOptions>
Enum Constant and Description |
---|
HAS_NO_DATA |
NORMAL |
NULL_OBJ |
Modifier and Type | Method and Description |
---|---|
static CreateMockObjects.SendOptions |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CreateMockObjects.SendOptions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CreateMockObjects.SendOptions NORMAL
public static final CreateMockObjects.SendOptions NULL_OBJ
public static final CreateMockObjects.SendOptions HAS_NO_DATA
public static CreateMockObjects.SendOptions[] values()
for (CreateMockObjects.SendOptions c : CreateMockObjects.SendOptions.values()) System.out.println(c);
public static CreateMockObjects.SendOptions 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 null