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 neededMethods 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.setTimescale(TimeScaleType value) Sets the value of the timescale property.voidTimeFrameType.setTimeScale(TimeScaleType value) Sets the value of the timeScale property.AstronTimeType.withTimescale(TimeScaleType value) TimeFrameType.withTimeScale(TimeScaleType value) 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