Uses of Class
org.javastro.ivoa.entities.vodml.Attribute
Packages that use Attribute
-
Uses of Attribute in org.javastro.ivoa.entities.vodml
Fields in org.javastro.ivoa.entities.vodml with type parameters of type AttributeMethods in org.javastro.ivoa.entities.vodml that return AttributeModifier and TypeMethodDescriptionObjectFactory.createAttribute()Create an instance ofAttributeAttribute.withDatatype(ElementRef value) Attribute.withDescription(String value) Attribute.withMultiplicity(Multiplicity value) Attribute.withSemanticconcept(SemanticConcept value) Attribute.withVodmlId(String value) Methods in org.javastro.ivoa.entities.vodml that return types with arguments of type AttributeModifier and TypeMethodDescriptionDataType.getAttributes()TODO Gets the value of the attributes property.ObjectType.getAttributes()TODO Gets the value of the attributes property.Methods in org.javastro.ivoa.entities.vodml with parameters of type AttributeModifier and TypeMethodDescriptionDataType.withAttributes(Attribute... values) ObjectType.withAttributes(Attribute... values) Method parameters in org.javastro.ivoa.entities.vodml with type arguments of type AttributeModifier and TypeMethodDescriptionDataType.withAttributes(Collection<Attribute> values) ObjectType.withAttributes(Collection<Attribute> values)