Hyades Datapool Specification
A C D G I M O R S T U V

G

getBooleanValue() - Method in interface org.eclipse.hyades.execution.datapool.IDatapoolCell
A shortcut for the boolean value associated with the cell is returned.
getByteValue() - Method in interface org.eclipse.hyades.execution.datapool.IDatapoolCell
A shortcut for the byte value associated with the cell is returned.
getCell(int) - Method in interface org.eclipse.hyades.execution.datapool.IDatapoolRecord
The value for the cell in the current record and the specified variable is returned.
getCellCount() - Method in interface org.eclipse.hyades.execution.datapool.IDatapoolRecord
The number of cells available in a record.
getCharValue() - Method in interface org.eclipse.hyades.execution.datapool.IDatapoolCell
A shortcut for the char value associated with the cell is returned.
getComplexClassName() - Method in interface org.eclipse.hyades.execution.datapool.IDatapoolSuggestedType
The value class name associated with a complex type.
getDatapool() - Method in interface org.eclipse.hyades.execution.datapool.IDatapoolIterator
The datapool being iterated over.
getDefaultEquivalenceClassIndex() - Method in interface org.eclipse.hyades.execution.datapool.IDatapool
Accessor for the default equivalence class in the datapool.
getDescription() - Method in interface org.eclipse.hyades.execution.datapool.INamedElement
Accessor for the description associated with the element.
getDoubleValue() - Method in interface org.eclipse.hyades.execution.datapool.IDatapoolCell
A shortcut for the double value associated with the cell is returned.
getEnumerationLiterals() - Method in interface org.eclipse.hyades.execution.datapool.IDatapoolSuggestedType
The set of enumerations literals associated with a enumeration type.
getEquivalenceClassCount() - Method in interface org.eclipse.hyades.execution.datapool.IDatapool
Returns the number of equivalence classes associated with a datapool.
getEquivalenceClassIndex(String) - Method in interface org.eclipse.hyades.execution.datapool.IDatapool
Locate an equivalence class by name within an instance of a datapool.
getEquivalenceClassIndexById(String) - Method in interface org.eclipse.hyades.execution.datapool.IDatapool
Locate an equivalence class by ID within an instance of a datapool.
getFloatValue() - Method in interface org.eclipse.hyades.execution.datapool.IDatapoolCell
A shortcut for the float value associated with the cell is returned.
getId() - Method in interface org.eclipse.hyades.execution.datapool.INamedElement
Accessor method for the GUID for the element.
getIntValue() - Method in interface org.eclipse.hyades.execution.datapool.IDatapoolCell
A shortcut for the int value associated with the cell is returned.
getLongValue() - Method in interface org.eclipse.hyades.execution.datapool.IDatapoolCell
A shortcut for the long value associated with the cell is returned.
getName() - Method in interface org.eclipse.hyades.execution.datapool.INamedElement
Accessor method for the name of the element.
getRecord(int) - Method in interface org.eclipse.hyades.execution.datapool.IDatapoolEquivalenceClass
Access to the record contents at the specified zero based record index.
getRecordCount() - Method in interface org.eclipse.hyades.execution.datapool.IDatapoolEquivalenceClass
The number of records in the equivalence class.
getRole() - Method in interface org.eclipse.hyades.execution.datapool.IDatapoolVariable
Accesor for the role associated with a variable.
getShortValue() - Method in interface org.eclipse.hyades.execution.datapool.IDatapoolCell
A shortcut for the short value associated with the cell is returned.
getStringValue() - Method in interface org.eclipse.hyades.execution.datapool.IDatapoolCell
A shortcut for the String value associated with the cell is returned.
getSuggestedType() - Method in interface org.eclipse.hyades.execution.datapool.IDatapoolVariable
The suggested type of the data associated with this variable.
getSuggestedType() - Method in interface org.eclipse.hyades.execution.datapool.IDatapoolSuggestedType
One of the predefined type formats: IDatapoolSuggestedType.TYPE_STRING IDatapoolSuggestedType.TYPE_NUMBER IDatapoolSuggestedType.TYPE_BOOLEAN IDatapoolSuggestedType.TYPE_ENUMERATION IDatapoolSuggestedType.TYPE_COMPLEX
getValue() - Method in interface org.eclipse.hyades.execution.datapool.IDatapoolCell
The value associated with the cell is returned.
getVariable() - Method in interface org.eclipse.hyades.execution.datapool.IDatapoolCell
Access to the variable that is used to reference this cell within a record.
getVariable(int) - Method in interface org.eclipse.hyades.execution.datapool.IDatapool
The variable at a specified zero based column index.
getVariableCount() - Method in interface org.eclipse.hyades.execution.datapool.IDatapool
The number of variables available in each record.
getVariableIndex(String) - Method in interface org.eclipse.hyades.execution.datapool.IDatapool
Locates the appropriate index associated with a specific variable name.
getVariableIndexById(String) - Method in interface org.eclipse.hyades.execution.datapool.IDatapool
Locates the appropriate index associated with a specific variable ID.

A C D G I M O R S T U V
Hyades DPL