Uses of Class
org.robovm.apple.coredata.NSAttributeType
| Package | Description |
|---|---|
| org.robovm.apple.coredata |
-
Uses of NSAttributeType in org.robovm.apple.coredata
Methods in org.robovm.apple.coredata that return NSAttributeType Modifier and Type Method Description NSAttributeTypeNSAttributeDescription. getAttributeType()NSAttributeTypeNSExpressionDescription. getExpressionResultType()static NSAttributeTypeNSAttributeType. valueOf(long n)Returns the enum constant of this type with the specified name.static NSAttributeTypeNSAttributeType. valueOf(String name)Returns the enum constant of this type with the specified name.static NSAttributeType[]NSAttributeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.coredata with parameters of type NSAttributeType Modifier and Type Method Description voidNSAttributeDescription. setAttributeType(NSAttributeType v)voidNSExpressionDescription. setExpressionResultType(NSAttributeType v)