|
||||||||||
| 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.gradebook.Numeric
public class Numeric
| Field Summary |
|---|
| Fields inherited from class com.edustructures.sifworks.Element |
|---|
CURRENT_SERIALIZE_VERSION |
| Constructor Summary | |
|---|---|
Numeric()
Constructor |
|
| Method Summary | |
|---|---|
java.math.BigDecimal |
getHigh()
Gets the value of the <High> element. |
java.lang.Boolean |
getIsAccepted()
Gets the value of the IsAccepted attribute. |
java.math.BigDecimal |
getLow()
Gets the value of the <Low> element. |
java.lang.Integer |
getPrecision()
Gets the value of the <Precision> element. |
java.lang.Integer |
getScale()
Gets the value of the <Scale> element. |
void |
setHigh(java.math.BigDecimal value)
Sets the value of the <High> element. |
void |
setIsAccepted(java.lang.Boolean value)
Sets the value of the IsAccepted attribute. |
void |
setLow(java.math.BigDecimal value)
Sets the value of the <Low> element. |
void |
setPrecision(java.lang.Integer value)
Sets the value of the <Precision> element. |
void |
setScale(java.lang.Integer value)
Sets the value of the <Scale> 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 Numeric()
| Method Detail |
|---|
public java.lang.Boolean getIsAccepted()
IsAccepted attribute.
The SIF specification defines the meaning of this attribute as: "Indicates whether a numeric score is accepted and is used in Change events to unambiguously signal whether support for the Mark has changed, especially ended."
IsAccepted attribute of this object.public void setIsAccepted(java.lang.Boolean value)
IsAccepted attribute.
The SIF specification defines the meaning of this attribute as: "Indicates whether a numeric score is accepted and is used in Change events to unambiguously signal whether support for the Mark has changed, especially ended."
value - A Boolean objectpublic java.lang.Integer getPrecision()
<Precision> element.
The SIF specification defines the meaning of this element as: "Number of significant digits."
Precision element of this object.public void setPrecision(java.lang.Integer value)
<Precision> element.
The SIF specification defines the meaning of this element as: "Number of significant digits."
value - A Integer objectpublic java.lang.Integer getScale()
<Scale> element.
The SIF specification defines the meaning of this element as: "Number of decimal places."
Scale element of this object.public void setScale(java.lang.Integer value)
<Scale> element.
The SIF specification defines the meaning of this element as: "Number of decimal places."
value - A Integer objectpublic java.math.BigDecimal getLow()
<Low> element.
The SIF specification defines the meaning of this element as: "Lowest Mark in the range (e.g., 98, 3.95)."
Low element of this object.public void setLow(java.math.BigDecimal value)
<Low> element.
The SIF specification defines the meaning of this element as: "Lowest Mark in the range (e.g., 98, 3.95)."
value - A BigDecimal objectpublic java.math.BigDecimal getHigh()
<High> element.
The SIF specification defines the meaning of this element as: "Highest Mark in the range (e.g., 100, 4.0)."
High element of this object.public void setHigh(java.math.BigDecimal value)
<High> element.
The SIF specification defines the meaning of this element as: "Highest Mark in the range (e.g., 100, 4.0)."
value - A BigDecimal object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||