JavaTM 2 Platform
Standard Ed. 6

類別 javax.print.attribute.standard.Severity
的使用

使用 Severity 的軟體套件
javax.print.attribute.standard 包 javax.print.attribute.standard 套件括特定列印屬性的類別。 
 

javax.print.attribute.standardSeverity 的使用
 

宣告為 Severityjavax.print.attribute.standard 中的欄位
static Severity Severity.ERROR
          指示 PrinterStateReason 是 "error"(最嚴重)。
static Severity Severity.REPORT
          指示 PrinterStateReason 是 "report"(不太嚴重)。
static Severity Severity.WARNING
          指示 PrinterStateReason 是 "warning"。
 

返回 Severityjavax.print.attribute.standard 中的方法
 Severity PrinterStateReasons.put(PrinterStateReason reason, Severity severity)
          根據給定的嚴重性級別,將給定的印表機狀態原因添加到此 PrinterStateReasons 屬性中。
 

參數型別為 Severityjavax.print.attribute.standard 中的方法
 Set<PrinterStateReason> PrinterStateReasons.printerStateReasonSet(Severity severity)
          在此 PrinterStateReasons 中,獲得在給定的嚴重性級別每個 PrinterStateReasons 屬性的不可修改的視圖集。
 Severity PrinterStateReasons.put(PrinterStateReason reason, Severity severity)
          根據給定的嚴重性級別,將給定的印表機狀態原因添加到此 PrinterStateReasons 屬性中。
 

型別變數型別為 Severityjavax.print.attribute.standard 中的建構子參數
PrinterStateReasons(Map<PrinterStateReason,Severity> map)
          建構一個新的 PrinterStateReasons 屬性,它包括與給定映射相同的 PrinterStateReasonSeverity 映射關係。
 


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only