public enum HostFieldEditConstants extends Enum<HostFieldEditConstants>
Enum Constant and Description |
---|
ALPHA_ONLY |
ALPHANUMERIC |
ANY_CHARACTER |
DIGITS_ONLY |
IMPLIED_DECIMAL |
KATAKANA_SHIFT |
NUMERIC_ONLY |
NUMERIC_SHIFT |
SIGNED_NUMERIC |
UNDEFINED_HOST_FIELD_EDIT_TYPE |
UPPER_ONLY |
Modifier and Type | Method and Description |
---|---|
static HostFieldEditConstants |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HostFieldEditConstants[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HostFieldEditConstants ANY_CHARACTER
public static final HostFieldEditConstants ALPHA_ONLY
public static final HostFieldEditConstants ALPHANUMERIC
public static final HostFieldEditConstants UPPER_ONLY
public static final HostFieldEditConstants NUMERIC_ONLY
public static final HostFieldEditConstants DIGITS_ONLY
public static final HostFieldEditConstants SIGNED_NUMERIC
public static final HostFieldEditConstants IMPLIED_DECIMAL
public static final HostFieldEditConstants NUMERIC_SHIFT
public static final HostFieldEditConstants KATAKANA_SHIFT
public static final HostFieldEditConstants UNDEFINED_HOST_FIELD_EDIT_TYPE
public static HostFieldEditConstants[] values()
for (HostFieldEditConstants c : HostFieldEditConstants.values()) System.out.println(c);
public static HostFieldEditConstants 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 2009-2012 Micro Focus. All Rights Reserved.