gate.gui
Class ApplicationViewer.ParameterDisjunction

java.lang.Object
  |
  +--gate.gui.ApplicationViewer.ParameterDisjunction
Enclosing class:
ApplicationViewer

class ApplicationViewer.ParameterDisjunction
extends Object


Field Summary
(package private)  Parameter currentParameter
           
(package private)  String name
           
(package private)  String[] names
           
(package private)  List options
           
(package private)  int selectedIndex
           
(package private)  String typeName
           
(package private)  Object[] values
           
 
Constructor Summary
ApplicationViewer.ParameterDisjunction(List options)
          gets a list of Parameter
 
Method Summary
 void clearValue()
          Called when the value used for this parameter has been unloaded.
 String getComment()
           
 String getName()
           
 String[] getNames()
           
 Boolean getRequired()
           
 String getType()
           
 Object getValue()
           
 void setSelectedIndex(int index)
           
 void setValue(Object value)
           
 int size()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

selectedIndex

int selectedIndex

options

List options

typeName

String typeName

name

String name

names

String[] names

currentParameter

Parameter currentParameter

values

Object[] values
Constructor Detail

ApplicationViewer.ParameterDisjunction

public ApplicationViewer.ParameterDisjunction(List options)
gets a list of Parameter
Method Detail

setSelectedIndex

public void setSelectedIndex(int index)

size

public int size()

getRequired

public Boolean getRequired()

getName

public String getName()

getComment

public String getComment()

getType

public String getType()

getNames

public String[] getNames()

clearValue

public void clearValue()
Called when the value used for this parameter has been unloaded. Will set the value for this param to the default

setValue

public void setValue(Object value)

getValue

public Object getValue()