public static enum DescriptorSupport.OptionalFieldName extends Enum<DescriptorSupport.OptionalFieldName>
| Enum Constant and Description |
|---|
ENUM_VALUE
Range of allowed values for an attribute
|
MAX_VALUE
Maximum value of an attribute
|
MIN_VALUE
Minimum value of an attribute
|
UNIT
Unit of mesurement for an attribute
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFieldName() |
static DescriptorSupport.OptionalFieldName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DescriptorSupport.OptionalFieldName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DescriptorSupport.OptionalFieldName MIN_VALUE
public static final DescriptorSupport.OptionalFieldName MAX_VALUE
public static final DescriptorSupport.OptionalFieldName ENUM_VALUE
public static final DescriptorSupport.OptionalFieldName UNIT
public static DescriptorSupport.OptionalFieldName[] values()
for (DescriptorSupport.OptionalFieldName c : DescriptorSupport.OptionalFieldName.values()) System.out.println(c);
public static DescriptorSupport.OptionalFieldName 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 getFieldName()
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.