次の方法で共有


FormContentType クラス

public final class FormContentType
extends ExpandableStringEnum<FormContentType>

ローカル ファイルでサポートされるコンテンツ タイプの値を定義します。

フィールドの概要

修飾子と型 フィールドと説明
static final FormContentType APPLICATION_PDF

フォームコンテンツタイプの静的値 Line。

static final FormContentType IMAGE_BMP

フォームコンテンツタイプの静的値 Line。

static final FormContentType IMAGE_JPEG

フォームコンテンツタイプの静的値 Line。

static final FormContentType IMAGE_PNG

フォームコンテンツタイプの静的値 Line。

static final FormContentType IMAGE_TIFF

フォームコンテンツタイプの静的値 Line。

コンストラクターの概要

コンストラクター 説明
FormContentType()

非推奨

ファクトリ メソッドを使用します fromString(String value)

フォームコンテンツタイプ オブジェクトを作成します。

メソッドの概要

修飾子と型 メソッドと説明
static FormContentType fromString(String value)

文字列表現から要素型を作成または検索します。

メソッドの継承元: ExpandableStringEnum

メソッドの継承元: java.lang.Object

フィールドの詳細

APPLICATION_PDF

public static final FormContentType APPLICATION_PDF

FormContentType の静的値 Line。

IMAGE_BMP

public static final FormContentType IMAGE_BMP

FormContentType の静的値 Line。

IMAGE_JPEG

public static final FormContentType IMAGE_JPEG

FormContentType の静的値 Line。

IMAGE_PNG

public static final FormContentType IMAGE_PNG

FormContentType の静的値 Line。

IMAGE_TIFF

public static final FormContentType IMAGE_TIFF

FormContentType の静的値 Line。

コンストラクターの詳細

FormContentType

@Deprecated
public FormContentType()

非推奨

ファクトリ メソッドを使用します fromString(String value)

FormContentType オブジェクトを作成します。

メソッドの詳細

fromString

public static FormContentType fromString(String value)

文字列表現から ElementType を作成または検索します。

Parameters:

value - 検索する値。

Returns:

対応する ElementType。

適用対象