-
- All Implemented Interfaces:
-
com.hp.jipp.encoding.AttributeCollection.Converter
public class ImpressionsCol.Companion implements AttributeCollection.Converter<ImpressionsCol>
Defines types for each member of ImpressionsCol.
-
-
Field Summary
Fields Modifier and Type Field Description private final Class<ImpressionsCol>
cls
private final ImpressionsCol.Companion
Types
private final IntType
blank
private final IntType
blankTwoSided
private final IntType
fullColor
private final IntType
fullColorTwoSided
private final IntType
highlightColor
private final IntType
highlightColorTwoSided
private final IntType
monochrome
private final IntType
monochromeTwoSided
public final static ImpressionsCol.Companion
INSTANCE
-
Method Summary
Modifier and Type Method Description ImpressionsCol
convert(List<Attribute<?>> attributes)
Progressively convert attributes into the destination type Class<ImpressionsCol>
getCls()
Class of T. final ImpressionsCol.Companion
getTypes()
final IntType
getBlank()
final IntType
getBlankTwoSided()
final IntType
getFullColor()
final IntType
getFullColorTwoSided()
final IntType
getHighlightColor()
final IntType
getHighlightColorTwoSided()
final IntType
getMonochrome()
final IntType
getMonochromeTwoSided()
-
Methods inherited from class com.hp.jipp.model.ImpressionsCol.Companion
coerced, extractAll, extractOne
-
Methods inherited from class com.hp.jipp.encoding.AttributeCollection.Converter
equals, hashCode, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
convert
ImpressionsCol convert(List<Attribute<?>> attributes)
Progressively convert attributes into the destination type
-
getCls
Class<ImpressionsCol> getCls()
Class of T.
-
getTypes
final ImpressionsCol.Companion getTypes()
-
getBlankTwoSided
final IntType getBlankTwoSided()
-
getFullColor
final IntType getFullColor()
-
getFullColorTwoSided
final IntType getFullColorTwoSided()
-
getHighlightColor
final IntType getHighlightColor()
-
getHighlightColorTwoSided
final IntType getHighlightColorTwoSided()
-
getMonochrome
final IntType getMonochrome()
-
getMonochromeTwoSided
final IntType getMonochromeTwoSided()
-
-
-
-