org.qtitools.qti.node.shared
Interface FieldValueParent

All Superinterfaces:
java.io.Serializable, Validatable, XmlNode, XmlObject
All Known Implementing Classes:
CandidateResponse, CorrectResponse, DefaultValue, OutcomeVariable, TemplateVariable

public interface FieldValueParent
extends XmlObject

Every object which contains FieldValue(s) must implement this interface.

Author:
Jiri Kajaba

Field Summary
 
Fields inherited from interface org.qtitools.qti.node.XmlNode
INDENT, NEW_LINE, SIMPLE_NAME_INNER_SEPARATOR, SIMPLE_NAMES_SEPARATOR
 
Method Summary
 BaseType getBaseType()
          Gets required baseType of result value (when all FieldValues are put together).
 Cardinality getCardinality()
          Gets required cardinality of result value (when all FieldValues are put together).
 
Methods inherited from interface org.qtitools.qti.node.XmlObject
getParent, getParentItem, getParentResult, getParentTest, setParent
 
Methods inherited from interface org.qtitools.qti.node.XmlNode
getAttributes, getClassTag, getFullName, getNodeGroups, getParentRoot, getSimpleName, getSourceFile, getSourceNode, getSourceString, getSourceUrl, hasChildNodes, load, load, load, load, setSourceFile, setSourceNode, setSourceString, setSourceUrl, toXmlString, toXmlString
 
Methods inherited from interface org.qtitools.qti.validation.Validatable
validate
 

Method Detail

getCardinality

Cardinality getCardinality()
Gets required cardinality of result value (when all FieldValues are put together).

Returns:
required cardinality of result value (when all FieldValues are put together)

getBaseType

BaseType getBaseType()
Gets required baseType of result value (when all FieldValues are put together).

Returns:
required baseType of result value (when all FieldValues are put together)


Copyright © 2009. All Rights Reserved.