|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.edustructures.sifworks.Element
com.edustructures.sifworks.SIFElement
com.edustructures.sifworks.instr.ResourceEvaluations
public class ResourceEvaluations
| Field Summary |
|---|
| Fields inherited from class com.edustructures.sifworks.Element |
|---|
CURRENT_SERIALIZE_VERSION |
| Constructor Summary | |
|---|---|
ResourceEvaluations()
Constructor |
|
| Method Summary | |
|---|---|
ResourceEvaluation |
getEvaluation()
Gets the value of the <Evaluation> element. |
void |
removeEvaluation()
Removes the Evaluation child element previously created by calling setEvaluation |
void |
setEvaluation(ResourceEvaluation value)
Sets the value of the <Evaluation> element. |
void |
setEvaluation(java.lang.String evaluationRefId)
Sets the value of the <Evaluation> child element. |
| Methods inherited from class com.edustructures.sifworks.SIFElement |
|---|
addChild, addChild, clone, compareGraphTo, create, effectiveSIFVersion, getChild, getChild, getChild, getChild, getChild, getChildCount, getChildList, getChildList, getChildList, getChildren, getChildren, getContent, getContent, getField, getField, getFieldCount, getFields, getFieldValue, getKey, getSIFValue, getSIFVersion, getTextValue, getXmlId, hasTextValue, removeChild, removeChild, removeChild, removeChild, restoreImplementationDef, setChanged, setChildren, setEmpty, setField, setField, setField, setField, setSIFValue, setSIFVersion, setTextValue, setXmlId, tag |
| Methods inherited from class com.edustructures.sifworks.Element |
|---|
compareTo, getElementDef, getParent, getRoot, isChanged, isDoNotEncode, isEmpty, setChanged, setDoNotEncode, setElementDef, setEmpty, setParent, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ResourceEvaluations()
| Method Detail |
|---|
public void setEvaluation(ResourceEvaluation value)
<Evaluation> element.
The SIF specification defines the meaning of this element as: "Name of individual who submitted evaluation."
This element is known by more than one tag name depending on the version of SIF in use. The ADK will use the tag names shown below when parsing and rendering elements of this kind.
| Version | Tag |
| 1.5r1 | "ResourceEvaluation" |
| SIF2.0 | "Evaluation" |
value - A ResourceEvaluation objectpublic void setEvaluation(java.lang.String evaluationRefId)
<Evaluation> child element.
This form of setEvaluation is provided as a convenience method
that is functionally equivalent to the version of setEvaluation
that accepts a single ResourceEvaluation object.
evaluationRefId - GUID assigned to an evaluation.public ResourceEvaluation getEvaluation()
<Evaluation> element.
The SIF specification defines the meaning of this element as: "Name of individual who submitted evaluation."
This element is known by more than one tag name depending on the version of SIF in use. The ADK will use the tag names shown below when parsing and rendering elements of this kind.
| Version | Tag |
| 1.5r1 | "ResourceEvaluation" |
| SIF2.0 | "Evaluation" |
ResourceEvaluation objectpublic void removeEvaluation()
Evaluation child element previously created by calling setEvaluation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||