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