|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<CDSTENTLESIONTYPEvalues>
be.fgov.ehealth.standards.kmehr.cd.v1.CDSTENTLESIONTYPEvalues
public enum CDSTENTLESIONTYPEvalues
Java class for CD-STENT-LESIONTYPEvalues.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="CD-STENT-LESIONTYPEvalues"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="simple"/> <enumeration value="multi-segment"/> <enumeration value="aorto-ostiale"/> <enumeration value="bifurcation"/> <enumeration value="occlusionchroniquetotplus3m"/> </restriction> </simpleType>
Enum Constant Summary | |
---|---|
AORTO_OSTIALE
|
|
BIFURCATION
|
|
MULTI_SEGMENT
|
|
OCCLUSIONCHRONIQUETOTPLUS_3_M
|
|
SIMPLE
|
Method Summary | |
---|---|
static CDSTENTLESIONTYPEvalues |
fromValue(String v)
|
String |
value()
|
static CDSTENTLESIONTYPEvalues |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CDSTENTLESIONTYPEvalues[] |
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 |
---|
public static final CDSTENTLESIONTYPEvalues SIMPLE
public static final CDSTENTLESIONTYPEvalues MULTI_SEGMENT
public static final CDSTENTLESIONTYPEvalues AORTO_OSTIALE
public static final CDSTENTLESIONTYPEvalues BIFURCATION
public static final CDSTENTLESIONTYPEvalues OCCLUSIONCHRONIQUETOTPLUS_3_M
Method Detail |
---|
public static CDSTENTLESIONTYPEvalues[] values()
for (CDSTENTLESIONTYPEvalues c : CDSTENTLESIONTYPEvalues.values()) System.out.println(c);
public static CDSTENTLESIONTYPEvalues valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic String value()
public static CDSTENTLESIONTYPEvalues fromValue(String v)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |