Uses of Class
org.javastro.ivoa.entities.vodml.EnumLiteral
Packages that use EnumLiteral
-
Uses of EnumLiteral in org.javastro.ivoa.entities.vodml
Fields in org.javastro.ivoa.entities.vodml with type parameters of type EnumLiteralModifier and TypeFieldDescriptionprotected List<EnumLiteral>Enumeration.literalsTODOstatic final com.kscs.util.jaxb.CollectionPropertyInfo<Enumeration,EnumLiteral> Enumeration.PropInfo.LITERALSMethods in org.javastro.ivoa.entities.vodml with type parameters of type EnumLiteralModifier and TypeMethodDescriptionprotected <_P extends EnumLiteral>
_PEnumLiteral.Builder.init(_P _product) Methods in org.javastro.ivoa.entities.vodml that return EnumLiteralModifier and TypeMethodDescriptionEnumLiteral.Builder.build()EnumLiteral.clone()EnumLiteral.copyExcept(com.kscs.util.jaxb.PropertyTree _propertyTree) EnumLiteral.copyOnly(com.kscs.util.jaxb.PropertyTree _propertyTree) EnumLiteral.createCopy()EnumLiteral.createCopy(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ObjectFactory.createEnumLiteral()Create an instance ofEnumLiteralEnumLiteral.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) Methods in org.javastro.ivoa.entities.vodml that return types with arguments of type EnumLiteralModifier and TypeMethodDescriptionEnumeration.getLiterals()TODO Gets the value of the literals property.Enumeration.Modifier.getLiterals()Methods in org.javastro.ivoa.entities.vodml with parameters of type EnumLiteralModifier and TypeMethodDescriptionEnumeration.Builder.addLiterals(EnumLiteral... literals) Adds the given items to the value of "literals"static EnumLiteral.Builder<Void>EnumLiteral.copyExcept(EnumLiteral _other, com.kscs.util.jaxb.PropertyTree _propertyTree) EnumLiteral.Builder.copyOf(EnumLiteral _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 EnumLiteral.Builder<Void>EnumLiteral.copyOnly(EnumLiteral _other, com.kscs.util.jaxb.PropertyTree _propertyTree) Enumeration.Builder.withLiterals(EnumLiteral... literals) Sets the new value of "literals" (any previous value will be replaced)Method parameters in org.javastro.ivoa.entities.vodml with type arguments of type EnumLiteralModifier and TypeMethodDescriptionEnumeration.Builder.addLiterals(Iterable<? extends EnumLiteral> literals) Adds the given items to the value of "literals"Enumeration.Builder.withLiterals(Iterable<? extends EnumLiteral> literals) Sets the new value of "literals" (any previous value will be replaced)Constructors in org.javastro.ivoa.entities.vodml with parameters of type EnumLiteralModifierConstructorDescriptionBuilder(_B _parentBuilder, EnumLiteral _other, boolean _copy) Builder(_B _parentBuilder, EnumLiteral _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)