public enum ListCSG extends Enum<ListCSG>
Used in
ExternalReference
, RFSystem
, SSRequest
, Stage
Enum Constant and Description |
---|
CONCEPTUAL |
DEVELOPMENTAL |
EXPERIMENTAL |
OPERATIONAL |
Modifier and Type | Method and Description |
---|---|
static ListCSG |
fromValue(String v) |
String |
value() |
static ListCSG |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListCSG[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListCSG CONCEPTUAL
public static final ListCSG DEVELOPMENTAL
public static final ListCSG EXPERIMENTAL
public static final ListCSG OPERATIONAL
public static ListCSG[] values()
for (ListCSG c : ListCSG.values()) System.out.println(c);
public static ListCSG 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.