Serializable
, Comparable<ResourcePoolEntry.Type>
public static enum ResourcePoolEntry.Type extends Enum<ResourcePoolEntry.Type>
Enum Constant | Description |
---|---|
CLASS_OR_RESOURCE |
|
CONFIG |
|
HEADER_FILE |
|
MAN_PAGE |
|
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 HEADER_FILE
public static final ResourcePoolEntry.Type MAN_PAGE
public static final ResourcePoolEntry.Type TOP
public static final ResourcePoolEntry.Type OTHER
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 Submit a bug or feature
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 2015, 2016, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Debian+0-9b149-1