Example of booleandatatype 例 39-3Boolean 型の例 - PEAR
The booleandatatype represents only two values that can be either 1 or 0.
boolean 型は、1 か 0 のいずれかのみの値を表します。 - PEAR
The Boolean Converter Componentconverts between java.lang.String values and either java.lang.Boolean data types or the Java boolean primitive type, for example binding a JSF component to a database column of typeBOOLEAN.
Boolean コンバータコンポーネントは、java.lang.String 値と、java.lang.Boolean データ型または Java boolean プリミティブ型のいずれかの間の変換を行います。 たとえば、JSF コンポーネントをデータベースの BOOLEAN 型の列にバインドする場合です。 - NetBeans
Conversely, a converter converts String values in the HTML request back to the specified datatype, such as Boolean or Float.
また、コンバータは HTML 要求内の String 型の値を、Boolean や Float などの指定のデータ型に変換し直します。 - NetBeans