portal.services.registry
Class StringKey

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

public class StringKey
extends java.lang.Object
implements RegistryKey


Field Summary
static java.lang.String TYPE
           
 
Constructor Summary
StringKey(java.lang.String value)
           
 
Method Summary
 java.lang.String getString()
           
 java.lang.Object getValue()
           
static java.lang.String getValue(java.lang.String name)
           
static java.lang.String getValue(java.lang.String name, java.lang.String 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

StringKey

public StringKey(java.lang.String value)
          throws RegistryException
Method Detail

getValue

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

getString

public java.lang.String getString()
                           throws RegistryException
Throws:
RegistryException

getValue

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

getValue

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