EVEDemo.SWEEP
Class PrimitiveValue

java.lang.Object
  |
  +--EVEDemo.SWEEP.PrimitiveValue

public class PrimitiveValue
extends java.lang.Object
implements java.io.Serializable

Primitive Value will include long, double, and string. They are based on the Primitive Type of Oracle;

See Also:
Serialized Form

Field Summary
(package private)  java.lang.String StringValue
           
(package private)  int type
           
 
Constructor Summary
private PrimitiveValue()
           
  PrimitiveValue(boolean newValue)
           
  PrimitiveValue(double newValue)
           
  PrimitiveValue(long newValue)
           
  PrimitiveValue(java.lang.String newValue)
           
 
Method Summary
 java.lang.String getSQL()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

StringValue

java.lang.String StringValue

type

int type
Constructor Detail

PrimitiveValue

private PrimitiveValue()

PrimitiveValue

public PrimitiveValue(long newValue)

PrimitiveValue

public PrimitiveValue(double newValue)

PrimitiveValue

public PrimitiveValue(boolean newValue)

PrimitiveValue

public PrimitiveValue(java.lang.String newValue)
Method Detail

getSQL

public java.lang.String getSQL()
                        throws java.lang.Exception