TMEUniversalRole
@interface TMEUniversalRole : NSObject <NSCopying>
Models value restrictions.
-
Property of this value restriction.
Declaration
Objective-C
@property (nonatomic, copy, readonly) id<OWLObjectProperty> _Nonnull property;
-
Filler of this value restriction.
Declaration
Objective-C
@property (nonatomic, copy, readonly) TMESemanticDescription *_Nonnull filler;
Swift
@NSCopying var filler: TMESemanticDescription { get }