java.lang.Object
javax.print.attribute.EnumSyntax
javax.print.attribute.standard.ReferenceUriSchemesSupported
- すべての実装されたインタフェース:
- Serializable,- Cloneable,- Attribute
public class ReferenceUriSchemesSupported extends EnumSyntax implements Attribute
クラス
ReferenceUriSchemesSupportedは、プリンタがURIのロケーションに格納されている印刷データを取得するために使用できる"http:"や"ftp:"などの"URIスキーム、"を示す列挙型の印刷属性クラスです。 プリンタが"java.net.URL"の印刷データ表現クラスを持つdocフレーバをサポートしている場合、プリンタはクラスReferenceUriSchemesSupportedのインスタンスを使用して、受け入れ可能なURIスキームを宣言します。 受け入れ可能なURIスキームは、ルックアップ・サービスのサービス属性として含まれています。これにより、クライアントは特定のURIスキームを使用して印刷データを取得できるプリンタを検索できます。 受け入れ可能なURIスキームは、インタフェースPrintServiceのメソッドを使用して照会することもできます。 ただし、ReferenceUriSchemesSupported属性は、受け入れ可能なURIスキームを決定するためにのみ使用され、ドキュメント、印刷リクエスト、印刷ジョブ、または印刷サービス属性セットには含まれません。 
 URIスキームの正式なリストはInternet Assigned Numbers Authorityが管理しています。
 クラスReferenceUriSchemesSupportedは、広く使われているURIスキームの列挙値を定義します。 追加のURIスキームをサポートするプリンタは、クラスReferenceUriSchemesSupportedのサブクラスでそれらを定義できます。 
 
 IPP互換性: getName()によって返されるカテゴリ名はIPP属性の名前です。 列挙の整数値はIPP列挙型値です。 toString()メソッドは、属性値のIPP文字列表現を返します。 
- 関連項目:
- 直列化された形式
- 
フィールドのサマリーフィールド 修飾子と型 フィールド 説明 static ReferenceUriSchemesSupportedFILEホスト上のファイル名。static ReferenceUriSchemesSupportedFTPファイル転送プロトコル(FTP)。static ReferenceUriSchemesSupportedGOPHERGopherプロトコル。static ReferenceUriSchemesSupportedHTTPハイパーテキスト・トランスファ・プロトコル(HTTP)。static ReferenceUriSchemesSupportedHTTPSセキュリティ保護されたハイパーテキスト・トランスファ・プロトコル(HTTPS)。static ReferenceUriSchemesSupportedNEWSUSENETニュース。static ReferenceUriSchemesSupportedNNTPネットワーク・ニュース転送プロトコル(NNTP)を使用するUSENETニュース。static ReferenceUriSchemesSupportedWAIS広域情報サーバー(WAIS)プロトコル。
- 
コンストラクタのサマリーコンストラクタ 修飾子 コンストラクタ 説明 protectedReferenceUriSchemesSupported(int value)指定された整数値を持つ新しい参照URIスキーム列挙値を構築します。
- 
メソッドのサマリー修飾子と型 メソッド 説明 Class<? extends Attribute>getCategory()この印刷属性値の「カテゴリ」として使用される印刷属性クラスを返します。protected EnumSyntax[]getEnumValueTable()ReferenceUriSchemesSupportedクラスの列挙値表を返します。StringgetName()属性値がインスタンスとなるカテゴリの名前を返します。protected String[]getStringTable()クラスReferenceUriSchemesSupportedの文字列表を返します。クラス javax.print.attribute.EnumSyntaxで宣言されたメソッドclone, getOffset, getValue, hashCode, readResolve, toString
- 
フィールド詳細- 
FTPpublic static final ReferenceUriSchemesSupported FTPファイル転送プロトコル(FTP)。
- 
HTTPpublic static final ReferenceUriSchemesSupported HTTPハイパーテキスト・トランスファ・プロトコル(HTTP)。
- 
HTTPSpublic static final ReferenceUriSchemesSupported HTTPSセキュリティ保護されたハイパーテキスト・トランスファ・プロトコル(HTTPS)。
- 
GOPHERpublic static final ReferenceUriSchemesSupported GOPHERGopherプロトコル。
- 
NEWSpublic static final ReferenceUriSchemesSupported NEWSUSENETニュース。
- 
NNTPpublic static final ReferenceUriSchemesSupported NNTPネットワーク・ニュース転送プロトコル(NNTP)を使用するUSENETニュース。
- 
WAISpublic static final ReferenceUriSchemesSupported WAIS広域情報サーバー(WAIS)プロトコル。
- 
FILEpublic static final ReferenceUriSchemesSupported FILEホスト上のファイル名。
 
- 
- 
コンストラクタの詳細- 
ReferenceUriSchemesSupportedprotected ReferenceUriSchemesSupported(int value)指定された整数値を持つ新しい参照URIスキーム列挙値を構築します。- パラメータ:
- value- 整数値
 
 
- 
- 
メソッドの詳細- 
getStringTableprotected String[] getStringTable()クラスReferenceUriSchemesSupportedの文字列表を返します。- オーバーライド:
- getStringTable、クラス:- EnumSyntax
- 戻り値:
- 文字列テーブル
 
- 
getEnumValueTableprotected EnumSyntax[] getEnumValueTable()ReferenceUriSchemesSupportedクラスの列挙値表を返します。- オーバーライド:
- getEnumValueTable、クラス:- EnumSyntax
- 戻り値:
- 値テーブル
 
- 
getCategoryこの印刷属性値の「カテゴリ」として使用される印刷属性クラスを返します。クラス ReferenceUriSchemesSupportedおよびベンダー定義のサブクラスの場合、カテゴリはクラスReferenceUriSchemesSupported自体です。- 定義:
- getCategory、インタフェース:- Attribute
- 戻り値:
- 印刷属性クラス(category)、クラスjava.lang.Classのインスタンス
 
- 
getNamepublic final String getName()属性値がインスタンスとなるカテゴリの名前を返します。クラス ReferenceUriSchemesSupportedおよびベンダー定義のサブクラスでは、カテゴリ名は"reference-uri-schemes-supported"です。
 
-