Uses of Enum Class
org.javastro.ivoa.entities.stc.v1.DopplerDefinitionType
Packages that use DopplerDefinitionType
-
Uses of DopplerDefinitionType in org.javastro.ivoa.entities.stc.v1
Fields in org.javastro.ivoa.entities.stc.v1 declared as DopplerDefinitionTypeModifier and TypeFieldDescriptionprotected DopplerDefinitionTypeRedshiftFrameType.dopplerDefinitionThe Doppler definition used: optical, radio, or pseudo-relativistic (i.e., how is a redshift converted to a velocity); the most common is optical, except when the reference is LSR (usually radio)Methods in org.javastro.ivoa.entities.stc.v1 that return DopplerDefinitionTypeModifier and TypeMethodDescriptionstatic DopplerDefinitionTypeRedshiftFrameType.getDopplerDefinition()The Doppler definition used: optical, radio, or pseudo-relativistic (i.e., how is a redshift converted to a velocity); the most common is optical, except when the reference is LSR (usually radio)static DopplerDefinitionTypeReturns the enum constant of this class with the specified name.static DopplerDefinitionType[]DopplerDefinitionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.javastro.ivoa.entities.stc.v1 with parameters of type DopplerDefinitionTypeModifier and TypeMethodDescriptionvoidRedshiftFrameType.setDopplerDefinition(DopplerDefinitionType value) Sets the value of the dopplerDefinition property.RedshiftFrameType.withDopplerDefinition(DopplerDefinitionType value) Constructors in org.javastro.ivoa.entities.stc.v1 with parameters of type DopplerDefinitionTypeModifierConstructorDescriptionRedshiftFrameType(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, String name, DopplerDefinitionType dopplerDefinition, jakarta.xml.bind.JAXBElement<? extends ReferencePositionType> referencePosition, String valueType) Fully-initialising value constructor