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.Methods in org.javastro.ivoa.entities.vodml that return EnumerationModifier and TypeMethodDescriptionObjectFactory.createEnumeration()Create an instance ofEnumerationEnumeration.withAbstract(Boolean value) Enumeration.withConstraints(Collection<Constraint> values) Enumeration.withConstraints(Constraint... values) Enumeration.withDescription(String value) Enumeration.withExtends(ElementRef value) Enumeration.withLiterals(Collection<EnumLiteral> values) Enumeration.withLiterals(EnumLiteral... values) Enumeration.withVodmlId(String value) 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.Package.getEnumerations()Collection of Enumeration-s defined in this package.Methods in org.javastro.ivoa.entities.vodml with parameters of type EnumerationModifier and TypeMethodDescriptionModel.withEnumerations(Enumeration... values) Package.withEnumerations(Enumeration... values) Method parameters in org.javastro.ivoa.entities.vodml with type arguments of type EnumerationModifier and TypeMethodDescriptionModel.withEnumerations(Collection<Enumeration> values) Package.withEnumerations(Collection<Enumeration> values)