Uses of Enum Class
org.javastro.ivoa.entities.stc.v1.AngleUnitType
Packages that use AngleUnitType
-
Uses of AngleUnitType in org.javastro.ivoa.entities.stc.v1
Fields in org.javastro.ivoa.entities.stc.v1 declared as AngleUnitTypeModifier and TypeFieldDescriptionprotected AngleUnitTypeDouble1Type.posAngleUnitprotected AngleUnitTypePosAngleType.unitFields in org.javastro.ivoa.entities.stc.v1 with type parameters of type AngleUnitTypeModifier and TypeFieldDescriptionstatic final com.kscs.util.jaxb.SinglePropertyInfo<Double1Type,AngleUnitType> Double1Type.PropInfo.POS_ANGLE_UNITstatic final com.kscs.util.jaxb.SinglePropertyInfo<PosAngleType,AngleUnitType> PosAngleType.PropInfo.UNITMethods in org.javastro.ivoa.entities.stc.v1 that return AngleUnitTypeModifier and TypeMethodDescriptionstatic AngleUnitTypeGets the enum associated to the value passed as parameter.Double1Type.getPosAngleUnit()Gets the value of the posAngleUnit property.PosAngleType.getUnit()Gets the value of the unit property.static AngleUnitTypeReturns the enum constant of this class with the specified name.static AngleUnitType[]AngleUnitType.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 AngleUnitTypeModifier and TypeMethodDescriptionvoidDouble1Type.Modifier.setPosAngleUnit(AngleUnitType posAngleUnit) voidDouble1Type.setPosAngleUnit(AngleUnitType value) Sets the value of the posAngleUnit property.voidPosAngleType.Modifier.setUnit(AngleUnitType unit) voidPosAngleType.setUnit(AngleUnitType value) Sets the value of the unit property.Double1Type.Builder.withPosAngleUnit(AngleUnitType posAngleUnit) Sets the new value of "posAngleUnit" (any previous value will be replaced)OrbitType.A.Builder.withPosAngleUnit(AngleUnitType posAngleUnit) Sets the new value of "posAngleUnit" (any previous value will be replaced)OrbitType.Aop.Builder.withPosAngleUnit(AngleUnitType posAngleUnit) Sets the new value of "posAngleUnit" (any previous value will be replaced)OrbitType.I.Builder.withPosAngleUnit(AngleUnitType posAngleUnit) Sets the new value of "posAngleUnit" (any previous value will be replaced)OrbitType.M.Builder.withPosAngleUnit(AngleUnitType posAngleUnit) Sets the new value of "posAngleUnit" (any previous value will be replaced)OrbitType.Node.Builder.withPosAngleUnit(AngleUnitType posAngleUnit) Sets the new value of "posAngleUnit" (any previous value will be replaced)OrbitType.P.Builder.withPosAngleUnit(AngleUnitType posAngleUnit) Sets the new value of "posAngleUnit" (any previous value will be replaced)OrbitType.Q.Builder.withPosAngleUnit(AngleUnitType posAngleUnit) Sets the new value of "posAngleUnit" (any previous value will be replaced)PosAngleType.Builder.withUnit(AngleUnitType unit) Sets the new value of "unit" (any previous value will be replaced)Constructors in org.javastro.ivoa.entities.stc.v1 with parameters of type AngleUnitTypeModifierConstructorDescriptionA(double value, String timeUnit, String posUnit, AngleUnitType posAngleUnit, VelTimeUnitType velTimeUnit, SpectralUnitType spectralUnit, String genUnit, String id, Object idref, String ucd, String type, String href, String idType, String idrefType, String unit) Fully-initialising value constructorAop(double value, String timeUnit, String posUnit, AngleUnitType posAngleUnit, VelTimeUnitType velTimeUnit, SpectralUnitType spectralUnit, String genUnit, String id, Object idref, String ucd, String type, String href, String idType, String idrefType, String unit) Fully-initialising value constructorDouble1Type(double value, String timeUnit, String posUnit, AngleUnitType posAngleUnit, VelTimeUnitType velTimeUnit, SpectralUnitType spectralUnit, String genUnit, String id, Object idref, String ucd, String type, String href, String idType, String idrefType) Fully-initialising value constructorI(double value, String timeUnit, String posUnit, AngleUnitType posAngleUnit, VelTimeUnitType velTimeUnit, SpectralUnitType spectralUnit, String genUnit, String id, Object idref, String ucd, String type, String href, String idType, String idrefType, String unit) Fully-initialising value constructorM(double value, String timeUnit, String posUnit, AngleUnitType posAngleUnit, VelTimeUnitType velTimeUnit, SpectralUnitType spectralUnit, String genUnit, String id, Object idref, String ucd, String type, String href, String idType, String idrefType, String unit) Fully-initialising value constructorNode(double value, String timeUnit, String posUnit, AngleUnitType posAngleUnit, VelTimeUnitType velTimeUnit, SpectralUnitType spectralUnit, String genUnit, String id, Object idref, String ucd, String type, String href, String idType, String idrefType, String unit) Fully-initialising value constructorP(double value, String timeUnit, String posUnit, AngleUnitType posAngleUnit, VelTimeUnitType velTimeUnit, SpectralUnitType spectralUnit, String genUnit, String id, Object idref, String ucd, String type, String href, String idType, String idrefType, String unit) Fully-initialising value constructorPosAngleType(double value, AngleUnitType unit, PosAngleReferenceType reference, String id, Object idref, String ucd, String type, String href, String idType, String idrefType) Fully-initialising value constructorQ(double value, String timeUnit, String posUnit, AngleUnitType posAngleUnit, VelTimeUnitType velTimeUnit, SpectralUnitType spectralUnit, String genUnit, String id, Object idref, String ucd, String type, String href, String idType, String idrefType, String unit) Fully-initialising value constructor