public static enum PcoaParamaters.PackageToUse extends Enum<PcoaParamaters.PackageToUse>
| Modifier and Type | Method and Description |
|---|---|
static PcoaParamaters.PackageToUse |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PcoaParamaters.PackageToUse[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PcoaParamaters.PackageToUse COLT
public static final PcoaParamaters.PackageToUse MTJ
public static final PcoaParamaters.PackageToUse NULL
public static PcoaParamaters.PackageToUse[] values()
for (PcoaParamaters.PackageToUse c : PcoaParamaters.PackageToUse.values()) System.out.println(c);
public static PcoaParamaters.PackageToUse 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 nullCopyright © 2016. All Rights Reserved.