Enum ReportItem

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<ReportItem>

    public enum ReportItem
    extends java.lang.Enum<ReportItem>
    一覧出力項目 出力項目の名前と並び順の定義。
    • Enum Constant Detail

      • パッケージ名

        public static final ReportItem パッケージ名
      • パッケージ別名

        public static final ReportItem パッケージ別名
      • クラス名

        public static final ReportItem クラス名
      • メソッドシグネチャ

        public static final ReportItem メソッドシグネチャ
      • メソッド戻り値の型

        public static final ReportItem メソッド戻り値の型
      • イベントハンドラ

        public static final ReportItem イベントハンドラ
      • クラス別名

        public static final ReportItem クラス別名
      • メソッド別名

        public static final ReportItem メソッド別名
      • メソッド戻り値の型の別名

        public static final ReportItem メソッド戻り値の型の別名
      • メソッド引数の型の別名

        public static final ReportItem メソッド引数の型の別名
      • 使用しているフィールドの型

        public static final ReportItem 使用しているフィールドの型
      • フィールドの型

        public static final ReportItem フィールドの型
      • 使用箇所数

        public static final ReportItem 使用箇所数
      • 使用箇所

        public static final ReportItem 使用箇所
      • クラス数

        public static final ReportItem クラス数
      • メソッド数

        public static final ReportItem メソッド数
      • メソッド一覧

        public static final ReportItem メソッド一覧
      • 分岐数

        public static final ReportItem 分岐数
      • 単純クラス名

        public static final ReportItem 単純クラス名
      • 汎用文字列

        public static final ReportItem 汎用文字列
      • 汎用真偽値

        public static final ReportItem 汎用真偽値
      • 汎用数値

        public static final ReportItem 汎用数値
    • Method Detail

      • values

        public static ReportItem[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (ReportItem c : ReportItem.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static ReportItem valueOf​(java.lang.String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • localizedText

        public java.lang.String localizedText()