Serializable
, Comparable<ResourcePoolEntry.Type>
public static enum ResourcePoolEntry.Type extends Enum<ResourcePoolEntry.Type>
Enum Constant | Description |
---|---|
CLASS_OR_RESOURCE |
|
CONFIG |
|
NATIVE_CMD |
|
NATIVE_LIB |
|
OTHER |
|
TOP |
Modifier and Type | Method | Description |
---|---|---|
static ResourcePoolEntry.Type |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static ResourcePoolEntry.Type[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourcePoolEntry.Type CLASS_OR_RESOURCE
public static final ResourcePoolEntry.Type CONFIG
public static final ResourcePoolEntry.Type NATIVE_CMD
public static final ResourcePoolEntry.Type NATIVE_LIB
public static final ResourcePoolEntry.Type OTHER
public static final ResourcePoolEntry.Type TOP
public static ResourcePoolEntry.Type[] values()
for (ResourcePoolEntry.Type c : ResourcePoolEntry.Type.values()) System.out.println(c);
public static ResourcePoolEntry.Type 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 null
Copyright © 2015, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-Ubuntu+0-9b139-1