|
JTR 5.0 API Documentation | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjtr.config.script.Input
public class Input
Class that maps the input
element of the jtr.xml
configuration file. See the jtr.xsd
grammar for more information.
Every input
element is the rapresentation of a p-script
formal-parameter.
A p-script
's formal parameter description contains:
Inputs
containing instance)String
-representation of one of the valid enumeration
constants given by Input.Type
enum.
Nested Class Summary | |
---|---|
static class |
Input.Type
Enumeration of constants defining the recognized parameter types. |
Constructor Summary | |
---|---|
Input()
|
Method Summary | |
---|---|
java.lang.String |
getName()
Get the unique name. |
java.lang.String |
getType()
Get the type. |
Input.Type |
getTypeEnum()
Get the type as a Input.Type enum instance. |
void |
setName(java.lang.String name)
Set the unique name. |
void |
setType(java.lang.String type)
Set the type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Input()
Method Detail |
---|
public void setName(java.lang.String name)
name
- public void setType(java.lang.String type)
type
- public java.lang.String getName()
public java.lang.String getType()
public Input.Type getTypeEnum()
Input.Type
enum instance.
|
The JTR Project is licensed under GPL version 2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |