org.seasar.cubby.util
クラス Option

java.lang.Object
  上位を拡張 org.seasar.cubby.util.Option

public class Option
extends Object


コンストラクタの概要
Option()
           
Option(Object value)
           
Option(Object value, Object label)
           
 
メソッドの概要
 Object getLabel()
           
 Object getValue()
           
 void setLabel(Object label)
           
 void setValue(Object value)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Option

public Option()

Option

public Option(Object value)

Option

public Option(Object value,
              Object label)
メソッドの詳細

getLabel

public Object getLabel()

setLabel

public void setLabel(Object label)

getValue

public Object getValue()

setValue

public void setValue(Object value)


Copyright ツゥ 2006-2007 The Seasar Foundation and the others. All rights reserved.. All Rights Reserved.