hep.ilc.marlin.jni
Class Expression

java.lang.Object
  extended by hep.ilc.marlin.jni.Expression

public class Expression
extends Object


Nested Class Summary
static class Expression.Operator
           
 
Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
  Expression()
           
protected Expression(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
protected static long getCPtr(Expression obj)
           
 boolean getIsNot()
           
 Expression.Operator getOperation()
           
 String getValue()
           
 int hashCode()
           
 void setIsNot(boolean value)
           
 void setOperation(Expression.Operator value)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

Expression

protected Expression(long cPtr,
                     boolean cMemoryOwn)

Expression

public Expression()
Method Detail

getCPtr

protected static long getCPtr(Expression obj)

finalize

protected void finalize()
                 throws Throwable
Overrides:
finalize in class Object
Throws:
Throwable

delete

public void delete()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

setOperation

public void setOperation(Expression.Operator value)

getOperation

public Expression.Operator getOperation()

setIsNot

public void setIsNot(boolean value)

getIsNot

public boolean getIsNot()

setValue

public void setValue(String value)

getValue

public String getValue()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.