AddQualifier adds a qualifier on the Attribute or error if the qualification is not a valid qualifier type.
(Qualifier)
| 103 | |
| 104 | // AddQualifier adds a qualifier on the Attribute or error if the qualification is not a valid qualifier type. |
| 105 | AddQualifier(Qualifier) (Attribute, error) |
| 106 | |
| 107 | // Resolve returns the value of the Attribute and whether it was present given an Activation. |
| 108 | // For objects which support safe traversal, the value may be non-nil and the presence flag be false. |
no outgoing calls