public static enum Pool.ModuleDataType extends Enum<Pool.ModuleDataType>
Enum Constant and Description |
---|
CLASS_OR_RESOURCE |
CONFIG |
NATIVE_CMD |
NATIVE_LIB |
OTHER |
Modifier and Type | Method and Description |
---|---|
static Pool.ModuleDataType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Pool.ModuleDataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Pool.ModuleDataType CLASS_OR_RESOURCE
public static final Pool.ModuleDataType CONFIG
public static final Pool.ModuleDataType NATIVE_CMD
public static final Pool.ModuleDataType NATIVE_LIB
public static final Pool.ModuleDataType OTHER
public static Pool.ModuleDataType[] values()
for (Pool.ModuleDataType c : Pool.ModuleDataType.values()) System.out.println(c);
public static Pool.ModuleDataType 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-internal+0-2016-04-29-133312.buildd.src