public enum ListCPJ extends Enum<ListCPJ>
Used in Project
Enum Constant and Description |
---|
COMPLAN |
EXERCISE |
MISSION |
OPERATION |
OPLAN |
OTHER |
Modifier and Type | Method and Description |
---|---|
static ListCPJ |
fromValue(String v) |
String |
value() |
static ListCPJ |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListCPJ[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListCPJ COMPLAN
public static final ListCPJ EXERCISE
public static final ListCPJ MISSION
public static final ListCPJ OPERATION
public static final ListCPJ OPLAN
public static final ListCPJ OTHER
public static ListCPJ[] values()
for (ListCPJ c : ListCPJ.values()) System.out.println(c);
public static ListCPJ 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.