public enum EnumTransducerType extends java.lang.Enum<EnumTransducerType>
| Enum Constant and Description |
|---|
CURVED_LINEAR
The CURVED_LINEAR.
|
ENDOCAV_AA
The ENDOCAV_AA.
|
ENDOCAV_CLA
The ENDOCAV_CLA.
|
ENDOCAV_LINEAR
The ENDOCAV_LINEAR.
|
ENDOCAV_MECH
The ENDOCAV_MECH.
|
ENDOCAV_PA
The ENDOCAV_PA.
|
IV_PHASED
The IV_PHASED.
|
IV_ROT_MIRROR
The IV_ROT_MIRROR.
|
IV_ROT_XTAL
The IV_ROT_XTAL.
|
LINEAR
The LINEAR.
|
SECTOR_ANNULAR
The SECTOR_ANNULAR.
|
SECTOR_MECH
The SECTOR_MECH.
|
SECTOR_PHASED
The SECTOR_PHASED.
|
SINGLE_CRYSTAL
The SINGLE_CRYSTAL.
|
SPLIT_XTAL_CWD
The SPLIT_XTAL_CWD.
|
VECTOR_PHASED
TheVECTOR_PHASED.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumTransducerType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumTransducerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumTransducerType SECTOR_PHASED
public static final EnumTransducerType SECTOR_MECH
public static final EnumTransducerType SECTOR_ANNULAR
public static final EnumTransducerType LINEAR
public static final EnumTransducerType CURVED_LINEAR
public static final EnumTransducerType SINGLE_CRYSTAL
public static final EnumTransducerType SPLIT_XTAL_CWD
public static final EnumTransducerType IV_PHASED
public static final EnumTransducerType IV_ROT_XTAL
public static final EnumTransducerType IV_ROT_MIRROR
public static final EnumTransducerType ENDOCAV_PA
public static final EnumTransducerType ENDOCAV_MECH
public static final EnumTransducerType ENDOCAV_CLA
public static final EnumTransducerType ENDOCAV_AA
public static final EnumTransducerType ENDOCAV_LINEAR
public static final EnumTransducerType VECTOR_PHASED
public static EnumTransducerType[] values()
for (EnumTransducerType c : EnumTransducerType.values()) System.out.println(c);
public static EnumTransducerType 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()