public static enum ExternalRefPathAttribute.FileExtention extends java.lang.Enum<ExternalRefPathAttribute.FileExtention>
| 修飾子とタイプ | メソッドと説明 |
|---|---|
java.lang.String |
getExt() |
static ExternalRefPathAttribute.FileExtention |
valueOf(java.lang.String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static ExternalRefPathAttribute.FileExtention[] |
values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
public static final ExternalRefPathAttribute.FileExtention GROOVY
public static final ExternalRefPathAttribute.FileExtention TMPL
public static final ExternalRefPathAttribute.FileExtention GIF
public static final ExternalRefPathAttribute.FileExtention BMP
public static final ExternalRefPathAttribute.FileExtention JPEG
public static final ExternalRefPathAttribute.FileExtention PNG
public static final ExternalRefPathAttribute.FileExtention BIN
public static final ExternalRefPathAttribute.FileExtention XML
public static final ExternalRefPathAttribute.FileExtention HTML
public static final ExternalRefPathAttribute.FileExtention JAVASCRIPT
public static ExternalRefPathAttribute.FileExtention[] values()
for(ExternalRefPathAttribute.FileExtention c: ExternalRefPathAttribute.FileExtention.values()) System.out.println(c);
public static ExternalRefPathAttribute.FileExtention valueOf(java.lang.String name)
name - 返される列挙型定数の名前。java.lang.IllegalArgumentException - この列挙型に、指定した名前の定数がない場合java.lang.NullPointerException - 引数がnullの場合public java.lang.String getExt()