public class Qualifier extends Object
| Constructor and Description |
|---|
Qualifier(String name,
String value) |
Qualifier(String name,
String value,
boolean needsQuotes) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
getValue() |
boolean |
needsQuotes() |
void |
setName(String name) |
void |
setNeedsQuotes(boolean needsQuotes) |
void |
setValue(String value) |
String |
toString() |
public String getName()
public String getValue()
public boolean needsQuotes()
public void setName(String name)
name - the name to setpublic void setNeedsQuotes(boolean needsQuotes)
needsQuotes - the needsQuotes to setpublic void setValue(String value)
value - the value to setCopyright © 2000–2016 BioJava. All rights reserved.