public class ReferenceUriSchemesSupported extends EnumSyntax implements Attribute
"java.net.URL"
印刷データ表現クラスを持つドキュメント・フレーバをサポートする場合、ReferenceUriSchemesSupportedクラスのインスタンスを使用して、許可されるURIスキームを通知します。許可されるURIスキームはlookupサービスのサービス属性として含まれます。この属性は、特定のURIスキームを使用して、印刷データを取得可能なプリンタをクライアント側で検索するときに使用されます。許可されるURIスキームはPrintService
インタフェースのcapabilityメソッドを使用して照会することもできます。ただしReferenceUriSchemesSupported属性は許可されるURIスキームの判定にのみ使用されます。この属性はドキュメント、印刷要求、印刷ジョブ、そして印刷サービスのどの属性セットにも含まれません。
URIスキームの正式なリストはInternet Assigned Numbers Authorityが管理しています。
ReferenceUriSchemesSupportedクラスは広域的に使用されるURIスキームを列挙して定義します。追加URIスキームをサポートするプリンタは、ReferenceUriSchemesSupportedクラスのサブクラスでその追加URIスキームを定義できます。
IPP互換性: getName()
によって返されるカテゴリ名はIPP属性の名前です。列挙の整数値はIPP列挙型値です。toString()
メソッドは、属性値のIPP文字列表現を返します。
修飾子と型 | フィールドと説明 |
---|---|
static ReferenceUriSchemesSupported |
FILE
ホスト上のファイル名。
|
static ReferenceUriSchemesSupported |
FTP
ファイル転送プロトコル(FTP)。
|
static ReferenceUriSchemesSupported |
GOPHER
Gopherプロトコル。
|
static ReferenceUriSchemesSupported |
HTTP
ハイパーテキスト・トランスファ・プロトコル(HTTP)。
|
static ReferenceUriSchemesSupported |
HTTPS
セキュリティ保護されたハイパーテキスト・トランスファ・プロトコル(HTTPS)。
|
static ReferenceUriSchemesSupported |
NEWS
USENETニュース。
|
static ReferenceUriSchemesSupported |
NNTP
ネットワーク・ニュース転送プロトコル(NNTP)を使用するUSENETニュース。
|
static ReferenceUriSchemesSupported |
WAIS
広域情報サーバー(WAIS)プロトコル。
|
修飾子 | コンストラクタと説明 |
---|---|
protected |
ReferenceUriSchemesSupported(int value)
指定された整数値を使用して新しい参照URIスキーム列挙値を構築します。
|
修飾子と型 | メソッドと説明 |
---|---|
Class<? extends Attribute> |
getCategory()
この印刷属性値の「カテゴリ」として使用される印刷属性クラスを返します。
|
protected EnumSyntax[] |
getEnumValueTable()
ReferenceUriSchemesSupportedクラスの列挙値テーブルを返します。
|
String |
getName()
属性値がインスタンスとなるカテゴリの名前を返します。
|
protected String[] |
getStringTable()
ReferenceUriSchemesSupportedクラスの文字列テーブルを返します。
|
clone, getOffset, getValue, hashCode, readResolve, toString
public static final ReferenceUriSchemesSupported FTP
public static final ReferenceUriSchemesSupported HTTP
public static final ReferenceUriSchemesSupported HTTPS
public static final ReferenceUriSchemesSupported GOPHER
public static final ReferenceUriSchemesSupported NEWS
public static final ReferenceUriSchemesSupported NNTP
public static final ReferenceUriSchemesSupported WAIS
public static final ReferenceUriSchemesSupported FILE
protected ReferenceUriSchemesSupported(int value)
value
- 整数値。protected String[] getStringTable()
getStringTable
、クラス: EnumSyntax
protected EnumSyntax[] getEnumValueTable()
getEnumValueTable
、クラス: EnumSyntax
public final Class<? extends Attribute> getCategory()
ReferenceUriSchemesSupportedクラス、およびベンダー定義の任意のサブクラスでは、カテゴリはReferenceUriSchemesSupportedクラス自身になります。
getCategory
、インタフェース: Attribute
java.lang.Class
クラスのインスタンス。 バグまたは機能を送信
詳細なAPIリファレンスおよび開発者ドキュメントについては、Java SEのドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright© 1993, 2014, Oracle and/or its affiliates. All rights reserved.