public enum ListCFT extends Enum<ListCFT>
Used in RelatedOrganisation
| Enum Constant and Description |
|---|
BUDGET |
PLAN_ORBAT |
REFERENCE_ORBAT |
RELATED |
REPORTING |
| Modifier and Type | Method and Description |
|---|---|
static ListCFT |
fromValue(String v) |
String |
value() |
static ListCFT |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListCFT[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListCFT BUDGET
public static final ListCFT PLAN_ORBAT
public static final ListCFT REFERENCE_ORBAT
public static final ListCFT RELATED
public static final ListCFT REPORTING
public static ListCFT[] values()
for (ListCFT c : ListCFT.values()) System.out.println(c);
public static ListCFT 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.