org.biojava.bio.seq.io.agave
Class AGAVEProperty
java.lang.Object
org.biojava.bio.seq.io.agave.AGAVEProperty
public class AGAVEProperty
- extends Object
SCI_PROPERTY
public static final String SCI_PROPERTY
- See Also:
- Constant Field Values
RESULT_PROPERTY
public static final String RESULT_PROPERTY
- See Also:
- Constant Field Values
XREF_PROPERTY
public static final String XREF_PROPERTY
- See Also:
- Constant Field Values
QUALIFIER
public static final String QUALIFIER
- See Also:
- Constant Field Values
AGAVEProperty
public AGAVEProperty(String property_class,
String prop,
String data_type,
String value)
getPropClass
public String getPropClass()
getPropType
public String getPropType()
getDataType
public String getDataType()
getValue
public String getValue()
toString
public String toString(String indent,
String indent_unit)
toString
public String toString()
- Overrides:
toString
in class Object