|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.wotonomy.foundation.NSKeyValueCoding.Utility
public static class NSKeyValueCoding.Utility
Static utility methods that call the appropriate method if the object implements NSKeyValueCoding, otherwise calls the method on DefaultImplementation.
| Constructor Summary | |
|---|---|
NSKeyValueCoding.Utility()
|
|
| Method Summary | |
|---|---|
static java.lang.Object |
handleQueryWithUnboundKey(java.lang.Object anObject,
java.lang.String aKey)
Calls the appropriate method if the object implements NSKeyValueCoding, otherwise calls the method on DefaultImplementation. |
static void |
handleTakeValueForUnboundKey(java.lang.Object anObject,
java.lang.Object aValue,
java.lang.String aKey)
Calls the appropriate method if the object implements NSKeyValueCoding, otherwise calls the method on DefaultImplementation. |
static java.lang.Object |
storedValueForKey(java.lang.Object anObject,
java.lang.String aKey)
Calls the appropriate method if the object implements NSKeyValueCoding, otherwise calls the method on DefaultImplementation. |
static void |
takeStoredValueForKey(java.lang.Object anObject,
java.lang.Object aValue,
java.lang.String aKey)
Calls the appropriate method if the object implements NSKeyValueCoding, otherwise calls the method on DefaultImplementation. |
static void |
takeValueForKey(java.lang.Object anObject,
java.lang.Object aValue,
java.lang.String aKey)
Calls the appropriate method if the object implements NSKeyValueCoding, otherwise calls the method on DefaultImplementation. |
static void |
unableToSetNullForKey(java.lang.Object anObject,
java.lang.String aKey)
Calls the appropriate method if the object implements NSKeyValueCoding, otherwise calls the method on DefaultImplementation. |
static java.lang.Object |
valueForKey(java.lang.Object anObject,
java.lang.String aKey)
Calls the appropriate method if the object implements NSKeyValueCoding, otherwise calls the method on DefaultImplementation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NSKeyValueCoding.Utility()
| Method Detail |
|---|
public static java.lang.Object valueForKey(java.lang.Object anObject,
java.lang.String aKey)
public static void takeValueForKey(java.lang.Object anObject,
java.lang.Object aValue,
java.lang.String aKey)
public static java.lang.Object storedValueForKey(java.lang.Object anObject,
java.lang.String aKey)
public static void takeStoredValueForKey(java.lang.Object anObject,
java.lang.Object aValue,
java.lang.String aKey)
public static java.lang.Object handleQueryWithUnboundKey(java.lang.Object anObject,
java.lang.String aKey)
public static void handleTakeValueForUnboundKey(java.lang.Object anObject,
java.lang.Object aValue,
java.lang.String aKey)
public static void unableToSetNullForKey(java.lang.Object anObject,
java.lang.String aKey)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||