public enum EnumUltrasoundColorDataPresent extends java.lang.Enum<EnumUltrasoundColorDataPresent>
| Enum Constant and Description |
|---|
ULTRASOUND_COLOR_DATA_NOT_PRESENT_IN_IMAGE
The ultrasoun d_ colo r_ dat a_ no t_ presen t_ i n_ image.
|
ULTRASOUND_COLOR_DATA_PRESENT_IN_IMAGE
The ultrasoun d_ colo r_ dat a_ presen t_ i n_ image.
|
| Modifier and Type | Method and Description |
|---|---|
short |
getValue()
This function returns the value of this enum.
|
static EnumUltrasoundColorDataPresent |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumUltrasoundColorDataPresent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumUltrasoundColorDataPresent ULTRASOUND_COLOR_DATA_NOT_PRESENT_IN_IMAGE
public static final EnumUltrasoundColorDataPresent ULTRASOUND_COLOR_DATA_PRESENT_IN_IMAGE
public static EnumUltrasoundColorDataPresent[] values()
for (EnumUltrasoundColorDataPresent c : EnumUltrasoundColorDataPresent.values()) System.out.println(c);
public static EnumUltrasoundColorDataPresent 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 short getValue()