GeoAPI 2.0
Build 2005-06-08

org.opengis.metadata.constraint
Class Classification

Object
  extended by CodeList<Classification>
      extended by Classification
All Implemented Interfaces:
Serializable, Comparable<Classification>

@UML(identifier="MD_ClassificationCode",
     specification=ISO_19115)
public final class Classification
extends CodeList<Classification>

Name of the handling restrictions on the dataset.

Since:
GeoAPI 2.0
Version:
Abstract specification 5.0
See Also:
Serialized Form

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.
 
Constructor Summary
Classification(String name)
          Constructs an enum with the given name.
 
Method Summary
 Classification[] family()
          Returns the list of enumerations of the same kind than this enum.
static Classification[] values()
          Returns the list of Classifications.
 
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

UNCLASSIFIED

@UML(identifier="unclassified",
     obligation=CONDITIONAL,
     specification=ISO_19115)
public static final Classification UNCLASSIFIED
Available for general disclosure.


RESTRICTED

@UML(identifier="restricted",
     obligation=CONDITIONAL,
     specification=ISO_19115)
public static final Classification RESTRICTED
Not for general disclosure.


CONFIDENTIAL

@UML(identifier="confidential",
     obligation=CONDITIONAL,
     specification=ISO_19115)
public static final Classification CONFIDENTIAL
Available for someone who can be entrusted with information.


SECRET

@UML(identifier="secret",
     obligation=CONDITIONAL,
     specification=ISO_19115)
public static final Classification SECRET
Kept or meant to be kept private, unknown, or hidden from all but a select group of people.


TOP_SECRET

@UML(identifier="topsecret",
     obligation=CONDITIONAL,
     specification=ISO_19115)
public static final Classification TOP_SECRET
Of the highest secrecy.

Constructor Detail

Classification

public Classification(String name)
Constructs an enum with the given name. The new enum is automatically added to the list returned by values().

Parameters:
name - The enum name. This name must not be in use by an other enum of this type.
Method Detail

values

public static Classification[] values()
Returns the list of Classifications.


family

public Classification[] family()
Returns the list of enumerations of the same kind than this enum.

Specified by:
family in class CodeList<Classification>

GeoAPI 2.0
Build 2005-06-08

Symbols, terms and definitions
Copyright OpenGIS® Consortium