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 TypeFieldDescriptionstatic final com.kscs.util.jaxb.CollectionPropertyInfo<Model,PrimitiveType> Model.PropInfo.PRIMITIVE_TYPESstatic final com.kscs.util.jaxb.CollectionPropertyInfo<Package,PrimitiveType> Package.PropInfo.PRIMITIVE_TYPESprotected 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 with type parameters of type PrimitiveTypeModifier and TypeMethodDescriptionprotected <_P extends PrimitiveType>
_PPrimitiveType.Builder.init(_P _product) Methods in org.javastro.ivoa.entities.vodml that return PrimitiveTypeModifier and TypeMethodDescriptionPrimitiveType.Builder.build()PrimitiveType.clone()PrimitiveType.copyExcept(com.kscs.util.jaxb.PropertyTree _propertyTree) PrimitiveType.copyOnly(com.kscs.util.jaxb.PropertyTree _propertyTree) PrimitiveType.createCopy()PrimitiveType.createCopy(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ObjectFactory.createPrimitiveType()Create an instance ofPrimitiveTypePrimitiveType.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) 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.Model.Modifier.getPrimitiveTypes()Package.getPrimitiveTypes()Collection of PrimitiveType-s defined in this package.Package.Modifier.getPrimitiveTypes()Methods in org.javastro.ivoa.entities.vodml with parameters of type PrimitiveTypeModifier and TypeMethodDescriptionModel.Builder.addPrimitiveTypes(PrimitiveType... primitiveTypes) Adds the given items to the value of "primitiveTypes"Package.Builder.addPrimitiveTypes(PrimitiveType... primitiveTypes) Adds the given items to the value of "primitiveTypes"static Enumeration.Builder<Void>Enumeration.copyExcept(PrimitiveType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static PrimitiveType.Builder<Void>PrimitiveType.copyExcept(PrimitiveType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static <_B> Enumeration.Builder<_B>Enumeration.copyOf(PrimitiveType _other) static <_B> Enumeration.Builder<_B>Enumeration.copyOf(PrimitiveType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) PrimitiveType.Builder.copyOf(PrimitiveType _other) static <_B> PrimitiveType.Builder<_B>PrimitiveType.copyOf(PrimitiveType _other) static <_B> PrimitiveType.Builder<_B>PrimitiveType.copyOf(PrimitiveType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static Enumeration.Builder<Void>Enumeration.copyOnly(PrimitiveType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static PrimitiveType.Builder<Void>PrimitiveType.copyOnly(PrimitiveType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) Model.Builder.withPrimitiveTypes(PrimitiveType... primitiveTypes) Sets the new value of "primitiveTypes" (any previous value will be replaced)Package.Builder.withPrimitiveTypes(PrimitiveType... primitiveTypes) Sets the new value of "primitiveTypes" (any previous value will be replaced)Method parameters in org.javastro.ivoa.entities.vodml with type arguments of type PrimitiveTypeModifier and TypeMethodDescriptionModel.Builder.addPrimitiveTypes(Iterable<? extends PrimitiveType> primitiveTypes) Adds the given items to the value of "primitiveTypes"Package.Builder.addPrimitiveTypes(Iterable<? extends PrimitiveType> primitiveTypes) Adds the given items to the value of "primitiveTypes"Model.Builder.withPrimitiveTypes(Iterable<? extends PrimitiveType> primitiveTypes) Sets the new value of "primitiveTypes" (any previous value will be replaced)Package.Builder.withPrimitiveTypes(Iterable<? extends PrimitiveType> primitiveTypes) Sets the new value of "primitiveTypes" (any previous value will be replaced)Constructors in org.javastro.ivoa.entities.vodml with parameters of type PrimitiveTypeModifierConstructorDescriptionBuilder(_B _parentBuilder, PrimitiveType _other, boolean _copy) Builder(_B _parentBuilder, PrimitiveType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) 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