com.nhncorp.neptune.client.shell.select
Class Parenthesis

java.lang.Object
  extended by com.nhncorp.neptune.client.shell.select.Parenthesis
All Implemented Interfaces:
WhereComponent

public class Parenthesis
extends java.lang.Object
implements WhereComponent


Constructor Summary
Parenthesis(java.lang.String str)
           
 
Method Summary
 boolean isOpen()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Parenthesis

public Parenthesis(java.lang.String str)
Method Detail

isOpen

public boolean isOpen()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object