public enum ListCBO extends Enum<ListCBO>
Used in
Administrative, Allocation, Allotment, AntGain, AntMode, AntPattern, Antenna, Assignment, ChannelPlan, Common, ConfigFreq, Configuration, Contact, Curve, DiagramEndpoint, EMail, Ellipse, EndpointLocation, ExternalReference, FEDeployment, ForceElement, IntfReport, JRFL, JammingChannelProfile, JammingPerformance, JammingPlan, Loadset, Location, Message, Note, ObservedERPAnalysis, ObservedLobeAnalysis, ObservedMOPAnalysis, ObservedPolarisationAnalysis, ObservedPulseAnalysis, ObservedRFAnalysis, ObservedScanAnalysis, Organisation, Point, Polygon, Power, RFSystem, RadiationPlan, Receiver, Role, SSReply, SSRequest, Satellite, SpreadSpectrum, StageLocation, Station, StationLoc, TOA, TelephoneFax, TimingDeconflictionProtocol, Transmitter, Trunking, TrunkingAssignment, Tuning, TxMode
| Modifier and Type | Method and Description |
|---|---|
static ListCBO |
fromValue(String v) |
String |
value() |
static ListCBO |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListCBO[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static ListCBO[] values()
for (ListCBO c : ListCBO.values()) System.out.println(c);
public static ListCBO 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.