Uses of Class
org.javastro.ivoa.entities.vodml.ValueType.Builder
Packages that use ValueType.Builder
-
Uses of ValueType.Builder in org.javastro.ivoa.entities.vodml
Subclasses of ValueType.Builder in org.javastro.ivoa.entities.vodmlMethods in org.javastro.ivoa.entities.vodml that return ValueType.BuilderModifier and TypeMethodDescriptionValueType.Builder.addConstraints(Iterable<? extends Constraint> constraints) Adds the given items to the value of "constraints"ValueType.Builder.addConstraints(Constraint... constraints) Adds the given items to the value of "constraints"ValueType.Builder.copyOf(ValueType.Builder _other) abstract ValueType.Builder<Void>ValueType.newCopyBuilder()abstract <_B> ValueType.Builder<_B>ValueType.newCopyBuilder(_B _parentBuilder) abstract <_B> ValueType.Builder<_B>ValueType.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) abstract ValueType.Builder<Void>ValueType.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ValueType.Builder.withAbstract(Boolean _abstract) Sets the new value of "_abstract" (any previous value will be replaced)ValueType.Builder.withConstraints(Iterable<? extends Constraint> constraints) Sets the new value of "constraints" (any previous value will be replaced)ValueType.Builder.withConstraints(Constraint... constraints) Sets the new value of "constraints" (any previous value will be replaced)ValueType.Builder.withDescription(String description) Sets the new value of "description" (any previous value will be replaced)ValueType.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)ValueType.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 ValueType.BuilderModifier and TypeMethodDescriptionElementRef.Builder<? extends ValueType.Builder<_B>>ValueType.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 ValueType.BuilderModifier and TypeMethodDescriptionValueType.Builder.copyOf(ValueType.Builder _other) <_B> voidValueType.copyTo(ValueType.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidValueType.copyTo(ValueType.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.