portal.services.registry
Class BooleanKey

java.lang.Object
  extended byportal.services.registry.BooleanKey
All Implemented Interfaces:
RegistryKey

public class BooleanKey
extends java.lang.Object
implements RegistryKey


Field Summary
static java.lang.String TYPE
           
 
Constructor Summary
BooleanKey(java.lang.String strValue)
           
 
Method Summary
 java.lang.Boolean getBoolean()
           
 java.lang.Object getValue()
           
static java.lang.Boolean getValue(java.lang.String name)
           
static java.lang.Boolean getValue(java.lang.String name, java.lang.Boolean defaultValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE

public static final java.lang.String TYPE
See Also:
Constant Field Values
Constructor Detail

BooleanKey

public BooleanKey(java.lang.String strValue)
           throws TypeMismatchException
Method Detail

getValue

public java.lang.Object getValue()
                          throws RegistryException
Specified by:
getValue in interface RegistryKey
Throws:
RegistryException

getBoolean

public java.lang.Boolean getBoolean()
                             throws RegistryException
Throws:
RegistryException

getValue

public static java.lang.Boolean getValue(java.lang.String name)
                                  throws RegistryException
Throws:
RegistryException

getValue

public static java.lang.Boolean getValue(java.lang.String name,
                                         java.lang.Boolean defaultValue)