cascading.lingual.catalog
Class Protocol

java.lang.Object
  extended by cascading.lingual.catalog.Protocol
All Implemented Interfaces:
Serializable

public class Protocol
extends Object
implements Serializable

Class Protocol is an enhanced "enum" type that allows for runtime membership used for defining new "protocols" used during table and identifier runtime resolution.

See Also:
Serialized Form

Constructor Summary
protected Protocol(String name)
           
 
Method Summary
 boolean equals(Object object)
           
 String getName()
           
static Protocol getProtocol(String name)
           
 int hashCode()
           
static List<Protocol> resolveProtocols(List<String> protocols)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Protocol

protected Protocol(String name)
Method Detail

getProtocol

public static Protocol getProtocol(String name)

resolveProtocols

public static List<Protocol> resolveProtocols(List<String> protocols)

getName

public String getName()

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object object)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2007-2013 Concurrent, Inc. All Rights Reserved.