com.redstarhackers.craftsman.typedefs
Class CapabilityOptionType

java.lang.Object
  extended by DataType
      extended by com.redstarhackers.craftsman.typedefs.CapabilityOptionType

public class CapabilityOptionType
extends DataType

TODO Class summary sentence. Class documentation.

Version:
$Revision: 91 $
Author:
$Author: kostya $

Constructor Summary
CapabilityOptionType()
          Default constructor.
 
Method Summary
 java.lang.String getName()
          Return the name of the option.
 java.lang.String getValue()
          Return the value the option.
 void setName(java.lang.String val)
          Set the name of the option.
 void setValue(java.lang.String val)
          Set the value for the option.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CapabilityOptionType

public CapabilityOptionType()
Default constructor.

Method Detail

getName

public java.lang.String getName()
Return the name of the option.

Returns:
the value of name

setName

public void setName(java.lang.String val)
Set the name of the option.

Parameters:
val - the new value

getValue

public java.lang.String getValue()
Return the value the option.

Returns:
the value the option

setValue

public void setValue(java.lang.String val)
Set the value for the option.

Parameters:
val - the new value