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