Uses of Class
org.teiid.transport.ClientServiceRegistry.Type
-
Packages that use ClientServiceRegistry.Type Package Description org.teiid.transport -
-
Uses of ClientServiceRegistry.Type in org.teiid.transport
Methods in org.teiid.transport that return ClientServiceRegistry.Type Modifier and Type Method Description static ClientServiceRegistry.Type
ClientServiceRegistry.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static ClientServiceRegistry.Type[]
ClientServiceRegistry.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.teiid.transport with parameters of type ClientServiceRegistry.Type Constructor Description ClientServiceRegistryImpl(ClientServiceRegistry.Type type)
-