Uses of Class
org.javastro.ivoa.entities.resource.applications.ApplicationCapability
Packages that use ApplicationCapability
-
Uses of ApplicationCapability in org.javastro.ivoa.entities.resource.applications
Fields in org.javastro.ivoa.entities.resource.applications with type parameters of type ApplicationCapabilityModifier and TypeFieldDescriptionprotected List<ApplicationCapability>Application.voStandardsenumerate which standards this application is compliant with - *Editor note* not really too happy with this, as there is a certain amount of potential redundancy here if there is a derived type - e.g.Methods in org.javastro.ivoa.entities.resource.applications that return ApplicationCapabilityModifier and TypeMethodDescriptionObjectFactory.createApplicationCapability()Create an instance ofApplicationCapabilityApplicationCapability.withStandardID(String value) Methods in org.javastro.ivoa.entities.resource.applications that return types with arguments of type ApplicationCapabilityModifier and TypeMethodDescriptionApplication.getVoStandards()enumerate which standards this application is compliant with - *Editor note* not really too happy with this, as there is a certain amount of potential redundancy here if there is a derived type - e.g.Methods in org.javastro.ivoa.entities.resource.applications with parameters of type ApplicationCapabilityModifier and TypeMethodDescriptionApplication.withVoStandards(ApplicationCapability... values) DesktopApplication.withVoStandards(ApplicationCapability... values) SoftwareLibrary.withVoStandards(ApplicationCapability... values) Method parameters in org.javastro.ivoa.entities.resource.applications with type arguments of type ApplicationCapabilityModifier and TypeMethodDescriptionApplication.withVoStandards(Collection<ApplicationCapability> values) DesktopApplication.withVoStandards(Collection<ApplicationCapability> values) SoftwareLibrary.withVoStandards(Collection<ApplicationCapability> values)