Project Wonder 2.0

er.extensions
Class ERXSystem

java.lang.Object
  extended byer.extensions.ERXSystem
All Implemented Interfaces:
NSKeyValueCoding, NSKeyValueCodingAdditions

public class ERXSystem
extends Object
implements NSKeyValueCoding, NSKeyValueCodingAdditions

Author:
david teran

Nested Class Summary
 
Nested classes inherited from class com.webobjects.foundation.NSKeyValueCoding
NSKeyValueCoding._BooleanFieldBinding, NSKeyValueCoding._BooleanMethodBinding, NSKeyValueCoding._FieldBinding, NSKeyValueCoding._ForwardingBinding, NSKeyValueCoding._KeyBinding, NSKeyValueCoding._KeyBindingCreation, NSKeyValueCoding._MethodBinding, NSKeyValueCoding._NumberFieldBinding, NSKeyValueCoding._NumberMethodBinding, NSKeyValueCoding._ReflectionKeyBindingCreation, NSKeyValueCoding.DefaultImplementation, NSKeyValueCoding.ErrorHandling, NSKeyValueCoding.Null, NSKeyValueCoding.UnknownKeyException, NSKeyValueCoding.Utility, NSKeyValueCoding.ValueAccessor
 
Nested classes inherited from class com.webobjects.foundation.NSKeyValueCodingAdditions
NSKeyValueCodingAdditions.DefaultImplementation, NSKeyValueCodingAdditions.Utility
 
Field Summary
 
Fields inherited from interface com.webobjects.foundation.NSKeyValueCoding
_CLASS, NullValue
 
Fields inherited from interface com.webobjects.foundation.NSKeyValueCodingAdditions
_CLASS, _KeyPathSeparatorChar, KeyPathSeparator
 
Method Summary
static Properties getProperties()
           
static String getProperty(String key)
           
static String getProperty(String key, String defaultValue)
           
 void takeValueForKey(Object arg0, String arg1)
           
 void takeValueForKeyPath(Object arg0, String arg1)
           
static void updateProperties()
           
 Object valueForKey(String key)
           
 Object valueForKeyPath(String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getProperty

public static String getProperty(String key)

getProperty

public static String getProperty(String key,
                                 String defaultValue)

valueForKey

public Object valueForKey(String key)
Specified by:
valueForKey in interface NSKeyValueCoding

takeValueForKey

public void takeValueForKey(Object arg0,
                            String arg1)
Specified by:
takeValueForKey in interface NSKeyValueCoding

valueForKeyPath

public Object valueForKeyPath(String key)
Specified by:
valueForKeyPath in interface NSKeyValueCodingAdditions

takeValueForKeyPath

public void takeValueForKeyPath(Object arg0,
                                String arg1)
Specified by:
takeValueForKeyPath in interface NSKeyValueCodingAdditions

getProperties

public static Properties getProperties()
Returns:

updateProperties

public static void updateProperties()

Last updated: Do, Dez 9, 2004 • 12:46 PM CET

Copyright © 2002 – 2004 Project Wonder.