All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class DSRG.VKB.Primitive_Value

java.lang.Object
   |
   +----DSRG.VKB.Primitive_Value

public class Primitive_Value
extends Object
implements Serializable
Primitive Value will include long, double, and string. They are based on the Primitive Type of Oracle;


Variable Index

 o BooleanValue
 o doubleValue
 o longValue
 o StringValue
 o type

Constructor Index

 o Primitive_Value()
 o Primitive_Value(boolean)
 o Primitive_Value(double)
 o Primitive_Value(long)
 o Primitive_Value(String)

Method Index

 o getBoolean()
 o getDouble()
 o getLong()
 o getString()
 o getType()
 o toString()

Variables

 o StringValue
 String StringValue
 o longValue
 long longValue
 o doubleValue
 double doubleValue
 o BooleanValue
 boolean BooleanValue
 o type
 int type

Constructors

 o Primitive_Value
 private Primitive_Value()
 o Primitive_Value
 public Primitive_Value(long newValue)
 o Primitive_Value
 public Primitive_Value(double newValue)
 o Primitive_Value
 public Primitive_Value(boolean newValue)
 o Primitive_Value
 public Primitive_Value(String newValue)

Methods

 o getLong
 public long getLong()
 o getDouble
 public double getDouble()
 o getBoolean
 public boolean getBoolean()
 o getString
 public String getString()
 o getType
 public int getType()
 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index