Constructor and Description |
---|
DBoolean()
Constructor of a the field boolean.
|
DBoolean(boolean bool_)
The constructor of the field boolean.
|
Modifier and Type | Method and Description |
---|---|
boolean |
booleanValue()
Returns the boolean value of the corresponding number.
|
byte |
byteValue()
Returns the byte value of the corresponding number.
|
double |
doubleValue()
Returns the double value of the corresponding number.
|
boolean |
equals(java.lang.Object object_) |
float |
floatValue()
Returns the float value of the corresponding number.
|
int |
hashCode() |
int |
intValue()
Returns the integer value of the corresponding number.
|
long |
longValue()
Returns the long value of the corresponding number.
|
void |
setValue(boolean bool_)
This will set the current value to the assigned boolean one.
|
void |
setValue(byte byte_)
This will set the current value to the assigned byte one.
|
void |
setValue(double double_)
This will set the current value to the assigned double one.
|
void |
setValue(float float_)
This will set the current value to the assigned float one.
|
void |
setValue(int int_)
This will set the current value to the assigned integer one.
|
void |
setValue(long long_)
This will set the current value to the assigned long one.
|
void |
setValue(short short_)
This will set the current value to the assigned short one.
|
short |
shortValue()
Returns the short value of the corresponding number.
|
java.lang.String |
toString() |
public DBoolean()
public DBoolean(boolean bool_)
bool_
- Gets one argument as a boolean value.public boolean booleanValue()
INumber
booleanValue
in interface INumber
public byte byteValue()
INumber
public double doubleValue()
INumber
doubleValue
in interface INumber
public float floatValue()
INumber
floatValue
in interface INumber
public int intValue()
INumber
public long longValue()
INumber
public short shortValue()
INumber
shortValue
in interface INumber
public void setValue(boolean bool_)
INumber
public void setValue(byte byte_)
INumber
public void setValue(short short_)
INumber
public void setValue(int int_)
INumber
public void setValue(long long_)
INumber
public void setValue(float float_)
INumber
public void setValue(double double_)
INumber
public boolean equals(java.lang.Object object_)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
14-September-2016 18:23 Deutsches Elektronen-Synchrotron DESY in der Helmholtz-Gemeinschaft