列挙 BooleanPropertyEditor.BooleanDisplayType

java.lang.Object
java.lang.Enum<BooleanPropertyEditor.BooleanDisplayType>
org.iplass.mtp.view.generic.editor.BooleanPropertyEditor.BooleanDisplayType
すべての実装されたインタフェース:
java.io.Serializable, java.lang.Comparable<BooleanPropertyEditor.BooleanDisplayType>, java.lang.constant.Constable
含まれているクラス:
BooleanPropertyEditor

public static enum BooleanPropertyEditor.BooleanDisplayType
extends java.lang.Enum<BooleanPropertyEditor.BooleanDisplayType>
表示タイプ
  • ネストされたクラスの概要

    クラスから継承されたネストされたクラス/インタフェース java.lang.Enum

    java.lang.Enum.EnumDesc<E extends java.lang.Enum<E>>
  • 列挙型定数の概要

    列挙定数 
    列挙型定数 説明
    CHECKBOX  
    HIDDEN  
    LABEL  
    RADIO  
    SELECT  
  • メソッドの概要

    修飾子とタイプ メソッド 説明
    static BooleanPropertyEditor.BooleanDisplayType valueOf​(java.lang.String name)
    指定した名前を持つこの型の列挙型定数を返します。
    static BooleanPropertyEditor.BooleanDisplayType[] values()
    この列挙型の定数を含む配列を宣言されている順序で 返します。

    クラスから継承されたメソッド java.lang.Enum

    clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

    クラスから継承されたメソッド java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait