CRSIdentifier
Objective-C
@interface CRSIdentifier : NSObjectSwift
class CRSIdentifier : NSObjectIdentifier (Authority)
- 
                  
                  Authority Name DeclarationObjective-C @property (nonatomic, strong) NSString *name;Swift var name: String! { get set }
- 
                  
                  Authority Unique Identifier DeclarationObjective-C @property (nonatomic, strong) NSString *uniqueIdentifier;Swift var uniqueIdentifier: String! { get set }
- 
                  
                  Version DeclarationObjective-C @property (nonatomic, strong) NSString *version;Swift var version: String! { get set }
- 
                  
                  Authority Citation DeclarationObjective-C @property (nonatomic, strong) NSString *citation;Swift var citation: String! { get set }
- 
                  
                  URI DeclarationObjective-C @property (nonatomic, strong) NSString *uri;Swift var uri: String! { get set }
- 
                  
                  Create DeclarationObjective-C + (CRSIdentifier *)create;Swift class func create() -> CRSIdentifier!Return Valuenew instance 
- 
                  
                  Initialize DeclarationObjective-C - (instancetype)init;Swift init!()Return Valuenew instance 
- 
                  
                  Initialize DeclarationObjective-C - (instancetype)initWithName:(NSString *)name andUniqueIdentifier:(NSString *)uniqueIdentifier;Swift init!(name: String!, andUniqueIdentifier uniqueIdentifier: String!)Parametersnameauthority name uniqueIdentifierauthority unique identifier Return Valuenew instance 
- 
                  
                  Get the name and unique identifier separated by a colon DeclarationObjective-C - (NSString *)nameAndUniqueIdentifier;Swift func nameAndUniqueIdentifier() -> String!Return Valuename and unique identifier 
- 
                  
                  Get the name and unique identifier separated by the delimiter DeclarationObjective-C - (NSString *)nameAndUniqueIdentifierWithDelimiter:(NSString *)delimiter;Swift func nameAndUniqueIdentifier(withDelimiter delimiter: String!) -> String!Parametersdelimiterdelimiter Return Valuename and unique identifier 
- 
                  
                  Has a version DeclarationObjective-C - (BOOL)hasVersion;Swift func hasVersion() -> BoolReturn Valuetrue if has version 
- 
                  
                  Has an authority citation DeclarationObjective-C - (BOOL)hasCitation;Swift func hasCitation() -> BoolReturn Valuetrue if has authority citation 
- 
                  
                  Has an id uri DeclarationObjective-C - (BOOL)hasUri;Swift func hasUri() -> BoolReturn Valuetrue if has id uri 
 View on GitHub
View on GitHub CRSIdentifier Class Reference
        CRSIdentifier Class Reference