public enum ListCSU extends Enum<ListCSU>
Used in
Administrative, Allotment, Antenna, Assignment, ChannelPlan, Common, Contact, Deployment, ExternalReference, FEDeployment, ForceElement, IntfReport, JRFL, Loadset, Location, Message, Note, Organisation, RFSystem, RadiationPlan, Receiver, Role, SSReply, SSRequest, Satellite, TOA, Transmitter
| Modifier and Type | Method and Description |
|---|---|
static ListCSU |
fromValue(String v) |
String |
value() |
static ListCSU |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListCSU[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListCSU ACTIVE
public static final ListCSU INACTIVE
public static final ListCSU OTHER
public static ListCSU[] values()
for (ListCSU c : ListCSU.values()) System.out.println(c);
public static ListCSU 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.