|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NSScriptKeyValueCoding
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.
Nested Class Summary | |
---|---|
static interface |
NSScriptKeyValueCoding._static_
|
Method Summary | |
---|---|
NSObject |
coerceValue_forKey(org.rococoa.ID value,
NSString key)
If the keyed property is an attribute or to-one relationship, coerce the object into an object suitable for setting as the value of the property and return that object. |
void |
insertValue_atIndex_inPropertyWithKey(org.rococoa.ID value,
int index,
NSString key)
Insert, remove, or replace the indexed object in the value of the to-many relationship identified by the key. |
void |
insertValue_inPropertyWithKey(org.rococoa.ID value,
NSString key)
Insert the object into the value of the to-many relationship identified by the key, at a location that makes sense for a scripted Make command with no "at" parameter (either the beginning or the end, typically). |
void |
removeValueAtIndex_fromPropertyWithKey(int index,
NSString key)
|
void |
replaceValueAtIndex_inPropertyWithKey_withValue(int index,
NSString key,
org.rococoa.ID value)
|
NSObject |
valueAtIndex_inPropertyWithKey(int index,
NSString key)
Return the indexed object in the value of the to-many relationship identified by the key. |
NSObject |
valueWithName_inPropertyWithKey(NSString name,
NSString key)
Return the named object in the value of the to-many relationship identified by the key. |
NSObject |
valueWithUniqueID_inPropertyWithKey(org.rococoa.ID uniqueID,
NSString key)
Return the uniquely dentified object in the value of the to-many relationship identified by the key. uniqueID must be either an NSNumber or an NSString. |
Method Detail |
---|
NSObject valueAtIndex_inPropertyWithKey(int index, NSString key)
-(id)valueAtIndex:(NSUInteger) inPropertyWithKey:(NSString*)
NSObject valueWithName_inPropertyWithKey(NSString name, NSString key)
-(id)valueWithName:(NSString*) inPropertyWithKey:(NSString*)
NSObject valueWithUniqueID_inPropertyWithKey(org.rococoa.ID uniqueID, NSString key)
-(id)valueWithUniqueID:(id) inPropertyWithKey:(NSString*)
void insertValue_atIndex_inPropertyWithKey(org.rococoa.ID value, int index, NSString key)
-(void)insertValue:(id) atIndex:(NSUInteger) inPropertyWithKey:(NSString*)
void removeValueAtIndex_fromPropertyWithKey(int index, NSString key)
void replaceValueAtIndex_inPropertyWithKey_withValue(int index, NSString key, org.rococoa.ID value)
void insertValue_inPropertyWithKey(org.rococoa.ID value, NSString key)
-(void)insertValue:(id) inPropertyWithKey:(NSString*)
NSObject coerceValue_forKey(org.rococoa.ID value, NSString key)
-(id)coerceValue:(id) forKey:(NSString*)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |