com.bbn.openmap.layer.rpf
Enum RpfCoverage.DefaultColors

java.lang.Object
  extended by java.lang.Enum<RpfCoverage.DefaultColors>
      extended by com.bbn.openmap.layer.rpf.RpfCoverage.DefaultColors
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<RpfCoverage.DefaultColors>
Enclosing class:
RpfCoverage

protected static enum RpfCoverage.DefaultColors
extends java.lang.Enum<RpfCoverage.DefaultColors>


Enum Constant Summary
CG
           
CIB10
           
CIB5
           
GNC
           
JNC
           
JOG
           
MISC
           
ONC
           
TLM
           
TPC
           
 
Method Summary
static RpfCoverage.DefaultColors valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RpfCoverage.DefaultColors[] 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

CG

public static final RpfCoverage.DefaultColors CG

TLM

public static final RpfCoverage.DefaultColors TLM

JOG

public static final RpfCoverage.DefaultColors JOG

TPC

public static final RpfCoverage.DefaultColors TPC

ONC

public static final RpfCoverage.DefaultColors ONC

JNC

public static final RpfCoverage.DefaultColors JNC

GNC

public static final RpfCoverage.DefaultColors GNC

CIB10

public static final RpfCoverage.DefaultColors CIB10

CIB5

public static final RpfCoverage.DefaultColors CIB5

MISC

public static final RpfCoverage.DefaultColors MISC
Method Detail

values

public static RpfCoverage.DefaultColors[] 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 (RpfCoverage.DefaultColors c : RpfCoverage.DefaultColors.values())
    System.out.println(c);

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

valueOf

public static RpfCoverage.DefaultColors valueOf(java.lang.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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null


Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details