de.iai.ilcd.webgui.controller.ui
Enum ComplianceUtilHandler.ComplianceSystemCode

java.lang.Object
  extended by java.lang.Enum<ComplianceUtilHandler.ComplianceSystemCode>
      extended by de.iai.ilcd.webgui.controller.ui.ComplianceUtilHandler.ComplianceSystemCode
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<ComplianceUtilHandler.ComplianceSystemCode>
Enclosing class:
ComplianceUtilHandler

public static enum ComplianceUtilHandler.ComplianceSystemCode
extends java.lang.Enum<ComplianceUtilHandler.ComplianceSystemCode>

Enumeration with possible codes


Enum Constant Summary
ILCD
           
ILCD_ENTRY
           
NONE
           
OTHER
           
 
Method Summary
abstract  int getPriority()
          Get the priority of the code
static ComplianceUtilHandler.ComplianceSystemCode valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ComplianceUtilHandler.ComplianceSystemCode[] 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

ILCD

public static final ComplianceUtilHandler.ComplianceSystemCode ILCD

ILCD_ENTRY

public static final ComplianceUtilHandler.ComplianceSystemCode ILCD_ENTRY

OTHER

public static final ComplianceUtilHandler.ComplianceSystemCode OTHER

NONE

public static final ComplianceUtilHandler.ComplianceSystemCode NONE
Method Detail

values

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

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

valueOf

public static ComplianceUtilHandler.ComplianceSystemCode 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

getPriority

public abstract int getPriority()
Get the priority of the code

Returns:
priority of the code