Uses of Class
org.javastro.ivoa.entities.vodml.PrimitiveType
Packages that use PrimitiveType
-
Uses of PrimitiveType in org.javastro.ivoa.entities.vodml
Subclasses of PrimitiveType in org.javastro.ivoa.entities.vodmlModifier and TypeClassDescriptionclassA primitive type with a limited, discrete set of values.Fields in org.javastro.ivoa.entities.vodml with type parameters of type PrimitiveTypeModifier and TypeFieldDescriptionprotected List<PrimitiveType>Model.primitiveTypesCollection of PrimitiveType definitions directly under the model, i.e.protected List<PrimitiveType>Package.primitiveTypesCollection of PrimitiveType-s defined in this package.Methods in org.javastro.ivoa.entities.vodml that return PrimitiveTypeModifier and TypeMethodDescriptionObjectFactory.createPrimitiveType()Create an instance ofPrimitiveTypePrimitiveType.withAbstract(Boolean value) PrimitiveType.withConstraints(Collection<Constraint> values) PrimitiveType.withConstraints(Constraint... values) PrimitiveType.withDescription(String value) PrimitiveType.withExtends(ElementRef value) PrimitiveType.withVodmlId(String value) Methods in org.javastro.ivoa.entities.vodml that return types with arguments of type PrimitiveTypeModifier and TypeMethodDescriptionModel.getPrimitiveTypes()Collection of PrimitiveType definitions directly under the model, i.e.Package.getPrimitiveTypes()Collection of PrimitiveType-s defined in this package.Methods in org.javastro.ivoa.entities.vodml with parameters of type PrimitiveTypeModifier and TypeMethodDescriptionModel.withPrimitiveTypes(PrimitiveType... values) Package.withPrimitiveTypes(PrimitiveType... values) Method parameters in org.javastro.ivoa.entities.vodml with type arguments of type PrimitiveTypeModifier and TypeMethodDescriptionModel.withPrimitiveTypes(Collection<PrimitiveType> values) Package.withPrimitiveTypes(Collection<PrimitiveType> values) Constructor parameters in org.javastro.ivoa.entities.vodml with type arguments of type PrimitiveTypeModifierConstructorDescriptionPackage(String vodmlId, String name, String description, String id, List<PrimitiveType> primitiveTypes, List<Enumeration> enumerations, List<DataType> dataTypes, List<ObjectType> objectTypes, List<Package> packages) Fully-initialising value constructor