@UML(identifier="MD_ClassificationCode", specification=ISO_19115) public final class Classification extends CodeList<Classification>
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Classification[] |
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. |
compareTo, equals, identifier, matches, name, ordinal, readResolve, toString, valueOf
@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
public static Classification[] values()
Classification
s.public Classification[] family()
family
in class CodeList<Classification>
public static Classification valueOf(String code)
code
- The name of the code to fetch or to create.Copyright © 1996–2019 Geotools. All rights reserved.