gate.gui
Class NewResourceDialog.ParameterDisjunction

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

class NewResourceDialog.ParameterDisjunction
extends Object


Field Summary
(package private)  Parameter currentParameter
           
(package private)  String name
           
(package private)  String[] names
           
(package private)  List options
           
(package private)  boolean required
           
(package private)  int selectedIndex
           
(package private)  String typeName
           
(package private)  Object[] values
           
 
Constructor Summary
NewResourceDialog.ParameterDisjunction(List options)
          gets a list of Parameter
 
Method Summary
 String getComment()
           
 String getName()
           
 String[] getNames()
           
 Boolean getRequired()
           
 String getType()
           
 Object getValue()
           
 void setSelectedIndex(int index)
           
 void setValue(String stringValue)
           
 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

required

boolean required

typeName

String typeName

name

String name

names

String[] names

currentParameter

Parameter currentParameter

values

Object[] values
Constructor Detail

NewResourceDialog.ParameterDisjunction

public NewResourceDialog.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()

setValue

public void setValue(String stringValue)

getValue

public Object getValue()