クラス
javax.print.attribute.standard.Severityの使用
Severityを使用するパッケージ
- 
javax.print.attribute.standardでのSeverityの使用Severityとして宣言されたjavax.print.attribute.standardのフィールド修飾子と型フィールド説明static final SeveritySeverity.ERRORPrinterStateReasonが「error」(重要度高)であることを示します。static final SeveritySeverity.REPORTPrinterStateReasonが「report」(重要度低)であることを示します。static final SeveritySeverity.WARNINGPrinterStateReasonが「warning」であることを示します。修飾子と型メソッド説明PrinterStateReasons.put(PrinterStateReason reason, Severity severity) 指定されたプリンタ状態理由をこのプリンタ状態理由属性に追加し、同時に指定された重要度レベルに関連付けます。型Severityのパラメータを持つjavax.print.attribute.standardのメソッド修飾子と型メソッド説明PrinterStateReasons.printerStateReasonSet(Severity severity) このPrinterStateReasons属性で、指定された重大度の個々のプリンタ状態理由属性の変更不可能なセット・ビューを取得します。PrinterStateReasons.put(PrinterStateReason reason, Severity severity) 指定されたプリンタ状態理由をこのプリンタ状態理由属性に追加し、同時に指定された重要度レベルに関連付けます。型Severityの型引数のjavax.print.attribute.standardのコンストラクタ・パラメータ