Uses of Class
org.javastro.ivoa.entities.vodml.Model
Packages that use Model
-
Uses of Model in org.javastro.ivoa.entities.vodml
Methods in org.javastro.ivoa.entities.vodml that return ModelModifier and TypeMethodDescriptionObjectFactory.createModel()Create an instance ofModelModel.withAuthors(String... values) Model.withAuthors(Collection<String> values) Model.withDataTypes(Collection<DataType> values) Model.withDataTypes(DataType... values) Model.withDescription(String value) Model.withEnumerations(Collection<Enumeration> values) Model.withEnumerations(Enumeration... values) Model.withIdentifier(String value) Model.withImports(Collection<ModelImport> values) Model.withImports(ModelImport... values) Model.withLastModified(LocalDateTime value) Model.withObjectTypes(Collection<ObjectType> values) Model.withObjectTypes(ObjectType... values) Model.withPackages(Collection<Package> values) Model.withPackages(Package... values) Model.withPreviousVersion(String value) Model.withPrimitiveTypes(Collection<PrimitiveType> values) Model.withPrimitiveTypes(PrimitiveType... values) Model.withSchemaVersion(String value) Model.withVersion(String value)