Uses of Class
org.robovm.apple.foundation.NSExpressionType
| Package | Description |
|---|---|
| org.robovm.apple.coredata | |
| org.robovm.apple.foundation |
-
Uses of NSExpressionType in org.robovm.apple.coredata
Constructors in org.robovm.apple.coredata with parameters of type NSExpressionType Constructor Description NSFetchRequestExpression(NSExpressionType type) -
Uses of NSExpressionType in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return NSExpressionType Modifier and Type Method Description NSExpressionTypeNSExpression. getExpressionType()static NSExpressionTypeNSExpressionType. valueOf(long n)Returns the enum constant of this type with the specified name.static NSExpressionTypeNSExpressionType. valueOf(String name)Returns the enum constant of this type with the specified name.static NSExpressionType[]NSExpressionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.foundation with parameters of type NSExpressionType Modifier and Type Method Description protected longNSExpression. init(NSExpressionType type)Constructors in org.robovm.apple.foundation with parameters of type NSExpressionType Constructor Description NSExpression(NSExpressionType type)