public enum EnumRTBeamLimitingDeviceType extends java.lang.Enum<EnumRTBeamLimitingDeviceType>
| Enum Constant and Description |
|---|
ASYMMETRIC_IEC_X_DIRECTION
The ASYMMETRIC_IEC_X_DIRECTION.
|
ASYMMETRIC_IEC_Y_DIRECTION
The ASYMMETRIC_IEC_Y_DIRECTION.
|
MULTILEAF_IEC_X_DIRECTION
The MULTILEAF_IEC_X_DIRECTION.
|
MULTILEAF_IEC_Y_DIRECTION
The MULTILEAF_IEC_Y_DIRECTION.
|
SYMMETRIC_IEC_X_DIRECTION
The SYMMETRIC_IEC_X_DIRECTION.
|
SYMMETRIC_IEC_Y_DIRECTION
The SYMMETRIC_IEC_Y_DIRECTION.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumRTBeamLimitingDeviceType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumRTBeamLimitingDeviceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumRTBeamLimitingDeviceType SYMMETRIC_IEC_X_DIRECTION
public static final EnumRTBeamLimitingDeviceType SYMMETRIC_IEC_Y_DIRECTION
public static final EnumRTBeamLimitingDeviceType ASYMMETRIC_IEC_X_DIRECTION
public static final EnumRTBeamLimitingDeviceType ASYMMETRIC_IEC_Y_DIRECTION
public static final EnumRTBeamLimitingDeviceType MULTILEAF_IEC_X_DIRECTION
public static final EnumRTBeamLimitingDeviceType MULTILEAF_IEC_Y_DIRECTION
public static EnumRTBeamLimitingDeviceType[] values()
for (EnumRTBeamLimitingDeviceType c : EnumRTBeamLimitingDeviceType.values()) System.out.println(c);
public static EnumRTBeamLimitingDeviceType 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()