Version: 3.5.0

org.generationcp.core.ontology
Interface Option


public interface Option

Predefined constants for various options, used in DataSources.

Version:
$Id: Option.html 19678 2010-07-23 23:41:44Z jbmorales $
Author:
Guy Davenport

Field Summary
static java.lang.String DELIMITER
          Defines what string should be used in delimiting cells in strings for tabular and other data .
static java.lang.String DISTINCT
          Defines that the returned list will behave as a set.
static java.lang.String FOR_PEDIGREE_NODE
          A boolean option which determines if the Germplasm object to be returned should contain all the info needed for a pedigree node.
static java.lang.String PROGRESS_EVENT_LISTENER
          Defines a event listener for a query task.
static java.lang.String REFERENCE_MIME_TYPE
          Defines what MIME type is requested for Reference objects.
static java.lang.String REFERENCE_URL
          Defines the URL used in queries for Reference and TabularDataReference objects.
static java.lang.String SORT_ORDER
          Defines how the results should be sorted.
static java.lang.String SORTED_BY
          Defines data type attributes that can be used as sorting keys.
 

Field Detail

SORTED_BY

static final java.lang.String SORTED_BY
Defines data type attributes that can be used as sorting keys.

See Also:
Constant Field Values

SORT_ORDER

static final java.lang.String SORT_ORDER
Defines how the results should be sorted.

See Also:
Constant Field Values

DISTINCT

static final java.lang.String DISTINCT
Defines that the returned list will behave as a set.

See Also:
Constant Field Values

DELIMITER

static final java.lang.String DELIMITER
Defines what string should be used in delimiting cells in strings for tabular and other data .

See Also:
Constant Field Values

FOR_PEDIGREE_NODE

static final java.lang.String FOR_PEDIGREE_NODE
A boolean option which determines if the Germplasm object to be returned should contain all the info needed for a pedigree node.

See Also:
Constant Field Values

PROGRESS_EVENT_LISTENER

static final java.lang.String PROGRESS_EVENT_LISTENER
Defines a event listener for a query task. The listener passed as a value to this option must be an instance of PropertyChangeListener which handles all of the following events HeartbeatProgressEvent, PercentProgressEvent, StateChangeProgressEvent, StepProgressEvent, TimeProgressEvent

See Also:
Constant Field Values

REFERENCE_MIME_TYPE

static final java.lang.String REFERENCE_MIME_TYPE
Defines what MIME type is requested for Reference objects. If the MIME types is not supported then an GCPException should be throw

See Also:
Constant Field Values

REFERENCE_URL

static final java.lang.String REFERENCE_URL
Defines the URL used in queries for Reference and TabularDataReference objects. This option if set it provides the url, in the form of a absolute path, File object or URL/URI object. If not set a temporary (system dependent location) file will be used instead.

See Also:
Constant Field Values

Version: 3.5.0

Submit a bug or feature
Generated: Fri Jul 23 18:24:48 CDT 2010