|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前 次 | フレームあり フレームなし |
Severity を使用しているパッケージ | |
---|---|
javax.print.attribute.standard | このパッケージには、特定の印刷属性のクラスが含まれています。 |
javax.print.attribute.standard での Severity の使用 |
---|
Severity として宣言されている javax.print.attribute.standard のフィールド | |
---|---|
static Severity |
Severity.ERROR
PrinterStateReason が「error」(重要度高) であることを示します。 |
static Severity |
Severity.REPORT
PrinterStateReason が「report」(重要度低) であることを示します。 |
static Severity |
Severity.WARNING
PrinterStateReason が「warning」(重要度中) であることを示します。 |
Severity を返す javax.print.attribute.standard のメソッド | |
---|---|
Severity |
PrinterStateReasons.put(PrinterStateReason reason,
Severity severity)
指定されたプリンタ状態理由をこのプリンタ状態理由属性に追加し、同時に指定された重要度レベルに関連付けます。 |
Severity 型のパラメータを持つ javax.print.attribute.standard のメソッド | |
---|---|
Set<PrinterStateReason> |
PrinterStateReasons.printerStateReasonSet(Severity severity)
この PrinterStateReasons 属性の指定された重要度レベルの各プリンタ状態属性から、変更不可能なセットビューを返します。 |
Severity |
PrinterStateReasons.put(PrinterStateReason reason,
Severity severity)
指定されたプリンタ状態理由をこのプリンタ状態理由属性に追加し、同時に指定された重要度レベルに関連付けます。 |
Constructor parameters in javax.print.attribute.standard with type arguments of type Severity | |
---|---|
PrinterStateReasons(Map<PrinterStateReason,Severity> map)
指定されたマップと同じ PrinterStateReason から Severity へのマッピングを持つプリンタ状態理由属性を新しく構築します。 |
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前 次 | フレームあり フレームなし |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。