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.Methods 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.setExtensionSearchSupport(ExtensionSearchSupport value) Sets the value of the extensionSearchSupport property.Search.withExtensionSearchSupport(ExtensionSearchSupport value) 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