org.torikiri.xlsapi
クラス BooleanProperty<T>

java.lang.Object
  上位を拡張 org.torikiri.xlsapi.DefaultProperty<T>
      上位を拡張 org.torikiri.xlsapi.BooleanProperty<T>
すべての実装されたインタフェース:
Property<T>
直系の既知のサブクラス:
AbstractBooleanValueProperty, Active, AlternativeExpression, AlternativeFormula, Autobreaks, Dialog, DisplayFormulas, DisplayGridlines, DisplayGuts, DisplayRowColHeadings, FitToPage, ForceFormulaRecalculation, GridsPrinted, HorizontallyCenter, PrintGridlines, RowSumsBelow, RowSumsRight, Selected, VerticallyCenter

public abstract class BooleanProperty<T>
extends DefaultProperty<T>


フィールドの概要
protected  boolean value
           
 
コンストラクタの概要
protected BooleanProperty(boolean value)
           
 
メソッドの概要
 
クラス org.torikiri.xlsapi.DefaultProperty から継承されたメソッド
getKey
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース org.torikiri.xlsapi.Property から継承されたメソッド
build
 

フィールドの詳細

value

protected boolean value
コンストラクタの詳細

BooleanProperty

protected BooleanProperty(boolean value)