org.ucworkbench.model.screens
Interface IField


public interface IField


Field Summary
static java.lang.String STRING_INPUT
           
static java.lang.String STRING_INPUT_OUTPUT
           
static java.lang.String STRING_OUTPUT
           
 
Method Summary
 org.ucworkbench.model.screens.FieldType getFieldType()
           
 java.lang.String getName()
           
 boolean isInputField()
           
 boolean isOutputField()
           
 

Field Detail

STRING_INPUT

static final java.lang.String STRING_INPUT
See Also:
Constant Field Values

STRING_INPUT_OUTPUT

static final java.lang.String STRING_INPUT_OUTPUT
See Also:
Constant Field Values

STRING_OUTPUT

static final java.lang.String STRING_OUTPUT
See Also:
Constant Field Values
Method Detail

getFieldType

org.ucworkbench.model.screens.FieldType getFieldType()

isInputField

boolean isInputField()

isOutputField

boolean isOutputField()

getName

java.lang.String getName()