OWLPropertyExpression
@protocol OWLPropertyExpression <OWLObject>
Represents a property or possibly the inverse of a property.
-
Determines if this property expression is anonymous.
Declaration
Objective-C
@property (nonatomic, readonly) BOOL anonymous;Swift
var anonymous: Bool { get } -
Determines if this property expression is a data property expression.
Declaration
Objective-C
@property (nonatomic, readonly) BOOL isDataPropertyExpression;Swift
var isDataPropertyExpression: Bool { get } -
Determines if this property expression is an object property expression.
Declaration
Objective-C
@property (nonatomic, readonly) BOOL isObjectPropertyExpression;Swift
var isObjectPropertyExpression: Bool { get }
OWLPropertyExpression Protocol Reference