public static enum Property.IO_QUESTION extends Enum<Property.IO_QUESTION>
| Enum Constant and Description |
|---|
IO_START |
IO_STOP |
IO_TRANSLATE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static Property.IO_QUESTION |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Property.IO_QUESTION[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Property.IO_QUESTION IO_START
public static final Property.IO_QUESTION IO_TRANSLATE_NAME
public static final Property.IO_QUESTION IO_STOP
public static Property.IO_QUESTION[] values()
for (Property.IO_QUESTION c : Property.IO_QUESTION.values()) System.out.println(c);
public static Property.IO_QUESTION 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 nullCopyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.