|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hardcode.gdbms.engine.values.AbstractValue
com.hardcode.gdbms.engine.values.BooleanValue
public class BooleanValue
Wrapper para booleanos
Field Summary |
---|
Fields inherited from interface com.hardcode.gdbms.engine.values.Value |
---|
BINARY, BOOLEAN, BYTE, DATE, DOUBLE, FLOAT, INT, LONG, SHORT, STRING, TIME, TIMESTAMP |
Method Summary | |
---|---|
Value |
and(Value value)
|
int |
doHashCode()
The hashCode implementation. |
Value |
equals(Value value)
DOCUMENT ME! |
java.lang.String |
getStringValue(ValueWriter writer)
Gets the string representation of the value as it is defined in the specified ValueWriter |
int |
getType()
Gets the type of the value |
boolean |
getValue()
Obtiene el valor de este objeto |
Value |
greater(Value value)
|
Value |
greaterEqual(Value value)
|
Value |
inversa()
DOCUMENT ME! |
Value |
less(Value value)
|
Value |
lessEqual(Value value)
|
Value |
notEquals(Value value)
DOCUMENT ME! |
Value |
or(Value value)
|
void |
setValue(boolean value)
Establece el valor de este objeto |
java.lang.String |
toString()
|
Methods inherited from class com.hardcode.gdbms.engine.values.AbstractValue |
---|
doEquals, equals, hashCode, like, producto, suma |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public Value greater(Value value) throws IncompatibleTypesException
greater
in interface Value
greater
in class AbstractValue
IncompatibleTypesException
com.hardcode.gdbms.engine.instruction.Operations#greater(com.hardcode.gdbms.engine.values.Value)
public Value greaterEqual(Value value) throws IncompatibleTypesException
greaterEqual
in interface Value
greaterEqual
in class AbstractValue
IncompatibleTypesException
com.hardcode.gdbms.engine.instruction.Operations#greaterEqual(com.hardcode.gdbms.engine.values.Value)
public Value less(Value value) throws IncompatibleTypesException
less
in interface Value
less
in class AbstractValue
IncompatibleTypesException
com.hardcode.gdbms.engine.instruction.Operations#less(com.hardcode.gdbms.engine.values.Value)
public Value lessEqual(Value value) throws IncompatibleTypesException
lessEqual
in interface Value
lessEqual
in class AbstractValue
IncompatibleTypesException
com.hardcode.gdbms.engine.instruction.Operations#lessEqual(com.hardcode.gdbms.engine.values.Value)
public Value equals(Value value) throws IncompatibleTypesException
equals
in interface Value
equals
in class AbstractValue
value
- DOCUMENT ME!
IncompatibleTypesException
- DOCUMENT ME!com.hardcode.gdbms.engine.instruction.Operations#equals(com.hardcode.gdbms.engine.values.Value)
public Value notEquals(Value value) throws IncompatibleTypesException
notEquals
in interface Value
notEquals
in class AbstractValue
value
- DOCUMENT ME!
IncompatibleTypesException
- DOCUMENT ME!com.hardcode.gdbms.engine.instruction.Operations#notEquals(com.hardcode.gdbms.engine.values.Value)
public void setValue(boolean value)
value
- public boolean getValue()
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public Value and(Value value) throws IncompatibleTypesException
and
in interface Value
and
in class AbstractValue
IncompatibleTypesException
com.hardcode.gdbms.engine.instruction.Operations#and(com.hardcode.gdbms.engine.instruction.BooleanValue)
public Value or(Value value) throws IncompatibleTypesException
or
in interface Value
or
in class AbstractValue
IncompatibleTypesException
com.hardcode.gdbms.engine.instruction.Operations#and(com.hardcode.gdbms.engine.instruction.BooleanValue)
public int doHashCode()
Value
doHashCode
in interface Value
Value.doHashCode()
public java.lang.String getStringValue(ValueWriter writer)
Value
getStringValue
in interface Value
writer
- Specifies the string representation for the values
com.hardcode.gdbms.engine.values.Value#getStringValue(com.hardcode.gdbms.engine.data.driver.ValueWriter)
public Value inversa() throws IncompatibleTypesException
Value
inversa
in interface Value
inversa
in class AbstractValue
IncompatibleTypesException
- DOCUMENT ME!Value.inversa()
public int getType()
Value
getType
in interface Value
Value.getType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |