|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rococoa.cocoa.foundation.NSObject
org.rococoa.cocoa.coredata.NSPropertyDescription
org.rococoa.cocoa.coredata.NSAttributeDescription
public abstract class NSAttributeDescription
Attributes represent individual values like strings, numbers, dates, etc.
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 class |
NSAttributeDescription.__attributeDescriptionFlags
|
static class |
NSAttributeDescription._class_
|
| Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSCoding |
|---|
NSCoding._static_ |
| Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSCopying |
|---|
NSCopying._static_ |
| Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
|---|
NSObject._static_ |
| Constructor Summary | |
|---|---|
NSAttributeDescription()
|
|
| Method Summary | |
|---|---|
static NSAttributeDescription |
alloc()
|
abstract NSUInteger |
attributeType()
NSUndefinedAttributeType is valid for transient properties - Core Data will still track the property as an id value and register undo/redo actions, etc. |
abstract NSString |
attributeValueClassName()
Original signature : -(NSString*)attributeValueClassNamenative declaration : /System/Library/Frameworks/CoreData.framework/Headers/NSAttributeDescription.h:60 |
abstract NSObject |
defaultValue()
Original signature : -(id)defaultValuenative declaration : /System/Library/Frameworks/CoreData.framework/Headers/NSAttributeDescription.h:62 |
static NSAttributeDescription._class_ |
getNSClass()
|
static NSAttributeDescription |
new_()
|
abstract void |
setAttributeType(NSUInteger type)
Original signature : -(void)setAttributeType:(NSAttributeType)native declaration : /System/Library/Frameworks/CoreData.framework/Headers/NSAttributeDescription.h:58 |
abstract void |
setAttributeValueClassName(NSString className)
Sets the value class for the attribute (when using transient properties.) |
abstract void |
setDefaultValue(ObjCObject value)
value is retained and not copied Original signature : -(void)setDefaultValue:(id)native declaration : /System/Library/Frameworks/CoreData.framework/Headers/NSAttributeDescription.h:63 |
abstract void |
setValueTransformerName(NSString string)
Original signature : -(void)setValueTransformerName:(NSString*)native declaration : /System/Library/Frameworks/CoreData.framework/Headers/NSAttributeDescription.h:78 |
abstract NSString |
valueTransformerName()
The name of the transformer used to convert a NSTransformedAttributeType. |
abstract NSData |
versionHash()
Returns the version hash for the attribute. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSCoding |
|---|
encodeWithCoder, initWithCoder |
| Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSCopying |
|---|
copyWithZone |
| Methods inherited from interface org.rococoa.ObjCObject |
|---|
id |
| Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
|---|
autorelease, class_, conformsToProtocol, hash, isEqual, isMemberOfClass, isProxy, performSelector_withObject_withObject, performSelector_withObject, performSelector, respondsToSelector, self, superclass, zone |
| Constructor Detail |
|---|
public NSAttributeDescription()
| Method Detail |
|---|
public abstract NSUInteger attributeType()
-(NSAttributeType)attributeType
public abstract void setAttributeType(NSUInteger type)
-(void)setAttributeType:(NSAttributeType)
public abstract NSString attributeValueClassName()
-(NSString*)attributeValueClassName
public abstract NSObject defaultValue()
-(id)defaultValue
public abstract void setDefaultValue(ObjCObject value)
-(void)setDefaultValue:(id)
public abstract void setAttributeValueClassName(NSString className)
-(void)setAttributeValueClassName:(NSString*)
public abstract NSData versionHash()
-(NSData*)versionHash
public abstract NSString valueTransformerName()
-(NSString*)valueTransformerName
public abstract void setValueTransformerName(NSString string)
-(void)setValueTransformerName:(NSString*)
public static NSAttributeDescription alloc()
public static NSAttributeDescription new_()
public static NSAttributeDescription._class_ getNSClass()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||