de.iai.ilcd.webgui.controller.ui
Enum ComplianceUtilHandler.ComplianceSystemCode
java.lang.Object
java.lang.Enum<ComplianceUtilHandler.ComplianceSystemCode>
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
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 |
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
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