net.sf.arise.hold
Class PrimitiveBooleanHolder
java.lang.Object
|
+--net.sf.arise.hold.AbstractDataHolder
|
+--net.sf.arise.hold.PrimitiveDataHolder
|
+--net.sf.arise.hold.PrimitiveBooleanHolder
- All Implemented Interfaces:
- Holder, PrimitiveHolder, java.io.Serializable
- public final class PrimitiveBooleanHolder
- extends PrimitiveDataHolder
- Author:
- Kjetil Valstadsve
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TRUE
static final PrimitiveBooleanHolder TRUE
FALSE
static final PrimitiveBooleanHolder FALSE
PrimitiveBooleanHolder
public PrimitiveBooleanHolder(boolean i)
isBoolean
public boolean isBoolean()
- Overrides:
isBoolean in class PrimitiveDataHolder
getObject
public java.lang.Object getObject()
- Specified by:
getObject in interface Holder- Specified by:
getObject in class AbstractDataHolder
getType
public java.lang.Class getType()
- Specified by:
getType in interface Holder- Specified by:
getType in class AbstractDataHolder
getBoolean
public boolean getBoolean()
- Overrides:
getBoolean in class PrimitiveDataHolder
toValueString
public java.lang.String toValueString()
- Specified by:
toValueString in interface Holder- Specified by:
toValueString in class AbstractDataHolder
All code and documentation is
Copyright (c) : 2000-2003 Kjetil Valstadsve & Maja S. Bratseth