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