|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcdx.scorebot.app.util.ResultInfo
public class ResultInfo
Stores information about a particular return from a particular test
Constructor Summary | |
---|---|
ResultInfo()
Instantiates a ResultInfo |
Method Summary | |
---|---|
java.lang.String |
getDescription()
gets the description of this result |
java.lang.String |
getIdentifier()
gets the name of the option used in the scoring language |
java.lang.String |
getName()
gets the name of this result |
LiteralType |
getType()
gets the type of this result |
void |
setDescription(java.lang.String desc)
sets the description of this result |
void |
setIdentifier(java.lang.String identifier)
sets the name of the option used in the scoring language |
void |
setName(java.lang.String name)
sets the name of this result |
void |
setType(LiteralType type)
sets the type of this option (ignores the parameter if it is null) |
java.lang.String |
toString()
returns the name of the result |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ResultInfo()
Method Detail |
---|
public java.lang.String getIdentifier()
public void setIdentifier(java.lang.String identifier) throws TranslationFailedException
TranslationFailedException
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getDescription()
public void setDescription(java.lang.String desc)
public LiteralType getType()
public void setType(LiteralType type)
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |