Uses of Enum Class
org.javastro.ivoa.entities.resource.registry.ExtensionSearchSupport
Packages that use ExtensionSearchSupport
-
Uses of ExtensionSearchSupport in org.javastro.ivoa.entities.resource.registry
Fields in org.javastro.ivoa.entities.resource.registry declared as ExtensionSearchSupportModifier and TypeFieldDescriptionprotected ExtensionSearchSupportSearch.extensionSearchSupportA legal VOResource extension schema is one that imports and extends the VOResource core schema in compliance with the VOResource standard.Fields in org.javastro.ivoa.entities.resource.registry with type parameters of type ExtensionSearchSupportModifier and TypeFieldDescriptionstatic final com.kscs.util.jaxb.SinglePropertyInfo<Search,ExtensionSearchSupport> Search.PropInfo.EXTENSION_SEARCH_SUPPORTMethods in org.javastro.ivoa.entities.resource.registry that return ExtensionSearchSupportModifier and TypeMethodDescriptionstatic ExtensionSearchSupportGets the enum associated to the value passed as parameter.Search.getExtensionSearchSupport()A legal VOResource extension schema is one that imports and extends the VOResource core schema in compliance with the VOResource standard.static ExtensionSearchSupportReturns the enum constant of this class with the specified name.static ExtensionSearchSupport[]ExtensionSearchSupport.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.javastro.ivoa.entities.resource.registry with parameters of type ExtensionSearchSupportModifier and TypeMethodDescriptionvoidSearch.Modifier.setExtensionSearchSupport(ExtensionSearchSupport extensionSearchSupport) voidSearch.setExtensionSearchSupport(ExtensionSearchSupport value) Sets the value of the extensionSearchSupport property.Search.Builder.withExtensionSearchSupport(ExtensionSearchSupport extensionSearchSupport) Sets the new value of "extensionSearchSupport" (any previous value will be replaced)Constructors in org.javastro.ivoa.entities.resource.registry with parameters of type ExtensionSearchSupportModifierConstructorDescriptionSearch(List<Validation> validationLevels, String description, List<ServiceInterface> interfaces, String standardID, int maxRecords, ExtensionSearchSupport extensionSearchSupport, List<OptionalProtocol> optionalProtocols) Fully-initialising value constructor