Package org.robovm.apple.coredata
Class NSDerivedAttributeDescription
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.coredata.NSPropertyDescription
org.robovm.apple.coredata.NSAttributeDescription
org.robovm.apple.coredata.NSDerivedAttributeDescription
- All Implemented Interfaces:
NSCoding,NSObjectProtocol,ObjCProtocol
public class NSDerivedAttributeDescription extends NSAttributeDescription
- Since:
- Available in iOS 13.0 and later.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNSDerivedAttributeDescription.NSDerivedAttributeDescriptionPtrNested classes/interfaces inherited from class org.robovm.apple.coredata.NSAttributeDescription
NSAttributeDescription.NSAttributeDescriptionPtrNested classes/interfaces inherited from class org.robovm.apple.coredata.NSPropertyDescription
NSPropertyDescription.NSPropertyDescriptionPtrNested classes/interfaces inherited from class org.robovm.apple.foundation.NSObject
NSObject.Handle, NSObject.Marshaler, NSObject.NoRetainMarshaler, NSObject.NSKeyValueObserver, NSObject.NSObjectPtr, NSObject.SkipInitNested classes/interfaces inherited from class org.robovm.objc.ObjCObject
ObjCObject.ObjCObjectPtr, ObjCObject.Super -
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description NSDerivedAttributeDescription()protectedNSDerivedAttributeDescription(NSObject.Handle h, long handle)protectedNSDerivedAttributeDescription(NSObject.SkipInit skipInit) -
Method Summary
Modifier and Type Method Description NSExpressiongetDerivationExpression()voidsetDerivationExpression(NSExpression v)Methods inherited from class org.robovm.apple.coredata.NSAttributeDescription
allowsCloudEncryption, allowsExternalBinaryDataStorage, getAttributeType, getAttributeValueClassName, getDefaultValue, getValueTransformerName, getVersionHash, preservesValueInHistoryOnDeletion, setAllowsCloudEncryption, setAllowsExternalBinaryDataStorage, setAttributeType, setAttributeValueClassName, setDefaultValue, setPreservesValueInHistoryOnDeletion, setValueTransformerNameMethods inherited from class org.robovm.apple.coredata.NSPropertyDescription
encode, getEntity, getName, getRenamingIdentifier, getUserInfo, getValidationPredicates, getValidationWarnings, getVersionHashModifier, init, isIndexed, isIndexedBySpotlight, isOptional, isStoredInExternalRecord, isTransient, setIndexed, setIndexedBySpotlight, setName, setOptional, setRenamingIdentifier, setStoredInExternalRecord, setTransient, setUserInfo, setValidationPredicatesAndWarnings, setVersionHashModifierMethods inherited from class org.robovm.apple.foundation.NSObject
addKeyValueObserver, addKeyValueObserver, afterMarshaled, alloc, autorelease, autorelease, awakeFromNib, conformsToProtocol, copy, description, didChangeValue, didChangeValue, didChangeValues, doDispose, equals, forceSkipInit, getAutoContentAccessingProxy, getClassForCoder, getClassForKeyedArchiver, getKeyValueCoder, getObservationInfo, hash, hashCode, init, isEqual, isKindOfClass, isMemberOfClass, mutableCopy, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelectorInBackground, performSelectorOnMainThread, performSelectorOnMainThread, performSelectorV, performSelectorV, performSelectorV, release, release, removeKeyValueObserver, removeKeyValueObservers, respondsToSelector, retain, retain, retainCount, setObservationInfo, toString, willChangeValue, willChangeValue, willChangeValuesMethods inherited from class org.robovm.objc.ObjCObject
addStrongRef, dispose, dispose, finalize, getAssociatedObject, getObjCClass, getPeerObject, getSuper, initObject, logRetainRelease, removeStrongRef, retainCustomObjectFromCb, setAssociatedObject, toObjCObject, toObjCObject, updateStrongRef
-
Constructor Details
-
NSDerivedAttributeDescription
public NSDerivedAttributeDescription() -
NSDerivedAttributeDescription
-
NSDerivedAttributeDescription
-
-
Method Details