public class QualifierValue extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
qualifier |
protected Object |
value |
| Constructor and Description |
|---|
QualifierValue(String q,
String v) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getQualifier() |
Object |
getValue() |
int |
hashCode() |
void |
setQualifier(String qualifier) |
void |
setValue(Object value) |
String |
toString() |
Copyright © 2010-2014 The University of Manchester. All Rights Reserved.