Uses of Class
org.javastro.ivoa.entities.vodml.Package
Packages that use Package
-
Uses of Package in org.javastro.ivoa.entities.vodml
Fields in org.javastro.ivoa.entities.vodml with type parameters of type PackageModifier and TypeFieldDescriptionModel.packagesThe collection of packages which can contain further detailed name spacing to the type definitions in the model.Package.packagesCollection of child Package-s defined in this package.Methods in org.javastro.ivoa.entities.vodml that return PackageModifier and TypeMethodDescriptionObjectFactory.createPackage()Create an instance ofPackagePackage.withDataTypes(Collection<DataType> values) Package.withDataTypes(DataType... values) Package.withDescription(String value) Package.withEnumerations(Collection<Enumeration> values) Package.withEnumerations(Enumeration... values) Package.withObjectTypes(Collection<ObjectType> values) Package.withObjectTypes(ObjectType... values) Package.withPackages(Collection<Package> values) Package.withPackages(Package... values) Package.withPrimitiveTypes(Collection<PrimitiveType> values) Package.withPrimitiveTypes(PrimitiveType... values) Package.withVodmlId(String value) Methods in org.javastro.ivoa.entities.vodml that return types with arguments of type PackageModifier and TypeMethodDescriptionModel.getPackages()The collection of packages which can contain further detailed name spacing to the type definitions in the model.Package.getPackages()Collection of child Package-s defined in this package.Methods in org.javastro.ivoa.entities.vodml with parameters of type PackageModifier and TypeMethodDescriptionModel.withPackages(Package... values) Package.withPackages(Package... values) Method parameters in org.javastro.ivoa.entities.vodml with type arguments of type PackageModifier and TypeMethodDescriptionModel.withPackages(Collection<Package> values) Package.withPackages(Collection<Package> values)