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)Fields in org.javastro.ivoa.entities.stc.v1 with type parameters of type DopplerDefinitionTypeModifier and TypeFieldDescriptionstatic final com.kscs.util.jaxb.SinglePropertyInfo<RedshiftFrameType,DopplerDefinitionType> RedshiftFrameType.PropInfo.DOPPLER_DEFINITIONMethods 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.Modifier.setDopplerDefinition(DopplerDefinitionType dopplerDefinition) voidRedshiftFrameType.setDopplerDefinition(DopplerDefinitionType value) Sets the value of the dopplerDefinition property.RedshiftFrameType.Builder.withDopplerDefinition(DopplerDefinitionType dopplerDefinition) Sets the new value of "dopplerDefinition" (any previous value will be replaced)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