protected static enum SMailHonestPostie.TextType extends Enum<SMailHonestPostie.TextType>
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
code() |
static SMailHonestPostie.TextType |
valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static SMailHonestPostie.TextType[] |
values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
public static final SMailHonestPostie.TextType PLAIN
public static final SMailHonestPostie.TextType HTML
public static SMailHonestPostie.TextType[] values()
for(SMailHonestPostie.TextType c: SMailHonestPostie.TextType.values()) System.out.println(c);
public static SMailHonestPostie.TextType valueOf(String name)
name - 返される列挙型定数の名前。IllegalArgumentException - この列挙型に、指定した名前の定数がない場合NullPointerException - 引数がnullの場合public String code()
Copyright © 2015–2020 The DBFlute Project. All rights reserved.