Elexis API documentation
Version 2.1.6 as of December 11 2011

ch.elexis.hl7.data
Enum HL7LaborItem.Typ

java.lang.Object
  extended by java.lang.Enum<HL7LaborItem.Typ>
      extended by ch.elexis.hl7.data.HL7LaborItem.Typ
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<HL7LaborItem.Typ>
Enclosing class:
HL7LaborItem

public static enum HL7LaborItem.Typ
extends java.lang.Enum<HL7LaborItem.Typ>


Enum Constant Summary
ABSOLUTE
           
DOCUMENT
           
FORMULA
           
NUMERIC
           
TEXT
           
 
Method Summary
static HL7LaborItem.Typ valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static HL7LaborItem.Typ[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

NUMERIC

public static final HL7LaborItem.Typ NUMERIC

TEXT

public static final HL7LaborItem.Typ TEXT

ABSOLUTE

public static final HL7LaborItem.Typ ABSOLUTE

FORMULA

public static final HL7LaborItem.Typ FORMULA

DOCUMENT

public static final HL7LaborItem.Typ DOCUMENT
Method Detail

values

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

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

valueOf

public static HL7LaborItem.Typ 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

Elexis API documentation
Version 2.1.6 as of December 11 2011

Copyright 2005-2011 by Gerry Weirich, Elexis