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