CDAKPhysicalQuantityResultValue
public class CDAKPhysicalQuantityResultValue: CDAKResultValue
                Subclass of CDAKResultValue. Represents a known fixed physical result value (PQ, etc.)
- 
                  
                  
scalar value like
6
ortrue
Declaration
Swift
public var scalar: String? //no clue what this type should be, so sticking with String for now - 
                  
                  
units. Most commonly UCUM units, but there is no restriction
Declaration
Swift
public var units: String? 
- 
                  
                  
Undocumented
Declaration
Swift
public class CDAKPhysicalQuantityResultValue: CDAKResultValue 
- 
                  
                  
hash value for comparing objects
Declaration
Swift
override public var hashValue: Int - 
                  
                  
Debugging description
Declaration
Swift
override public var description: String 
- 
                  
                  
Undocumented
Declaration
Swift
public class CDAKPhysicalQuantityResultValue: CDAKResultValue 
- 
                  
                  
Dictionary for JSON data
Declaration
Swift
override public var jsonDict: [String: AnyObject] 
        CDAKPhysicalQuantityResultValue Class Reference