public enum PoolResource extends Enum<PoolResource> implements ResourceBuilder.ResourceId
| Enum Constant and Description |
|---|
STATUS_DUPLICATE
Status Duplicate.
|
STATUS_INVALID
Status Invalid.
|
STATUS_NAME
Status Name.
|
STATUS_VALID
Status Valid.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getKeyName()
Get Key Name.
|
String |
getNameSpace()
Get NameSpace.
|
String |
getValue()
Get Value.
|
static PoolResource |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PoolResource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PoolResource STATUS_NAME
public static final PoolResource STATUS_VALID
public static final PoolResource STATUS_INVALID
public static final PoolResource STATUS_DUPLICATE
public static PoolResource[] values()
for (PoolResource c : PoolResource.values()) System.out.println(c);
public static PoolResource 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 getKeyName()
ResourceBuilder.ResourceIdgetKeyName in interface ResourceBuilder.ResourceIdpublic String getNameSpace()
ResourceBuilder.ResourceIdgetNameSpace in interface ResourceBuilder.ResourceIdpublic String getValue()
ResourceBuilder.ResourceIdgetValue in interface ResourceBuilder.ResourceIdCopyright © 2015. All rights reserved.