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 PosAngleReferenceTypeMethods 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.setReference(PosAngleReferenceType value) Sets the value of the reference property.PosAngleType.withReference(PosAngleReferenceType value) 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