Uses of Class
org.javastro.ivoa.entities.vodml.DataType.Builder
Packages that use DataType.Builder
-
Uses of DataType.Builder in org.javastro.ivoa.entities.vodml
Methods in org.javastro.ivoa.entities.vodml that return DataType.BuilderModifier and TypeMethodDescriptionDataType.Builder.addAttributes(Iterable<? extends Attribute> attributes) Adds the given items to the value of "attributes"DataType.Builder.addAttributes(Attribute... attributes) Adds the given items to the value of "attributes"DataType.Builder.addConstraints(Iterable<? extends Constraint> constraints) Adds the given items to the value of "constraints"DataType.Builder.addConstraints(Constraint... constraints) Adds the given items to the value of "constraints"DataType.Builder<? extends Model.Builder<_B>>Model.Builder.addDataTypes()Returns a new builder to build an additional value of the "DataTypes" property.DataType.Builder<? extends Package.Builder<_B>>Package.Builder.addDataTypes()Returns a new builder to build an additional value of the "DataTypes" property.DataType.Builder.addReferences(Iterable<? extends Reference> references) Adds the given items to the value of "references"DataType.Builder.addReferences(Reference... references) Adds the given items to the value of "references"static DataType.Builder<Void>DataType.builder()static DataType.Builder<Void>DataType.copyExcept(DataType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static DataType.Builder<Void>DataType.copyExcept(ReferableElement _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static DataType.Builder<Void>DataType.copyExcept(Type _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static DataType.Builder<Void>DataType.copyExcept(ValueType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) DataType.Builder.copyOf(DataType.Builder _other) static <_B> DataType.Builder<_B>static <_B> DataType.Builder<_B>DataType.copyOf(DataType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> DataType.Builder<_B>DataType.copyOf(ReferableElement _other) static <_B> DataType.Builder<_B>DataType.copyOf(ReferableElement _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> DataType.Builder<_B>static <_B> DataType.Builder<_B>DataType.copyOf(Type _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> DataType.Builder<_B>static <_B> DataType.Builder<_B>DataType.copyOf(ValueType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static DataType.Builder<Void>static DataType.Builder<Void>DataType.copyOnly(ReferableElement _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static DataType.Builder<Void>static DataType.Builder<Void>DataType.newCopyBuilder()<_B> DataType.Builder<_B>DataType.newCopyBuilder(_B _parentBuilder) <_B> DataType.Builder<_B>DataType.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) DataType.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) DataType.Builder.withAbstract(Boolean _abstract) Sets the new value of "_abstract" (any previous value will be replaced)DataType.Builder.withAttributes(Iterable<? extends Attribute> attributes) Sets the new value of "attributes" (any previous value will be replaced)DataType.Builder.withAttributes(Attribute... attributes) Sets the new value of "attributes" (any previous value will be replaced)DataType.Builder.withConstraints(Iterable<? extends Constraint> constraints) Sets the new value of "constraints" (any previous value will be replaced)DataType.Builder.withConstraints(Constraint... constraints) Sets the new value of "constraints" (any previous value will be replaced)DataType.Builder.withDescription(String description) Sets the new value of "description" (any previous value will be replaced)DataType.Builder.withExtends(ElementRef _extends) Sets the new value of "_extends" (any previous value will be replaced)Sets the new value of "id" (any previous value will be replaced)Sets the new value of "name" (any previous value will be replaced)DataType.Builder.withReferences(Iterable<? extends Reference> references) Sets the new value of "references" (any previous value will be replaced)DataType.Builder.withReferences(Reference... references) Sets the new value of "references" (any previous value will be replaced)DataType.Builder.withVodmlId(String vodmlId) Sets the new value of "vodmlId" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.vodml that return types with arguments of type DataType.BuilderModifier and TypeMethodDescriptionAttribute.Builder<? extends DataType.Builder<_B>>DataType.Builder.addAttributes()Returns a new builder to build an additional value of the "Attributes" property.Reference.Builder<? extends DataType.Builder<_B>>DataType.Builder.addReferences()Returns a new builder to build an additional value of the "References" property.ElementRef.Builder<? extends DataType.Builder<_B>>DataType.Builder.withExtends()Returns the existing builder or a new builder to build the value of the "_extends" property.Methods in org.javastro.ivoa.entities.vodml with parameters of type DataType.BuilderModifier and TypeMethodDescriptionDataType.Builder.copyOf(DataType.Builder _other) <_B> voidDataType.copyTo(DataType.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidDataType.copyTo(DataType.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.