public static enum PropertyDefinitionBean.PropertyType extends Enum<PropertyDefinitionBean.PropertyType>
| Enum Constant and Description |
|---|
ATTRIBUTE |
COMPONENT |
ELEMENT |
HIDDEN |
TEXT |
| Modifier and Type | Method and Description |
|---|---|
static PropertyDefinitionBean.PropertyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyDefinitionBean.PropertyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PropertyDefinitionBean.PropertyType ATTRIBUTE
public static final PropertyDefinitionBean.PropertyType ELEMENT
public static final PropertyDefinitionBean.PropertyType TEXT
public static final PropertyDefinitionBean.PropertyType COMPONENT
public static final PropertyDefinitionBean.PropertyType HIDDEN
public static PropertyDefinitionBean.PropertyType[] values()
for (PropertyDefinitionBean.PropertyType c : PropertyDefinitionBean.PropertyType.values()) System.out.println(c);
public static PropertyDefinitionBean.PropertyType 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 © 2023. All rights reserved.