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 declared as ApplicationCapabilityModifier and TypeFieldDescriptionprotected final ApplicationCapabilityApplicationCapability.Builder._storedValueFields in org.javastro.ivoa.entities.resource.applications with type parameters of type ApplicationCapabilityModifier and TypeFieldDescriptionstatic final com.kscs.util.jaxb.SinglePropertyInfo<ApplicationCapability,String> ApplicationCapability.PropInfo.STANDARD_IDstatic final com.kscs.util.jaxb.CollectionPropertyInfo<Application,ApplicationCapability> Application.PropInfo.VO_STANDARDSprotected 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 with type parameters of type ApplicationCapabilityModifier and TypeMethodDescriptionprotected <_P extends ApplicationCapability>
_PApplicationCapability.Builder.init(_P _product) Methods in org.javastro.ivoa.entities.resource.applications that return ApplicationCapabilityModifier and TypeMethodDescriptionApplicationCapability.Builder.build()ApplicationCapability.clone()ApplicationCapability.copyExcept(com.kscs.util.jaxb.PropertyTree _propertyTree) ApplicationCapability.copyOnly(com.kscs.util.jaxb.PropertyTree _propertyTree) ObjectFactory.createApplicationCapability()Create an instance ofApplicationCapabilityApplicationCapability.createCopy()ApplicationCapability.createCopy(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ApplicationCapability.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) 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.Application.Modifier.getVoStandards()Methods in org.javastro.ivoa.entities.resource.applications with parameters of type ApplicationCapabilityModifier and TypeMethodDescriptionApplication.Builder.addVoStandards(ApplicationCapability... voStandards) Adds the given items to the value of "voStandards"DesktopApplication.Builder.addVoStandards(ApplicationCapability... voStandards) Adds the given items to the value of "voStandards"SoftwareLibrary.Builder.addVoStandards(ApplicationCapability... voStandards) Adds the given items to the value of "voStandards"static ApplicationCapability.Builder<Void>ApplicationCapability.copyExcept(ApplicationCapability _other, com.kscs.util.jaxb.PropertyTree _propertyTree) ApplicationCapability.Builder.copyOf(ApplicationCapability _other) static <_B> ApplicationCapability.Builder<_B>ApplicationCapability.copyOf(ApplicationCapability _other) static <_B> ApplicationCapability.Builder<_B>ApplicationCapability.copyOf(ApplicationCapability _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static ApplicationCapability.Builder<Void>ApplicationCapability.copyOnly(ApplicationCapability _other, com.kscs.util.jaxb.PropertyTree _propertyTree) Application.Builder.withVoStandards(ApplicationCapability... voStandards) Sets the new value of "voStandards" (any previous value will be replaced)DesktopApplication.Builder.withVoStandards(ApplicationCapability... voStandards) Sets the new value of "voStandards" (any previous value will be replaced)SoftwareLibrary.Builder.withVoStandards(ApplicationCapability... voStandards) Sets the new value of "voStandards" (any previous value will be replaced)Method parameters in org.javastro.ivoa.entities.resource.applications with type arguments of type ApplicationCapabilityModifier and TypeMethodDescriptionApplication.Builder.addVoStandards(Iterable<? extends ApplicationCapability> voStandards) Adds the given items to the value of "voStandards"DesktopApplication.Builder.addVoStandards(Iterable<? extends ApplicationCapability> voStandards) Adds the given items to the value of "voStandards"SoftwareLibrary.Builder.addVoStandards(Iterable<? extends ApplicationCapability> voStandards) Adds the given items to the value of "voStandards"Application.Builder.withVoStandards(Iterable<? extends ApplicationCapability> voStandards) Sets the new value of "voStandards" (any previous value will be replaced)DesktopApplication.Builder.withVoStandards(Iterable<? extends ApplicationCapability> voStandards) Sets the new value of "voStandards" (any previous value will be replaced)SoftwareLibrary.Builder.withVoStandards(Iterable<? extends ApplicationCapability> voStandards) Sets the new value of "voStandards" (any previous value will be replaced)Constructors in org.javastro.ivoa.entities.resource.applications with parameters of type ApplicationCapabilityModifierConstructorDescriptionBuilder(_B _parentBuilder, ApplicationCapability _other, boolean _copy) Builder(_B _parentBuilder, ApplicationCapability _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)