Uses of Class
org.javastro.ivoa.entities.vodml.DataType
Packages that use DataType
-
Uses of DataType in org.javastro.ivoa.entities.vodml
Fields in org.javastro.ivoa.entities.vodml with type parameters of type DataTypeModifier and TypeFieldDescriptionModel.dataTypesCollection of DataType definitions directly under the model, i.e.Package.dataTypesCollection of DataType-s defined in this package.Methods in org.javastro.ivoa.entities.vodml that return DataTypeModifier and TypeMethodDescriptionObjectFactory.createDataType()Create an instance ofDataTypeDataType.withAbstract(Boolean value) DataType.withAttributes(Collection<Attribute> values) DataType.withAttributes(Attribute... values) DataType.withConstraints(Collection<Constraint> values) DataType.withConstraints(Constraint... values) DataType.withDescription(String value) DataType.withExtends(ElementRef value) DataType.withReferences(Collection<Reference> values) DataType.withReferences(Reference... values) DataType.withVodmlId(String value) Methods in org.javastro.ivoa.entities.vodml that return types with arguments of type DataTypeModifier and TypeMethodDescriptionModel.getDataTypes()Collection of DataType definitions directly under the model, i.e.Package.getDataTypes()Collection of DataType-s defined in this package.Methods in org.javastro.ivoa.entities.vodml with parameters of type DataTypeModifier and TypeMethodDescriptionModel.withDataTypes(DataType... values) Package.withDataTypes(DataType... values) Method parameters in org.javastro.ivoa.entities.vodml with type arguments of type DataTypeModifier and TypeMethodDescriptionModel.withDataTypes(Collection<DataType> values) Package.withDataTypes(Collection<DataType> values)