CRSScopeExtentIdentifierRemark
Objective-C
@protocol CRSScopeExtentIdentifierRemark <CRSIdentifiable>Swift
protocol CRSScopeExtentIdentifierRemark : CRSIdentifiableInterface Scope, Extent, Identifier, and Remark values
- 
                  
                  Get the name DeclarationObjective-C - (NSString *)name;Swift func name() -> String!Return Valuename 
- 
                  
                  Set the name DeclarationObjective-C - (void)setName:(NSString *)name;Swift func setName(_ name: String!)Parametersnamename 
- 
                  
                  Get the usages DeclarationObjective-C - (NSMutableArray<CRSUsage *> *)usages;Swift func usages() -> NSMutableArray!Return Valueusages 
- 
                  
                  Has usages DeclarationObjective-C - (BOOL)hasUsages;Swift func hasUsages() -> BoolReturn Valuetrue if has usages 
- 
                  
                  Number of usages DeclarationObjective-C - (int)numUsages;Swift func numUsages() -> Int32Return Valueusages count 
- 
                  
                  Add the usage Parametersusageusage 
- 
                  
                  Get the remark DeclarationObjective-C - (NSString *)remark;Swift func remark() -> String!Return Valueremark 
- 
                  
                  Has remark DeclarationObjective-C - (BOOL)hasRemark;Swift func hasRemark() -> BoolReturn Valuetrue if has remark 
- 
                  
                  Set the remark DeclarationObjective-C - (void)setRemark:(NSString *)remark;Swift func setRemark(_ remark: String!)Parametersremarkremark 
 View on GitHub
View on GitHub CRSScopeExtentIdentifierRemark Protocol Reference
        CRSScopeExtentIdentifierRemark Protocol Reference