Uses of Class
org.javastro.ivoa.entities.vodml.Type.Builder
Packages that use Type.Builder
-
Uses of Type.Builder in org.javastro.ivoa.entities.vodml
Subclasses of Type.Builder in org.javastro.ivoa.entities.vodmlModifier and TypeClassDescriptionstatic classDataType.Builder<_B>static classstatic classstatic classstatic classMethods in org.javastro.ivoa.entities.vodml that return Type.BuilderModifier and TypeMethodDescriptionType.Builder.addConstraints(Iterable<? extends Constraint> constraints) Adds the given items to the value of "constraints"Type.Builder.addConstraints(Constraint... constraints) Adds the given items to the value of "constraints"Type.Builder.copyOf(Type.Builder _other) abstract Type.Builder<Void>Type.newCopyBuilder()abstract <_B> Type.Builder<_B>Type.newCopyBuilder(_B _parentBuilder) abstract <_B> Type.Builder<_B>Type.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) abstract Type.Builder<Void>Type.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Type.Builder.withAbstract(Boolean _abstract) Sets the new value of "_abstract" (any previous value will be replaced)Type.Builder.withConstraints(Iterable<? extends Constraint> constraints) Sets the new value of "constraints" (any previous value will be replaced)Type.Builder.withConstraints(Constraint... constraints) Sets the new value of "constraints" (any previous value will be replaced)Type.Builder.withDescription(String description) Sets the new value of "description" (any previous value will be replaced)Type.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)Type.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 Type.BuilderModifier and TypeMethodDescriptionConstraint.Builder<? extends Type.Builder<_B>>Type.Builder.addConstraints()Returns a new builder to build an additional value of the "Constraints" property.ElementRef.Builder<? extends Type.Builder<_B>>Type.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 Type.BuilderModifier and TypeMethodDescriptionType.Builder.copyOf(Type.Builder _other) <_B> voidType.copyTo(Type.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidType.copyTo(Type.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.