Package org.biojava.utils.candy
Class CandyEntry
java.lang.Object
org.biojava.utils.candy.CandyEntry
This is a basic container for a vocabulary entry. It consists only of the basic attributes which is sufficient for the vocabularies providing string-type contents.
However, it may still accomodate more complex data types using
the extras
member.
- Version:
- $Id$
- Author:
- Martin Senger
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAn empty constructor.CandyEntry
(String entry) It creates an entry instance with given name and empty value.CandyEntry
(String entry, String description) It creates an entry instance with given name and value.CandyEntry
(String entry, String description, Hashtable extras) It creates an entry instance with given name, value and additional properties. -
Method Summary
-
Field Details
-
entry
A unique identifier of this entry. -
description
A value of this entry. -
extras
A container for the additional properties represented by this entry.
-
-
Constructor Details
-
CandyEntry
public CandyEntry()An empty constructor. -
CandyEntry
It creates an entry instance with given name and empty value. -
CandyEntry
It creates an entry instance with given name and value. -
CandyEntry
It creates an entry instance with given name, value and additional properties.
-
-
Method Details