JavaTM 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 Platform
Standard Ed. 6

提交错误或意见
有关更多的 API 参考资料和开发人员文档,请参阅 Java SE 开发人员文档。该文档包含更详细的、面向开发人员的描述,以及总体概述、术语定义、使用技巧和工作代码示例。

版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策