public enum CommonChoiceState extends Enum<CommonChoiceState>
| Modifier and Type | Method and Description |
|---|---|
String |
getEnName() |
String |
getFullName() |
static CommonChoiceState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommonChoiceState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommonChoiceState UNDECIDED
public static final CommonChoiceState WANT
public static final CommonChoiceState DONTWANT
public static CommonChoiceState[] values()
for (CommonChoiceState c : CommonChoiceState.values()) System.out.println(c);
public static CommonChoiceState 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 String getEnName()
public String getFullName()
Copyright © 2005–2018 The OpenURP Software. All rights reserved.