public enum ListCCL extends Enum<ListCCL>
The classification of a data item. Where declared an attribute/element classification is REQUIRED even if the classification is "UNCLASSIFIED". Also, all elements at all levels below the dataset MUST have a classification lower or equal to the classification indicated in the top level classification.
Used in
Administration, Administrative, Allotment, Antenna, Assignment, ChannelFreq, ChannelPlan, ChannelPlanRef, CircuitRemarks, Comment, Common, Contact, ContactRef, Country, DCSTrunk, DatasetRef, DetailedFunction, DocketNum, Downgrade, EMail, EmsClass, ExtReferenceRef, ExternalReference, FEDeployment, ForceElement, HostDocketNum, HostNation, Installation, IntfReport, JRFL, Loadset, LoadsetRef, Location, LocationRef, LocationRestriction, Message, MissingRef, Note, OffTheShelfEquipment, Organisation, RFSystem, RFSystemRef, RadiationPlan, Receiver, RelatedRef, Remarks, Role, RoleRef, RxModeRef, SSReply, SSRequest, Satellite, ServiceArea, StnClass, TOA, TelephoneFax, Transmitter
| Enum Constant and Description |
|---|
CONFIDENTIAL
Confidential
|
RESTRICTED
Restricted (This classification SHALL NOT be used in USA-created datasets)
|
SECRET
Secret
|
TOP_SECRET
Top Secret
|
UNCLASSIFIED
Unclassified
|
| Modifier and Type | Method and Description |
|---|---|
static ListCCL |
fromValue(String v)
Returns the enum constant of this type with the specified name.
|
String |
value() |
static ListCCL |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListCCL[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListCCL UNCLASSIFIED
public static final ListCCL RESTRICTED
public static final ListCCL CONFIDENTIAL
public static final ListCCL SECRET
public static final ListCCL TOP_SECRET
public static ListCCL[] values()
for (ListCCL c : ListCCL.values()) System.out.println(c);
public static ListCCL 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()
public static ListCCL fromValue(String v)
v - the xml enum value (UNCLASSIFIED,RESTRICTED,C,S,T) or an instance
name.Copyright © 2016 OpenSSRF.org. All rights reserved.