public static enum ResourceEntry.Properties extends java.lang.Enum<ResourceEntry.Properties>
ResourceEntry| Enum Constant and Description |
|---|
PROPERTY_DESCRIPTION
Resource description
|
PROPERTY_DISPLAY_NAME
Display Name
|
PROPERTY_HIERARCHICAL_PARENT_NAME
Hierarchical resource parent name
|
PROPERTY_RESOURCE_TYPE
Type of the resource
|
PROPERTY_TARGET
Name of the resource
|
| Modifier and Type | Method and Description |
|---|---|
static ResourceEntry.Properties |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ResourceEntry.Properties[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
public static final ResourceEntry.Properties PROPERTY_DISPLAY_NAME
public static final ResourceEntry.Properties PROPERTY_TARGET
public static final ResourceEntry.Properties PROPERTY_RESOURCE_TYPE
public static final ResourceEntry.Properties PROPERTY_DESCRIPTION
public static final ResourceEntry.Properties PROPERTY_HIERARCHICAL_PARENT_NAME
public static ResourceEntry.Properties[] values()
for (ResourceEntry.Properties c : ResourceEntry.Properties.values())
System.out.println(c);
public static ResourceEntry.Properties 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 null