net.opengis.ic.v_2_0
Enum ClassificationType

java.lang.Object
  extended by java.lang.Enum<ClassificationType>
      extended by net.opengis.ic.v_2_0.ClassificationType
All Implemented Interfaces:
Serializable, Comparable<ClassificationType>

public enum ClassificationType
extends Enum<ClassificationType>

Java class for ClassificationType.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="ClassificationType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
     <enumeration value="U"/>
     <enumeration value="C"/>
     <enumeration value="S"/>
     <enumeration value="TS"/>
     <enumeration value="R"/>
     <enumeration value="CTS"/>
     <enumeration value="CTS-B"/>
     <enumeration value="CTS-BALK"/>
     <enumeration value="NU"/>
     <enumeration value="NR"/>
     <enumeration value="NC"/>
     <enumeration value="NS"/>
     <enumeration value="NS-S"/>
     <enumeration value="NS-A"/>
     <enumeration value="CTSA"/>
     <enumeration value="NSAT"/>
     <enumeration value="NCA"/>
   </restriction>
 </simpleType>
 


Enum Constant Summary
C
           
CTS
           
CTS_B
           
CTS_BALK
           
CTSA
           
NC
           
NCA
           
NR
           
NS
           
NS_A
           
NS_S
           
NSAT
           
NU
           
R
           
S
           
TS
           
U
          US, non-US or joint UNCLASSIFIED.
 
Method Summary
static ClassificationType fromValue(String v)
           
 String value()
           
static ClassificationType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ClassificationType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

U

public static final ClassificationType U
US, non-US or joint UNCLASSIFIED.


C

public static final ClassificationType C

S

public static final ClassificationType S

TS

public static final ClassificationType TS

R

public static final ClassificationType R

CTS

public static final ClassificationType CTS

CTS_B

public static final ClassificationType CTS_B

CTS_BALK

public static final ClassificationType CTS_BALK

NU

public static final ClassificationType NU

NR

public static final ClassificationType NR

NC

public static final ClassificationType NC

NS

public static final ClassificationType NS

NS_S

public static final ClassificationType NS_S

NS_A

public static final ClassificationType NS_A

CTSA

public static final ClassificationType CTSA

NSAT

public static final ClassificationType NSAT

NCA

public static final ClassificationType NCA
Method Detail

values

public static ClassificationType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (ClassificationType c : ClassificationType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static ClassificationType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

value

public String value()

fromValue

public static ClassificationType fromValue(String v)


Copyright © 2008-2015. All Rights Reserved.