CRSKeyword
Objective-C
@interface CRSKeyword : NSObjectSwift
class CRSKeyword : NSObjectKeyword
- 
                  
                  Get the type Return Valuetype 
- 
                  
                  Get the name DeclarationObjective-C - (NSString *)name;Swift func name() -> String!Return Valuename 
- 
                  
                  Get the keywords DeclarationObjective-C - (NSArray<NSString *> *)keywords;Swift func keywords() -> [String]!Return Valuekeywords 
- 
                  
                  Get the keyword type object from the keyword DeclarationObjective-C + (CRSKeyword *)keyword:(NSString *)keyword;Swift /*not inherited*/ init!(_ keyword: String!)ParameterskeywordCRS keyword Return Valuetype object 
- 
                  
                  Get the keyword type from the keyword DeclarationObjective-C + (enum CRSKeywordType)type:(NSString *)keyword;Swift class func type(_ keyword: String!) -> CRSKeywordTypeParameterskeywordCRS keyword Return Valuetype 
- 
                  
                  Get the required keyword type object from the keyword DeclarationObjective-C + (CRSKeyword *)requiredKeyword:(NSString *)keyword;Swift class func requiredKeyword(_ keyword: String!) -> CRSKeyword!ParameterskeywordCRS keyword Return Valuetype object 
- 
                  
                  Get the required keyword type from the keyword DeclarationObjective-C + (enum CRSKeywordType)requiredType:(NSString *)keyword;Swift class func requiredType(_ keyword: String!) -> CRSKeywordTypeParameterskeywordCRS keyword Return Valuetype 
- 
                  
                  Get the keyword types object from the keyword DeclarationObjective-C + (NSArray<CRSKeyword *> *)keywords:(NSString *)keyword;Swift class func keywords(_ keyword: String!) -> [CRSKeyword]!ParameterskeywordCRS keyword Return Valuetype objects 
- 
                  
                  Get the keyword types from the keyword DeclarationObjective-C + (NSArray<NSNumber *> *)types:(NSString *)keyword;Swift class func types(_ keyword: String!) -> [NSNumber]!ParameterskeywordCRS keyword Return Valuetypes 
- 
                  
                  Get the required keyword types object from the keyword DeclarationObjective-C + (NSArray<CRSKeyword *> *)requiredKeywords:(NSString *)keyword;Swift class func requiredKeywords(_ keyword: String!) -> [CRSKeyword]!ParameterskeywordCRS keyword Return Valuetype objects 
- 
                  
                  Get the required keyword types from the keyword DeclarationObjective-C + (NSArray<NSNumber *> *)requiredTypes:(NSString *)keyword;Swift class func requiredTypes(_ keyword: String!) -> [NSNumber]!ParameterskeywordCRS keyword Return Valuetypes 
- 
                  
                  Get the keyword type object from the keyword type DeclarationObjective-C + (CRSKeyword *)keywordOfType:(enum CRSKeywordType)type;Swift /*not inherited*/ init!(of type: CRSKeywordType)Parameterstypekeyword type Return Valuetype object 
- 
                  
                  Get the keyword type name from the keyword DeclarationObjective-C + (NSString *)nameOfType:(enum CRSKeywordType)type;Swift class func name(of type: CRSKeywordType) -> String!Parameterstypekeyword type Return Valuetype name 
 View on GitHub
View on GitHub CRSKeyword Class Reference
        CRSKeyword Class Reference