Uses of Enum Class
org.javastro.ivoa.entities.resource.registry.OptionalProtocol
Packages that use OptionalProtocol
-
Uses of OptionalProtocol in org.javastro.ivoa.entities.resource.registry
Fields in org.javastro.ivoa.entities.resource.registry with type parameters of type OptionalProtocolModifier and TypeFieldDescriptionstatic final com.kscs.util.jaxb.CollectionPropertyInfo<Search,OptionalProtocol> Search.PropInfo.OPTIONAL_PROTOCOLSprotected List<OptionalProtocol>Search.optionalProtocolsOnly one optional protocol is currently allowed (XQuery).Methods in org.javastro.ivoa.entities.resource.registry that return OptionalProtocolModifier and TypeMethodDescriptionstatic OptionalProtocolGets the enum associated to the value passed as parameter.static OptionalProtocolReturns the enum constant of this class with the specified name.static OptionalProtocol[]OptionalProtocol.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 that return types with arguments of type OptionalProtocolModifier and TypeMethodDescriptionSearch.getOptionalProtocols()Only one optional protocol is currently allowed (XQuery).Search.Modifier.getOptionalProtocols()Methods in org.javastro.ivoa.entities.resource.registry with parameters of type OptionalProtocolModifier and TypeMethodDescriptionSearch.Builder.addOptionalProtocols(OptionalProtocol... optionalProtocols) Adds the given items to the value of "optionalProtocols"Search.Builder.withOptionalProtocols(OptionalProtocol... optionalProtocols) Sets the new value of "optionalProtocols" (any previous value will be replaced)Method parameters in org.javastro.ivoa.entities.resource.registry with type arguments of type OptionalProtocolModifier and TypeMethodDescriptionSearch.Builder.addOptionalProtocols(Iterable<? extends OptionalProtocol> optionalProtocols) Adds the given items to the value of "optionalProtocols"Search.Builder.withOptionalProtocols(Iterable<? extends OptionalProtocol> optionalProtocols) Sets the new value of "optionalProtocols" (any previous value will be replaced)