net.w_horse.excelpojo.excel
列挙型 CellDateFormat
java.lang.Object
java.lang.Enum<CellDateFormat>
net.w_horse.excelpojo.excel.CellDateFormat
- すべての実装されたインタフェース:
- java.io.Serializable, java.lang.Comparable<CellDateFormat>
public enum CellDateFormat
- extends java.lang.Enum<CellDateFormat>
クラス java.lang.Enum から継承されたメソッド |
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
クラス java.lang.Object から継承されたメソッド |
getClass, notify, notifyAll, wait, wait, wait |
NONE
public static final CellDateFormat NONE
FORMAT_14
public static final CellDateFormat FORMAT_14
FORMAT_15
public static final CellDateFormat FORMAT_15
FORMAT_16
public static final CellDateFormat FORMAT_16
FORMAT_17
public static final CellDateFormat FORMAT_17
FORMAT_18
public static final CellDateFormat FORMAT_18
FORMAT_19
public static final CellDateFormat FORMAT_19
FORMAT_20
public static final CellDateFormat FORMAT_20
FORMAT_21
public static final CellDateFormat FORMAT_21
FORMAT_22
public static final CellDateFormat FORMAT_22
FORMAT_30
public static final CellDateFormat FORMAT_30
FORMAT_31
public static final CellDateFormat FORMAT_31
FORMAT_32
public static final CellDateFormat FORMAT_32
FORMAT_33
public static final CellDateFormat FORMAT_33
FORMAT_45
public static final CellDateFormat FORMAT_45
FORMAT_47
public static final CellDateFormat FORMAT_47
FORMAT_55
public static final CellDateFormat FORMAT_55
FORMAT_56
public static final CellDateFormat FORMAT_56
FORMAT_57
public static final CellDateFormat FORMAT_57
FORMAT_58
public static final CellDateFormat FORMAT_58
values
public static CellDateFormat[] values()
- この列挙型の定数を含む配列を宣言されている順序で返します。
このメソッドは次のようにして定数を反復するために使用できます:
for (CellDateFormat c : CellDateFormat.values())
System.out.println(c);
- 戻り値:
- この列挙型の定数を宣言されている順序で含む配列
valueOf
public static CellDateFormat valueOf(java.lang.String name)
- 指定した名前を持つこの型の列挙型定数を返します。
文字列は、この型の列挙型定数を宣言するのに使用した識別子と厳密に
一致している必要があります (余分な空白文字を含めることはできません)。
- パラメータ:
name
- 返される列挙型定数の名前
- 戻り値:
- 指定された名前を持つ列挙型定数
- 例外:
java.lang.IllegalArgumentException
- 指定された名前を持つ定数を
この列挙型が持っていない場合
java.lang.NullPointerException
- 引数が null の場合
getDateFormat
public java.text.DateFormat getDateFormat()
getFormatNo
public int getFormatNo()
getFormt
public static CellDateFormat getFormt(int formatId)
contains
public static boolean contains(int formatId)