public enum CDTRANSACTIONTYPEvalues extends Enum<CDTRANSACTIONTYPEvalues>
Java class for CD-TRANSACTION-TYPEvalues.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="CD-TRANSACTION-TYPEvalues"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="incapacity"/> <enumeration value="incapacityextension"/> <enumeration value="incapacityrelapse"/> <enumeration value="nursing"/> <enumeration value="physiotherapy"/> <enumeration value="intermediarynursing"/> <enumeration value="intermediaryphysiotherapy"/> <enumeration value="transferdocument"/> <enumeration value="childrecord"/> </restriction> </simpleType>
Enum Constant and Description |
---|
CHILDRECORD |
INCAPACITY |
INCAPACITYEXTENSION |
INCAPACITYRELAPSE |
INTERMEDIARYNURSING |
INTERMEDIARYPHYSIOTHERAPY |
NURSING |
PHYSIOTHERAPY |
TRANSFERDOCUMENT |
Modifier and Type | Method and Description |
---|---|
static CDTRANSACTIONTYPEvalues |
fromValue(String v) |
String |
value() |
static CDTRANSACTIONTYPEvalues |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CDTRANSACTIONTYPEvalues[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CDTRANSACTIONTYPEvalues INCAPACITY
public static final CDTRANSACTIONTYPEvalues INCAPACITYEXTENSION
public static final CDTRANSACTIONTYPEvalues INCAPACITYRELAPSE
public static final CDTRANSACTIONTYPEvalues NURSING
public static final CDTRANSACTIONTYPEvalues PHYSIOTHERAPY
public static final CDTRANSACTIONTYPEvalues INTERMEDIARYNURSING
public static final CDTRANSACTIONTYPEvalues INTERMEDIARYPHYSIOTHERAPY
public static final CDTRANSACTIONTYPEvalues TRANSFERDOCUMENT
public static final CDTRANSACTIONTYPEvalues CHILDRECORD
public static CDTRANSACTIONTYPEvalues[] values()
for (CDTRANSACTIONTYPEvalues c : CDTRANSACTIONTYPEvalues.values()) System.out.println(c);
public static CDTRANSACTIONTYPEvalues valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String value()
public static CDTRANSACTIONTYPEvalues fromValue(String v)
Connector Packaging TRUSSMAKER 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.