org.ozoneDB.DxLib
Class DxBoolean
java.lang.Object
org.ozoneDB.DxLib.DxObject
org.ozoneDB.DxLib.DxBoolean
- All Implemented Interfaces:
- java.lang.Cloneable, DxCompatible, java.io.Externalizable, java.io.Serializable
- public class DxBoolean
- extends DxObject
- implements java.io.Externalizable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
value
boolean value
serialVersionUID
static final long serialVersionUID
- See Also:
- Constant Field Values
DxBoolean
public DxBoolean()
DxBoolean
public DxBoolean(boolean v)
DxBoolean
public DxBoolean(DxBoolean v)
clone
public java.lang.Object clone()
- Description copied from class:
DxObject
- liefert eine kopie des objektes;
sollte von subclasses ueberschrieben werden;
- Specified by:
clone
in interface DxCompatible
- Overrides:
clone
in class DxObject
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equals
in interface DxCompatible
isLess
public boolean isLess(DxCompatible obj)
- Description copied from class:
DxObject
- true, wenn receiver echt kleiner als obj
- Specified by:
isLess
in interface DxCompatible
- Overrides:
isLess
in class DxObject
toString
public java.lang.String toString()
toBoolean
public boolean toBoolean()
hashCode
public int hashCode()
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Specified by:
writeExternal
in interface java.io.Externalizable
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Specified by:
readExternal
in interface java.io.Externalizable
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
Copyright (C) The Ozone Database Project - www.ozone-db.org. All rights reserved.