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