|
||||||||||
| 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.SIFKeyedElement
com.edustructures.sifworks.assessment.PerformanceLevel
public class PerformanceLevel
| Field Summary |
|---|
| Fields inherited from class com.edustructures.sifworks.Element |
|---|
CURRENT_SERIALIZE_VERSION |
| Constructor Summary | |
|---|---|
PerformanceLevel()
Constructor |
|
PerformanceLevel(java.lang.String levelName)
Constructor that accepts values for all mandatory fields |
|
| Method Summary | |
|---|---|
CutScores |
getCutScores()
Gets the value of the <CutScores> element. |
java.lang.String |
getKey()
Gets the key of this object |
ElementDef[] |
getKeyFields()
Gets the metadata fields that make up the key of this object |
java.lang.String |
getLevelName()
Gets the value of the LevelName attribute. |
void |
removeCutScores()
Removes the CutScores child element previously created by calling setCutScores |
void |
setCutScores(AssessmentReportingMethod scoreMetric)
Sets the value of the <CutScores> child element. |
void |
setCutScores(CutScores value)
Sets the value of the <CutScores> element. |
void |
setLevelName(java.lang.String value)
Sets the value of the LevelName attribute. |
| 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, 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 PerformanceLevel()
public PerformanceLevel(java.lang.String levelName)
levelName - The name of the performance level.| Method Detail |
|---|
public java.lang.String getKey()
getKey in class SIFElementpublic ElementDef[] getKeyFields()
public java.lang.String getLevelName()
LevelName attribute.
The SIF specification defines the meaning of this attribute as: "The name of the performance level."
LevelName attribute of this object.public void setLevelName(java.lang.String value)
LevelName attribute.
The SIF specification defines the meaning of this attribute as: "The name of the performance level."
value - A String objectpublic void setCutScores(CutScores value)
<CutScores> element.
The SIF specification defines the meaning of this element as: "Score bounds for the performance level."
value - A CutScores objectpublic void setCutScores(AssessmentReportingMethod scoreMetric)
<CutScores> child element.
This form of setCutScores is provided as a convenience method
that is functionally equivalent to the version of setCutScores
that accepts a single CutScores object.
scoreMetric - The metric or scale used to report the scores.public CutScores getCutScores()
<CutScores> element.
The SIF specification defines the meaning of this element as: "Score bounds for the performance level."
CutScores objectpublic void removeCutScores()
CutScores child element previously created by calling setCutScores
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||