Class Qualifier
- java.lang.Object
-
- org.biojava.nbio.core.sequence.features.Qualifier
-
- Direct Known Subclasses:
DBReferenceInfo
public class Qualifier extends Object
- Author:
- mckeee1
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
String
getValue()
boolean
needsQuotes()
void
setName(String name)
void
setNeedsQuotes(boolean needsQuotes)
void
setValue(String value)
String
toString()
-
-
-
Method Detail
-
needsQuotes
public boolean needsQuotes()
- Returns:
- the needsQuotes
-
setNeedsQuotes
public void setNeedsQuotes(boolean needsQuotes)
- Parameters:
needsQuotes
- the needsQuotes to set
-
-