|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object javax.print.attribute.EnumSyntax javax.print.attribute.standard.ReferenceUriSchemesSupported
public class ReferenceUriSchemesSupported
ReferenceUriSchemesSupported は、URI 上の印刷データ取得にプリンタが使用できる、「http:」や「ftp:」などの URI スキーマを列挙して示す印刷属性クラスです。プリンタが java.net.URL
印刷データ表現クラスを持つドキュメントフレーバをサポートする場合、ReferenceUriSchemesSupported クラスのインスタンスを使用して、許可される URI スキーマを通知します。許可される URI スキーマは lookup サービスのサービス属性として含まれます。この属性は、特定の URI スキーマを使用して、印刷データを取得可能なプリンタをクライアント側で検索する時に使用されます。許可される URI スキーマは PrintService
インタフェースの capability メソッドを使用して照会することもできます。ただし ReferenceUriSchemesSupported 属性は許可される URI スキーマの判定にのみ使用されます。この属性はドキュメント、印刷要求、印刷ジョブ、そして印刷サービスのどの属性セットにも含まれません。
official list of URI schemes は 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 クラスの文字列テーブルを返します。 |
クラス javax.print.attribute.EnumSyntax から継承されたメソッド |
---|
clone, getOffset, getValue, hashCode, readResolve, toString |
クラス java.lang.Object から継承されたメソッド |
---|
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
フィールドの詳細 |
---|
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()
EnumSyntax
内の getStringTable
protected EnumSyntax[] getEnumValueTable()
EnumSyntax
内の getEnumValueTable
public final Class<? extends Attribute> getCategory()
ReferenceUriSchemesSupported クラス、およびベンダー定義の任意のサブクラスでは、カテゴリは ReferenceUriSchemesSupported クラス自身になります。
Attribute
内の getCategory
java.lang.Class
クラスのインスタンスpublic final String getName()
ReferenceUriSchemesSupported クラス、およびベンダー定義の任意のサブクラスでは、カテゴリ名は reference-uri-schemes-supported
になります。
Attribute
内の getName
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。