public static enum TypeFieldEntry.DescriptionType extends java.lang.Enum<TypeFieldEntry.DescriptionType>
Modifier and Type | Method and Description |
---|---|
static TypeFieldEntry.DescriptionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TypeFieldEntry.DescriptionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeFieldEntry.DescriptionType NONE
public static final TypeFieldEntry.DescriptionType TEXT
public static final TypeFieldEntry.DescriptionType TOOLTIP
public static TypeFieldEntry.DescriptionType[] values()
for (TypeFieldEntry.DescriptionType c : TypeFieldEntry.DescriptionType.values()) System.out.println(c);
public static TypeFieldEntry.DescriptionType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2001-2017 Jalios SA. All Rights Reserved.