Package org.ivoa.dm.proposal.prop
Enum Class CalibrationTarget_intendedUse
java.lang.Object
java.lang.Enum<CalibrationTarget_intendedUse>
org.ivoa.dm.proposal.prop.CalibrationTarget_intendedUse
- All Implemented Interfaces:
Serializable
,Comparable<CalibrationTarget_intendedUse>
,Constable
@VoDml(id="proposal:CalibrationTarget_intendedUse",
role=enumeration)
public enum CalibrationTarget_intendedUse
extends Enum<CalibrationTarget_intendedUse>
.
Enumeration CalibrationTarget_intendedUse :
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionValue Amplitude : .Value Atmospheric : used to measure atmospheric effects.Value Bandpass : .Value Delay : .Value Focus : .Value Phase : .Value Pointing : .Value Polarization : . -
Method Summary
Modifier and TypeMethodDescriptionstatic final CalibrationTarget_intendedUse
Return the CalibrationTarget_intendedUse enum constant corresponding to the given string representation (value)final String
toString()
Return the string representation of this enum constant (value)final String
value()
Return the string representation of this enum constant (value)Returns the enum constant of this class with the specified name.static CalibrationTarget_intendedUse[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
AMPLITUDE
Value Amplitude : . -
ATMOSPHERIC
Value Atmospheric : used to measure atmospheric effects. -
BANDPASS
Value Bandpass : . -
PHASE
Value Phase : . -
POINTING
Value Pointing : . -
FOCUS
Value Focus : . -
POLARIZATION
Value Polarization : . -
DELAY
Value Delay : .
-
-
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
-
value
Return the string representation of this enum constant (value)- Returns:
- string representation of this enum constant (value)
-
toString
Return the string representation of this enum constant (value)- Overrides:
toString
in classEnum<CalibrationTarget_intendedUse>
- Returns:
- string representation of this enum constant (value)
- See Also:
-
fromValue
Return the CalibrationTarget_intendedUse enum constant corresponding to the given string representation (value)- Parameters:
v
- string representation (value)- Returns:
- CalibrationTarget_intendedUse enum constant
- Throws:
IllegalArgumentException
- if there is no matching enum constant
-