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

Field Summary
(package private) static PrimitiveBooleanHolder FALSE
           
(package private) static PrimitiveBooleanHolder TRUE
           
 
Constructor Summary
PrimitiveBooleanHolder(boolean i)
           
 
Method Summary
 boolean getBoolean()
           
 java.lang.Object getObject()
           
 java.lang.Class getType()
           
 boolean isBoolean()
           
 java.lang.String toValueString()
           
 
Methods inherited from class net.sf.arise.hold.PrimitiveDataHolder
getChar, isChar, isCharacter, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TRUE

static final PrimitiveBooleanHolder TRUE

FALSE

static final PrimitiveBooleanHolder FALSE
Constructor Detail

PrimitiveBooleanHolder

public PrimitiveBooleanHolder(boolean i)
Method Detail

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