Uses of Class
org.javastro.ivoa.entities.vodml.EnumLiteral.Builder
Packages that use EnumLiteral.Builder
-
Uses of EnumLiteral.Builder in org.javastro.ivoa.entities.vodml
Methods in org.javastro.ivoa.entities.vodml that return EnumLiteral.BuilderModifier and TypeMethodDescriptionEnumLiteral.Builder<? extends Enumeration.Builder<_B>>Enumeration.Builder.addLiterals()Returns a new builder to build an additional value of the "Literals" property.static EnumLiteral.Builder<Void>EnumLiteral.builder()static EnumLiteral.Builder<Void>EnumLiteral.copyExcept(EnumLiteral _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static EnumLiteral.Builder<Void>EnumLiteral.copyExcept(ReferableElement _other, com.kscs.util.jaxb.PropertyTree _propertyTree) EnumLiteral.Builder.copyOf(EnumLiteral _other) EnumLiteral.Builder.copyOf(EnumLiteral.Builder _other) static <_B> EnumLiteral.Builder<_B>EnumLiteral.copyOf(EnumLiteral _other) static <_B> EnumLiteral.Builder<_B>EnumLiteral.copyOf(EnumLiteral _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> EnumLiteral.Builder<_B>EnumLiteral.copyOf(ReferableElement _other) static <_B> EnumLiteral.Builder<_B>EnumLiteral.copyOf(ReferableElement _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static EnumLiteral.Builder<Void>EnumLiteral.copyOnly(EnumLiteral _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static EnumLiteral.Builder<Void>EnumLiteral.copyOnly(ReferableElement _other, com.kscs.util.jaxb.PropertyTree _propertyTree) EnumLiteral.newCopyBuilder()<_B> EnumLiteral.Builder<_B>EnumLiteral.newCopyBuilder(_B _parentBuilder) <_B> EnumLiteral.Builder<_B>EnumLiteral.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) EnumLiteral.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) EnumLiteral.Builder.withDescription(String description) Sets the new value of "description" (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)EnumLiteral.Builder.withVodmlId(String vodmlId) Sets the new value of "vodmlId" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.vodml with parameters of type EnumLiteral.BuilderModifier and TypeMethodDescriptionEnumLiteral.Builder.copyOf(EnumLiteral.Builder _other) <_B> voidEnumLiteral.copyTo(EnumLiteral.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidEnumLiteral.copyTo(EnumLiteral.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.