public enum EnumCM_UltrasoundBeamPath extends java.lang.Enum<EnumCM_UltrasoundBeamPath>
| Enum Constant and Description |
|---|
TRANS_ABDOMINAL |
TRANS_ESOPHAGEAL |
TRANS_GASTRIC |
TRANS_HEPATIC |
TRANS_MURAL |
TRANS_ORBITAL |
TRANS_PANCREATIC |
TRANS_PLEURAL |
TRANS_RENAL |
TRANS_SPLENIC |
TRANS_TEMPORAL |
TRANS_THECAL |
TRANS_VAGINAL_ENDOVAGINAL |
TRANS_VESICAL |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_UltrasoundBeamPath |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_UltrasoundBeamPath[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_UltrasoundBeamPath TRANS_HEPATIC
public static final EnumCM_UltrasoundBeamPath TRANS_GASTRIC
public static final EnumCM_UltrasoundBeamPath TRANS_PLEURAL
public static final EnumCM_UltrasoundBeamPath TRANS_MURAL
public static final EnumCM_UltrasoundBeamPath TRANS_ORBITAL
public static final EnumCM_UltrasoundBeamPath TRANS_PANCREATIC
public static final EnumCM_UltrasoundBeamPath TRANS_RENAL
public static final EnumCM_UltrasoundBeamPath TRANS_TEMPORAL
public static final EnumCM_UltrasoundBeamPath TRANS_THECAL
public static final EnumCM_UltrasoundBeamPath TRANS_VESICAL
public static final EnumCM_UltrasoundBeamPath TRANS_SPLENIC
public static final EnumCM_UltrasoundBeamPath TRANS_ESOPHAGEAL
public static final EnumCM_UltrasoundBeamPath TRANS_ABDOMINAL
public static final EnumCM_UltrasoundBeamPath TRANS_VAGINAL_ENDOVAGINAL
public static EnumCM_UltrasoundBeamPath[] values()
for (EnumCM_UltrasoundBeamPath c : EnumCM_UltrasoundBeamPath.values()) System.out.println(c);
public static EnumCM_UltrasoundBeamPath valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getValue()