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;
-
BooleanValue
-
-
doubleValue
-
-
longValue
-
-
StringValue
-
-
type
-
-
Primitive_Value()
-
-
Primitive_Value(boolean)
-
-
Primitive_Value(double)
-
-
Primitive_Value(long)
-
-
Primitive_Value(String)
-
-
getBoolean()
-
-
getDouble()
-
-
getLong()
-
-
getString()
-
-
getType()
-
-
toString()
-
StringValue
String StringValue
longValue
long longValue
doubleValue
double doubleValue
BooleanValue
boolean BooleanValue
type
int type
Primitive_Value
private Primitive_Value()
Primitive_Value
public Primitive_Value(long newValue)
Primitive_Value
public Primitive_Value(double newValue)
Primitive_Value
public Primitive_Value(boolean newValue)
Primitive_Value
public Primitive_Value(String newValue)
getLong
public long getLong()
getDouble
public double getDouble()
getBoolean
public boolean getBoolean()
getString
public String getString()
getType
public int getType()
toString
public String toString()
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index