|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectCodeList<Classification>
Classification
@UML(identifier="MD_ClassificationCode", specification=ISO_19115) public final class Classification
Name of the handling restrictions on the dataset.
Field Summary | |
---|---|
static Classification |
CONFIDENTIAL
Available for someone who can be entrusted with information. |
static Classification |
RESTRICTED
Not for general disclosure. |
static Classification |
SECRET
Kept or meant to be kept private, unknown, or hidden from all but a select group of people. |
static Classification |
TOP_SECRET
Of the highest secrecy. |
static Classification |
UNCLASSIFIED
Available for general disclosure. |
Method Summary | |
---|---|
CodeList[] |
family()
Returns the list of enumerations of the same kind than this enum. |
static Classification |
valueOf(String code)
Returns the Classification that matches the given string, or returns a new one if none match it. |
static Classification[] |
values()
Returns the list of Classification s. |
Methods inherited from class CodeList |
---|
compareTo, name, ordinal, readResolve, toString |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
@UML(identifier="unclassified", obligation=CONDITIONAL, specification=ISO_19115) public static final Classification UNCLASSIFIED
@UML(identifier="restricted", obligation=CONDITIONAL, specification=ISO_19115) public static final Classification RESTRICTED
@UML(identifier="confidential", obligation=CONDITIONAL, specification=ISO_19115) public static final Classification CONFIDENTIAL
@UML(identifier="secret", obligation=CONDITIONAL, specification=ISO_19115) public static final Classification SECRET
@UML(identifier="topsecret", obligation=CONDITIONAL, specification=ISO_19115) public static final Classification TOP_SECRET
Method Detail |
---|
public static Classification[] values()
Classification
s.
public CodeList[] family()
family
in class CodeList<Classification>
public static Classification valueOf(String code)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |