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 boolean needsQuotes()
public void setNeedsQuotes(boolean needsQuotes)
needsQuotes - the needsQuotes to setCopyright © 2000–2017 BioJava. All rights reserved.