uk.ac.essex.ia.opview.xml
Class OperatorGroupItem

java.lang.Object
  extended by uk.ac.essex.ia.opview.xml.OperatorGroupItem
All Implemented Interfaces:
java.io.Serializable

public class OperatorGroupItem
extends java.lang.Object
implements java.io.Serializable

Class OperatorGroupItem.

See Also:
Serialized Form

Constructor Summary
OperatorGroupItem()
           
 
Method Summary
 java.lang.Object getChoiceValue()
          Returns the value of field 'choiceValue'.
 OperatorDescriptor getOperatorDescriptor()
          Returns the value of field 'operatorDescriptor'.
 OperatorGroup getOperatorGroup()
          Returns the value of field 'operatorGroup'.
 void setOperatorDescriptor(OperatorDescriptor operatorDescriptor)
          Sets the value of field 'operatorDescriptor'.
 void setOperatorGroup(OperatorGroup operatorGroup)
          Sets the value of field 'operatorGroup'.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperatorGroupItem

public OperatorGroupItem()
Method Detail

getChoiceValue

public java.lang.Object getChoiceValue()
Returns the value of field 'choiceValue'. The field 'choiceValue' has the following description: Internal choice value storage

Returns:
the value of field 'ChoiceValue'.

getOperatorDescriptor

public OperatorDescriptor getOperatorDescriptor()
Returns the value of field 'operatorDescriptor'.

Returns:
the value of field 'OperatorDescriptor'.

getOperatorGroup

public OperatorGroup getOperatorGroup()
Returns the value of field 'operatorGroup'.

Returns:
the value of field 'OperatorGroup'.

setOperatorDescriptor

public void setOperatorDescriptor(OperatorDescriptor operatorDescriptor)
Sets the value of field 'operatorDescriptor'.

Parameters:
operatorDescriptor - the value of field 'operatorDescriptor'.

setOperatorGroup

public void setOperatorGroup(OperatorGroup operatorGroup)
Sets the value of field 'operatorGroup'.

Parameters:
operatorGroup - the value of field 'operatorGroup'.