Uses of Enum Class
org.javastro.ivoa.entities.stc.v1.TimeScaleType
Packages that use TimeScaleType
-
Uses of TimeScaleType in org.javastro.ivoa.entities.stc.v1
Fields in org.javastro.ivoa.entities.stc.v1 declared as TimeScaleTypeModifier and TypeFieldDescriptionprotected TimeScaleTypeAstronTimeType.timescaleprotected TimeScaleTypeTimeFrameType.timeScaleThe time reference frame consists of a time scale, a time format, and a reference time, if neededFields in org.javastro.ivoa.entities.stc.v1 with type parameters of type TimeScaleTypeModifier and TypeFieldDescriptionstatic final com.kscs.util.jaxb.SinglePropertyInfo<TimeFrameType,TimeScaleType> TimeFrameType.PropInfo.TIME_SCALEstatic final com.kscs.util.jaxb.SinglePropertyInfo<AstronTimeType,TimeScaleType> AstronTimeType.PropInfo.TIMESCALEMethods in org.javastro.ivoa.entities.stc.v1 that return TimeScaleTypeModifier and TypeMethodDescriptionstatic TimeScaleTypeAstronTimeType.getTimescale()Gets the value of the timescale property.TimeFrameType.getTimeScale()The time reference frame consists of a time scale, a time format, and a reference time, if neededstatic TimeScaleTypeReturns the enum constant of this class with the specified name.static TimeScaleType[]TimeScaleType.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 TimeScaleTypeModifier and TypeMethodDescriptionvoidAstronTimeType.Modifier.setTimescale(TimeScaleType timescale) voidAstronTimeType.setTimescale(TimeScaleType value) Sets the value of the timescale property.voidTimeFrameType.Modifier.setTimeScale(TimeScaleType timeScale) voidTimeFrameType.setTimeScale(TimeScaleType value) Sets the value of the timeScale property.AstronTimeType.Builder.withTimescale(TimeScaleType timescale) Sets the new value of "timescale" (any previous value will be replaced)TimeFrameType.Builder.withTimeScale(TimeScaleType timeScale) Sets the new value of "timeScale" (any previous value will be replaced)Constructors in org.javastro.ivoa.entities.stc.v1 with parameters of type TimeScaleTypeModifierConstructorDescriptionAstronTimeType(TimeScaleType timescale, TimeOffsetType timeOffset, jakarta.xml.bind.JAXBElement<?> absoluteTime) Fully-initialising value constructorTimeFrameType(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, String name, TimeScaleType timeScale, jakarta.xml.bind.JAXBElement<? extends ReferencePositionType> referencePosition, AstroCoordsType timeRefDirection) Fully-initialising value constructor