Package edu.sc.seis.TauP
Enum Class ReflTransAxisType
- All Implemented Interfaces:
Serializable,Comparable<ReflTransAxisType>,Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final List<ReflTransAxisType>static final List<ReflTransAxisType>static final List<ReflTransAxisType>static final List<ReflTransAxisType>static final List<ReflTransAxisType>static final List<ReflTransAxisType>static final List<ReflTransAxisType>static final List<ReflTransAxisType>static final List<ReflTransAxisType>static final List<ReflTransAxisType> -
Method Summary
Modifier and TypeMethodDescriptionstatic StringlabelFor(ReflTransAxisType axisType) static ReflTransAxisTypeReturns the enum constant of this class with the specified name.static ReflTransAxisType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
Rpp
-
Rps
-
Rsp
-
Rss
-
Tpp
-
Tps
-
Tsp
-
Tss
-
Rshsh
-
Tshsh
-
RppEnergy
-
TppEnergy
-
RpsEnergy
-
TpsEnergy
-
RspEnergy
-
TspEnergy
-
RssEnergy
-
TssEnergy
-
RshshEnergy
-
TshshEnergy
-
RppPhase
-
TppPhase
-
RpsPhase
-
TpsPhase
-
RspPhase
-
TspPhase
-
RssPhase
-
TssPhase
-
RshshPhase
-
TshshPhase
-
RppReal
-
TppReal
-
RpsReal
-
TpsReal
-
RspReal
-
TspReal
-
RssReal
-
TssReal
-
RshshReal
-
TshshReal
-
RppImag
-
TppImag
-
RpsImag
-
TpsImag
-
RspImag
-
TspImag
-
RssImag
-
TssImag
-
RshshImag
-
TshshImag
-
RpAngle
-
RsAngle
-
TpAngle
-
TsAngle
-
FreeRecFuncPr
-
FreeRecFuncSvr
-
FreeRecFuncPz
-
FreeRecFuncSvz
-
FreeRecFuncSh
-
-
Field Details
-
inpwave
-
insvwave
-
allSh
-
allPSv
-
allDisplacement
-
allFreeRF
-
allAngle
-
allEnergy
-
allPhase
-
allRealImag
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
labelFor
-