Uses of Class
org.javastro.ivoa.entities.vodml.Reference
Packages that use Reference
-
Uses of Reference in org.javastro.ivoa.entities.vodml
Fields in org.javastro.ivoa.entities.vodml with type parameters of type ReferenceMethods in org.javastro.ivoa.entities.vodml that return ReferenceModifier and TypeMethodDescriptionObjectFactory.createReference()Create an instance ofReferenceReference.withDatatype(ElementRef value) Reference.withDescription(String value) Reference.withMultiplicity(Multiplicity value) Reference.withVodmlId(String value) Methods in org.javastro.ivoa.entities.vodml that return types with arguments of type ReferenceModifier and TypeMethodDescriptionDataType.getReferences()TODO Gets the value of the references property.ObjectType.getReferences()TODO Gets the value of the references property.Methods in org.javastro.ivoa.entities.vodml with parameters of type ReferenceModifier and TypeMethodDescriptionDataType.withReferences(Reference... values) ObjectType.withReferences(Reference... values) Method parameters in org.javastro.ivoa.entities.vodml with type arguments of type ReferenceModifier and TypeMethodDescriptionDataType.withReferences(Collection<Reference> values) ObjectType.withReferences(Collection<Reference> values)