クラスOutputBin
java.lang.Object
javax.print.attribute.EnumSyntax
javax.print.attribute.standard.OutputBin
- すべての実装されたインタフェース:
Serializable,Cloneable,Attribute,PrintJobAttribute,PrintRequestAttribute
public sealed class OutputBin extends EnumSyntax implements PrintRequestAttribute, PrintJobAttribute
クラス
OutputBinは、ジョブの出力ビンを指定する出力属性クラス(列挙)です。
クラスOutputBinは、標準出力ビンの種類の値のキーワードを宣言します。
IPP互換性: この属性はIPP 1.1属性ではありません。IPP 1.1の"output-bin"属性拡張(PDF)の属性です。 getName()によって返されるカテゴリ名はIPP属性の名前です。 列挙の整数値はIPP列挙型値です。 toString()メソッドは、属性値のIPP文字列表現を返します。
- 導入されたバージョン:
- 23
- 関連項目:
-
フィールドのサマリー
フィールド修飾子と型フィールド説明static final OutputBinプリンタの下部出力ビン。static final OutputBinプリンタの中央出力ビン。static final OutputBinプリンタの面下出力ビン。static final OutputBinプリンタの面取り出力ビン。static final OutputBinプリンタの大容量出力ビン。static final OutputBinプリンタの左側の出力ビン。static final OutputBinプリンタの中間出力ビン。static final OutputBinプリンタの背面出力ビン。static final OutputBinプリンタの右側の出力ビン。static final OutputBinプリンタのサイド出力ビン。static final OutputBinプリンタの上部出力ビン。 -
コンストラクタのサマリー
コンストラクタ -
メソッドのサマリー
修飾子と型メソッド説明この印刷属性値の「カテゴリ」として使用される印刷属性クラスを返します。protected EnumSyntax[]OutputBinクラスの列挙値表を返します。final StringgetName()属性値がインスタンスとなるカテゴリの名前を返します。protected String[]クラスOutputBinの文字列表を返します。クラスjavax.print.attribute.EnumSyntaxで宣言されたメソッド
clone, getOffset, getValue, hashCode, readResolve, toString
-
フィールド詳細
-
TOP
public static final OutputBin TOPプリンタの上部出力ビン。 -
MIDDLE
public static final OutputBin MIDDLEプリンタの中間出力ビン。 -
BOTTOM
public static final OutputBin BOTTOMプリンタの下部出力ビン。 -
SIDE
public static final OutputBin SIDEプリンタのサイド出力ビン。 -
LEFT
public static final OutputBin LEFTプリンタの左側の出力ビン。 -
RIGHT
public static final OutputBin RIGHTプリンタの右側の出力ビン。 -
CENTER
public static final OutputBin CENTERプリンタの中央出力ビン。 -
REAR
public static final OutputBin REARプリンタの背面出力ビン。 -
FACE_UP
public static final OutputBin FACE_UPプリンタの面取り出力ビン。 -
FACE_DOWN
public static final OutputBin FACE_DOWNプリンタの面下出力ビン。 -
LARGE_CAPACITY
public static final OutputBin LARGE_CAPACITYプリンタの大容量出力ビン。
-
-
コンストラクタの詳細
-
OutputBin
protected OutputBin(int value) 指定された整数値で新しい出力ビン列挙値を作成します。- パラメータ:
value- 整数値
-
-
メソッドの詳細
-
getStringTable
protected String[] getStringTable()クラスOutputBinの文字列表を返します。- オーバーライド:
getStringTable、クラスEnumSyntax- 戻り値:
- 文字列テーブル
-
getEnumValueTable
protected EnumSyntax[] getEnumValueTable()OutputBinクラスの列挙値表を返します。- オーバーライド:
getEnumValueTable、クラスEnumSyntax- 戻り値:
- 値テーブル
-
getCategory
この印刷属性値の「カテゴリ」として使用される印刷属性クラスを返します。クラス
OutputBinおよびベンダー定義のサブクラスの場合、カテゴリはクラスOutputBin自体です。- 定義:
getCategory、インタフェースAttribute- 戻り値:
- 印刷属性クラス(category)、クラス
java.lang.Classのインスタンス
-
getName
-