|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
java.lang.Object javax.print.attribute.EnumSyntax javax.print.attribute.standard.ReferenceUriSchemesSupported
public class ReferenceUriSchemesSupported
ReferenceUriSchemesSupported 類別是列印屬性類別,它是一種列舉,指示了“URI 方案”(如 "http:"或 "ftp:"),印表機可使用它來獲取存儲在 URI 位置的列印資料。如果印表機支持具有 "java.net.URL"
列印資料表示形式類別的 doc flavor,則該印表機可以使用類別 ReferenceUriSchemesSupported 的實例來公佈它可接受的 URI 方案。可接受的 URI 方案作為服務屬性包含在尋找服務中;這使客戶端可搜尋能夠使用特定 URI 方案即可獲得列印資料的印表機。還可使用介面 PrintService
中的 capability 方法查詢可接受的 URI 方案。但是,ReferenceUriSchemesSupported 屬性一般單獨用來確定可接受的 URI 方案,doc、列印請求、列印作業或列印服務的屬性集中從不包括這些方案。
因特網位址分派委員會維護著URI 網要官方列表。
類別 ReferenceUriSchemesSupported 為廣泛使用的 URI 方案定義了列舉值。支持其他 URI 方案的印表機可以在類別 ReferenceUriSchemesSupported 的子類別中定義它們。
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)
建構具有給定整數值的新 ReferenceUriSchemesSupported 列舉值。 |
方法摘要 | |
---|---|
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. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。