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