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 AttributeModifier and TypeFieldDescriptionDataType.attributesTODOObjectType.attributesTODODataType.PropInfo.ATTRIBUTESstatic final com.kscs.util.jaxb.CollectionPropertyInfo<ObjectType,Attribute> ObjectType.PropInfo.ATTRIBUTESstatic final com.kscs.util.jaxb.SinglePropertyInfo<Attribute,SemanticConcept> Attribute.PropInfo.SEMANTICCONCEPTMethods in org.javastro.ivoa.entities.vodml with type parameters of type AttributeModifier and TypeMethodDescriptionprotected <_P extends Attribute>
_PAttribute.Builder.init(_P _product) Methods in org.javastro.ivoa.entities.vodml that return AttributeModifier and TypeMethodDescriptionAttribute.Builder.build()Attribute.clone()Attribute.copyExcept(com.kscs.util.jaxb.PropertyTree _propertyTree) Attribute.copyOnly(com.kscs.util.jaxb.PropertyTree _propertyTree) ObjectFactory.createAttribute()Create an instance ofAttributeAttribute.createCopy()Attribute.createCopy(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Attribute.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) 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.DataType.Modifier.getAttributes()ObjectType.getAttributes()TODO Gets the value of the attributes property.ObjectType.Modifier.getAttributes()Methods in org.javastro.ivoa.entities.vodml with parameters of type AttributeModifier and TypeMethodDescriptionDataType.Builder.addAttributes(Attribute... attributes) Adds the given items to the value of "attributes"ObjectType.Builder.addAttributes(Attribute... attributes) Adds the given items to the value of "attributes"static Attribute.Builder<Void>Attribute.copyExcept(Attribute _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static <_B> Attribute.Builder<_B>static <_B> Attribute.Builder<_B>Attribute.copyOf(Attribute _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static Attribute.Builder<Void>DataType.Builder.withAttributes(Attribute... attributes) Sets the new value of "attributes" (any previous value will be replaced)ObjectType.Builder.withAttributes(Attribute... attributes) Sets the new value of "attributes" (any previous value will be replaced)Method parameters in org.javastro.ivoa.entities.vodml with type arguments of type AttributeModifier and TypeMethodDescriptionDataType.Builder.addAttributes(Iterable<? extends Attribute> attributes) Adds the given items to the value of "attributes"ObjectType.Builder.addAttributes(Iterable<? extends Attribute> attributes) Adds the given items to the value of "attributes"DataType.Builder.withAttributes(Iterable<? extends Attribute> attributes) Sets the new value of "attributes" (any previous value will be replaced)ObjectType.Builder.withAttributes(Iterable<? extends Attribute> attributes) Sets the new value of "attributes" (any previous value will be replaced)Constructors in org.javastro.ivoa.entities.vodml with parameters of type Attribute