public class CandyEntry extends Object
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.
Modifier and Type | Field and Description |
---|---|
String |
description
A value of this entry.
|
String |
entry
A unique identifier of this entry.
|
Hashtable |
extras
A container for the additional properties represented by this entry.
|
Constructor and Description |
---|
CandyEntry()
An 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.
|
public String description
public CandyEntry()
public CandyEntry(String entry)
public CandyEntry(String entry, String description)
public CandyEntry(String entry, String description, Hashtable extras)
Copyright © 2014 BioJava. All rights reserved.