public static enum EntityEditor.DescriptionStyle extends Enum<EntityEditor.DescriptionStyle>
Attribute for setting EntityEditor.DescriptionStyle
| Enum Constant and Description |
|---|
HelpButton
Display field description as a
HelpButton |
None
Don’t display description
|
SpanLabel
Display description as text
|
| Modifier and Type | Method and Description |
|---|---|
static EntityEditor.DescriptionStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityEditor.DescriptionStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EntityEditor.DescriptionStyle None
Don’t display description
public static final EntityEditor.DescriptionStyle HelpButton
Display field description as a HelpButton
public static final EntityEditor.DescriptionStyle SpanLabel
Display description as text
public static EntityEditor.DescriptionStyle[] values()
for (EntityEditor.DescriptionStyle c : EntityEditor.DescriptionStyle.values()) System.out.println(c);
public static EntityEditor.DescriptionStyle 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 © 2022. All Rights Reserved.