Package org.biojava.bio.seq.io.agave
Class AGAVEProperty
- java.lang.Object
-
- org.biojava.bio.seq.io.agave.AGAVEProperty
-
public class AGAVEProperty extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
QUALIFIER
static String
RESULT_PROPERTY
static String
SCI_PROPERTY
static String
XREF_PROPERTY
-
Constructor Summary
Constructors Constructor Description AGAVEProperty(String property_class, String prop, String data_type, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDataType()
String
getPropClass()
String
getPropType()
String
getValue()
String
toString()
String
toString(String indent, String indent_unit)
-
-
-
Field Detail
-
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
-
-
Constructor Detail
-
AGAVEProperty
public AGAVEProperty(String property_class, String prop, String data_type, String value)
-
-
Method Detail
-
getPropClass
public String getPropClass()
-
getPropType
public String getPropType()
-
getDataType
public String getDataType()
-
-