public static enum DescriptorSupport.RequiredFieldName extends Enum<DescriptorSupport.RequiredFieldName>
| Enum Constant and Description |
|---|
ATTR_NAME
Attribute name
|
DEFAULT
Default value of the attribute.
|
DESCRIPTION_ID
The I18N Token for the description of the attribute provided in the attribute info
|
DISPLAY_NAME
Display name for the field
|
DISPLAY_NAME_ID
The I18N Token for the Display namefield
|
IS_PASSWORD
Indicates whether the attribute is a passwordfield
|
IS_STATIC
Indicates whether the attribute is static or dynamic
|
RESOURCE_BUNDLE_NAME
Resource Bundle Name
|
TOOL_TIP
Tool tip
|
TOOL_TIP_ID
The I18N Token for the Tool tip
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFieldName() |
static DescriptorSupport.RequiredFieldName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DescriptorSupport.RequiredFieldName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DescriptorSupport.RequiredFieldName ATTR_NAME
public static final DescriptorSupport.RequiredFieldName IS_STATIC
public static final DescriptorSupport.RequiredFieldName DEFAULT
public static final DescriptorSupport.RequiredFieldName DISPLAY_NAME
public static final DescriptorSupport.RequiredFieldName DISPLAY_NAME_ID
public static final DescriptorSupport.RequiredFieldName DESCRIPTION_ID
public static final DescriptorSupport.RequiredFieldName TOOL_TIP
public static final DescriptorSupport.RequiredFieldName TOOL_TIP_ID
public static final DescriptorSupport.RequiredFieldName RESOURCE_BUNDLE_NAME
public static final DescriptorSupport.RequiredFieldName IS_PASSWORD
public static DescriptorSupport.RequiredFieldName[] values()
for (DescriptorSupport.RequiredFieldName c : DescriptorSupport.RequiredFieldName.values()) System.out.println(c);
public static DescriptorSupport.RequiredFieldName 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.