model
Enum TopoSystem.RCC8

java.lang.Object
  extended by java.lang.Enum<TopoSystem.RCC8>
      extended by model.TopoSystem.RCC8
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<TopoSystem.RCC8>
Enclosing class:
TopoSystem

public static enum TopoSystem.RCC8
extends java.lang.Enum<TopoSystem.RCC8>


Enum Constant Summary
DC8
           
EC8
           
EQ8
           
NTPP8
           
NTPPI8
           
PO8
           
TPP8
           
TPPI8
           
 
Method Summary
static TopoSystem.RCC8 valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TopoSystem.RCC8[] values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

DC8

public static final TopoSystem.RCC8 DC8

EC8

public static final TopoSystem.RCC8 EC8

PO8

public static final TopoSystem.RCC8 PO8

TPP8

public static final TopoSystem.RCC8 TPP8

TPPI8

public static final TopoSystem.RCC8 TPPI8

NTPP8

public static final TopoSystem.RCC8 NTPP8

NTPPI8

public static final TopoSystem.RCC8 NTPPI8

EQ8

public static final TopoSystem.RCC8 EQ8
Method Detail

values

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

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

valueOf

public static TopoSystem.RCC8 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