Uses of Class
org.javastro.ivoa.entities.resource.applications.Application
Packages that use Application
-
Uses of Application in org.javastro.ivoa.entities.resource.applications
Subclasses of Application in org.javastro.ivoa.entities.resource.applicationsModifier and TypeClassDescriptionclassAn application that can actually be run on a user's desktop computer.classSoftware the cannot be independently executed, but can be used to build applicationsMethods in org.javastro.ivoa.entities.resource.applications that return ApplicationModifier and TypeMethodDescriptionObjectFactory.createApplication()Create an instance ofApplicationApplication.withAltIdentifiers(String... values) Application.withAltIdentifiers(Collection<String> values) Application.withContent(Content value) Application.withCreated(LocalDateTime value) Application.withCuration(Curation value) Application.withDataFormats(Collection<DataFormat> values) Application.withDataFormats(DataFormat... values) Application.withIdentifier(String value) Application.withLicence(String value) Application.withOpenSource(Boolean value) Application.withShortName(String value) Application.withSourceCodeURL(String value) Application.withSourceLanguages(String... values) Application.withSourceLanguages(Collection<String> values) Application.withStatus(String value) Application.withUpdated(LocalDateTime value) Application.withValidationLevels(Collection<Validation> values) Application.withValidationLevels(Validation... values) Application.withVersion(String value) Application.withVoStandards(Collection<ApplicationCapability> values) Application.withVoStandards(ApplicationCapability... values)