Uses of Class
org.javastro.ivoa.entities.vodml.Enumeration
Packages that use Enumeration
-
Uses of Enumeration in org.javastro.ivoa.entities.vodml
Fields in org.javastro.ivoa.entities.vodml with type parameters of type EnumerationModifier and TypeFieldDescriptionprotected List<Enumeration>Model.enumerationsCollection of Enumeration definitions directly under the model, i.e.protected List<Enumeration>Package.enumerationsCollection of Enumeration-s defined in this package.static final com.kscs.util.jaxb.CollectionPropertyInfo<Model,Enumeration> Model.PropInfo.ENUMERATIONSstatic final com.kscs.util.jaxb.CollectionPropertyInfo<Package,Enumeration> Package.PropInfo.ENUMERATIONSstatic final com.kscs.util.jaxb.CollectionPropertyInfo<Enumeration,EnumLiteral> Enumeration.PropInfo.LITERALSMethods in org.javastro.ivoa.entities.vodml with type parameters of type EnumerationModifier and TypeMethodDescriptionprotected <_P extends Enumeration>
_PEnumeration.Builder.init(_P _product) Methods in org.javastro.ivoa.entities.vodml that return EnumerationModifier and TypeMethodDescriptionEnumeration.Builder.build()Enumeration.clone()Enumeration.copyExcept(com.kscs.util.jaxb.PropertyTree _propertyTree) Enumeration.copyOnly(com.kscs.util.jaxb.PropertyTree _propertyTree) Enumeration.createCopy()Enumeration.createCopy(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ObjectFactory.createEnumeration()Create an instance ofEnumerationEnumeration.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) Methods in org.javastro.ivoa.entities.vodml that return types with arguments of type EnumerationModifier and TypeMethodDescriptionModel.getEnumerations()Collection of Enumeration definitions directly under the model, i.e.Model.Modifier.getEnumerations()Package.getEnumerations()Collection of Enumeration-s defined in this package.Package.Modifier.getEnumerations()Methods in org.javastro.ivoa.entities.vodml with parameters of type EnumerationModifier and TypeMethodDescriptionModel.Builder.addEnumerations(Enumeration... enumerations) Adds the given items to the value of "enumerations"Package.Builder.addEnumerations(Enumeration... enumerations) Adds the given items to the value of "enumerations"static Enumeration.Builder<Void>Enumeration.copyExcept(Enumeration _other, com.kscs.util.jaxb.PropertyTree _propertyTree) Enumeration.Builder.copyOf(Enumeration _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 Enumeration.Builder<Void>Enumeration.copyOnly(Enumeration _other, com.kscs.util.jaxb.PropertyTree _propertyTree) Model.Builder.withEnumerations(Enumeration... enumerations) Sets the new value of "enumerations" (any previous value will be replaced)Package.Builder.withEnumerations(Enumeration... enumerations) Sets the new value of "enumerations" (any previous value will be replaced)Method parameters in org.javastro.ivoa.entities.vodml with type arguments of type EnumerationModifier and TypeMethodDescriptionModel.Builder.addEnumerations(Iterable<? extends Enumeration> enumerations) Adds the given items to the value of "enumerations"Package.Builder.addEnumerations(Iterable<? extends Enumeration> enumerations) Adds the given items to the value of "enumerations"Model.Builder.withEnumerations(Iterable<? extends Enumeration> enumerations) Sets the new value of "enumerations" (any previous value will be replaced)Package.Builder.withEnumerations(Iterable<? extends Enumeration> enumerations) Sets the new value of "enumerations" (any previous value will be replaced)Constructors in org.javastro.ivoa.entities.vodml with parameters of type EnumerationModifierConstructorDescriptionBuilder(_B _parentBuilder, Enumeration _other, boolean _copy) Builder(_B _parentBuilder, Enumeration _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)