Uses of Enum Class
org.javastro.ivoa.entities.stc.v1.PosAngleReferenceType
Packages that use PosAngleReferenceType
-
Uses of PosAngleReferenceType in org.javastro.ivoa.entities.stc.v1
Fields in org.javastro.ivoa.entities.stc.v1 declared as PosAngleReferenceTypeFields in org.javastro.ivoa.entities.stc.v1 with type parameters of type PosAngleReferenceTypeModifier and TypeFieldDescriptionstatic final com.kscs.util.jaxb.SinglePropertyInfo<PosAngleType,PosAngleReferenceType> PosAngleType.PropInfo.REFERENCEMethods in org.javastro.ivoa.entities.stc.v1 that return PosAngleReferenceTypeModifier and TypeMethodDescriptionstatic PosAngleReferenceTypeGets the enum associated to the value passed as parameter.PosAngleType.getReference()Gets the value of the reference property.static PosAngleReferenceTypeReturns the enum constant of this class with the specified name.static PosAngleReferenceType[]PosAngleReferenceType.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 PosAngleReferenceTypeModifier and TypeMethodDescriptionvoidPosAngleType.Modifier.setReference(PosAngleReferenceType reference) voidPosAngleType.setReference(PosAngleReferenceType value) Sets the value of the reference property.PosAngleType.Builder.withReference(PosAngleReferenceType reference) Sets the new value of "reference" (any previous value will be replaced)Constructors in org.javastro.ivoa.entities.stc.v1 with parameters of type PosAngleReferenceTypeModifierConstructorDescriptionPosAngleType(double value, AngleUnitType unit, PosAngleReferenceType reference, String id, Object idref, String ucd, String type, String href, String idType, String idrefType) Fully-initialising value constructor