public enum EnumContrastBolusAgentPhase extends java.lang.Enum<EnumContrastBolusAgentPhase>
| Enum Constant and Description |
|---|
ARTERIAL
The ARTERIAL.
|
CAPILLARY
The CAPILLARY.
|
DELAYED
The DELAYED.
|
DYNAMIC
The DYNAMIC.
|
IMMEDIATE
The IMMEDIATE.
|
PORTAL_VENOUS
The PORTAL_VENOUS.
|
POST_CONTRAST
The POST_CONTRAST.
|
PRE_CONTRAST
The PRE_CONTRAST.
|
STEADY_STATE
The STEADY_STATE.
|
VENOUS
The VENOUS.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
Returns the String value of this enum.
|
static EnumContrastBolusAgentPhase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumContrastBolusAgentPhase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumContrastBolusAgentPhase PRE_CONTRAST
public static final EnumContrastBolusAgentPhase POST_CONTRAST
public static final EnumContrastBolusAgentPhase IMMEDIATE
public static final EnumContrastBolusAgentPhase DYNAMIC
public static final EnumContrastBolusAgentPhase STEADY_STATE
public static final EnumContrastBolusAgentPhase DELAYED
public static final EnumContrastBolusAgentPhase ARTERIAL
public static final EnumContrastBolusAgentPhase CAPILLARY
public static final EnumContrastBolusAgentPhase VENOUS
public static final EnumContrastBolusAgentPhase PORTAL_VENOUS
public static EnumContrastBolusAgentPhase[] values()
for (EnumContrastBolusAgentPhase c : EnumContrastBolusAgentPhase.values()) System.out.println(c);
public static EnumContrastBolusAgentPhase 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()