|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.nite.meta.impl.NiteCallableProgram.Argument
public class NiteCallableProgram.Argument
Field Summary |
---|
Fields inherited from interface net.sourceforge.nite.meta.NCallableProgram.Argument |
---|
ANNOTATOR_NAME, CORPUS_NAME, OBSERVATION_NAME, UNKNOWN |
Constructor Summary | |
---|---|
NiteCallableProgram.Argument(java.lang.String flag,
java.lang.String type,
java.lang.String defaultValue)
|
Method Summary | |
---|---|
java.lang.String |
getDefaultValue()
get the default value if one is available |
java.lang.String |
getFlagName()
get the flag for this argument should not include the '-' |
int |
getType()
get the type of the argument - returns CORPUS_NAME or OBSERVATION_NAME if that is listed in the metadata, or UNKNOWN if not. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NiteCallableProgram.Argument(java.lang.String flag, java.lang.String type, java.lang.String defaultValue)
Method Detail |
---|
public java.lang.String getFlagName()
getFlagName
in interface NCallableProgram.Argument
public java.lang.String getDefaultValue()
getDefaultValue
in interface NCallableProgram.Argument
public int getType()
getType
in interface NCallableProgram.Argument
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |