public enum ListCFE extends Enum<ListCFE>
Used in ForceElement
Enum Constant and Description |
---|
PLATFORM_CLASS |
SPECIFIC_PLATFORM |
SPECIFIC_WEAPON |
UNIT |
WEAPON_CLASS |
Modifier and Type | Method and Description |
---|---|
static ListCFE |
fromValue(String v) |
String |
value() |
static ListCFE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListCFE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListCFE SPECIFIC_PLATFORM
public static final ListCFE PLATFORM_CLASS
public static final ListCFE SPECIFIC_WEAPON
public static final ListCFE WEAPON_CLASS
public static final ListCFE UNIT
public static ListCFE[] values()
for (ListCFE c : ListCFE.values()) System.out.println(c);
public static ListCFE 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 nullpublic String value()
Copyright © 2016 OpenSSRF.org. All rights reserved.