|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.qtitools.qti.validation.AbstractValidationItem
org.qtitools.qti.validation.ValidationWarning
public class ValidationWarning
Validation item of warning type.
| Constructor Summary | |
|---|---|
ValidationWarning(Attribute attribute,
java.lang.String message)
Constructs validation item. |
|
ValidationWarning(XmlNode node,
java.lang.String message)
Constructs validation item. |
|
| Method Summary | |
|---|---|
ValidationType |
getType()
Gets type of this item. |
| Methods inherited from class org.qtitools.qti.validation.AbstractValidationItem |
|---|
getMessage, getNode, getSource, setNode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ValidationWarning(XmlNode node,
java.lang.String message)
node - source node of constructed itemmessage - message of constructed item
public ValidationWarning(Attribute attribute,
java.lang.String message)
attribute - source attribute of constructed itemmessage - message of constructed item| Method Detail |
|---|
public ValidationType getType()
ValidationItem
ValidationType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||