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 ReferenceModifier and TypeFieldDescriptionDataType.referencesTODOObjectType.referencesTODODataType.PropInfo.REFERENCESstatic final com.kscs.util.jaxb.CollectionPropertyInfo<ObjectType,Reference> ObjectType.PropInfo.REFERENCESMethods in org.javastro.ivoa.entities.vodml with type parameters of type ReferenceModifier and TypeMethodDescriptionprotected <_P extends Reference>
_PReference.Builder.init(_P _product) Methods in org.javastro.ivoa.entities.vodml that return ReferenceModifier and TypeMethodDescriptionReference.Builder.build()Reference.clone()Reference.copyExcept(com.kscs.util.jaxb.PropertyTree _propertyTree) Reference.copyOnly(com.kscs.util.jaxb.PropertyTree _propertyTree) Reference.createCopy()Reference.createCopy(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ObjectFactory.createReference()Create an instance ofReferenceReference.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) 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.DataType.Modifier.getReferences()ObjectType.getReferences()TODO Gets the value of the references property.ObjectType.Modifier.getReferences()Methods in org.javastro.ivoa.entities.vodml with parameters of type ReferenceModifier and TypeMethodDescriptionDataType.Builder.addReferences(Reference... references) Adds the given items to the value of "references"ObjectType.Builder.addReferences(Reference... references) Adds the given items to the value of "references"static Reference.Builder<Void>Reference.copyExcept(Reference _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static <_B> Reference.Builder<_B>static <_B> Reference.Builder<_B>Reference.copyOf(Reference _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static Reference.Builder<Void>DataType.Builder.withReferences(Reference... references) Sets the new value of "references" (any previous value will be replaced)ObjectType.Builder.withReferences(Reference... references) Sets the new value of "references" (any previous value will be replaced)Method parameters in org.javastro.ivoa.entities.vodml with type arguments of type ReferenceModifier and TypeMethodDescriptionDataType.Builder.addReferences(Iterable<? extends Reference> references) Adds the given items to the value of "references"ObjectType.Builder.addReferences(Iterable<? extends Reference> references) Adds the given items to the value of "references"DataType.Builder.withReferences(Iterable<? extends Reference> references) Sets the new value of "references" (any previous value will be replaced)ObjectType.Builder.withReferences(Iterable<? extends Reference> references) Sets the new value of "references" (any previous value will be replaced)Constructors in org.javastro.ivoa.entities.vodml with parameters of type Reference