-
- 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>clsprivate final ImpressionsCol.CompanionTypesprivate final IntTypeblankprivate final IntTypeblankTwoSidedprivate final IntTypefullColorprivate final IntTypefullColorTwoSidedprivate final IntTypehighlightColorprivate final IntTypehighlightColorTwoSidedprivate final IntTypemonochromeprivate final IntTypemonochromeTwoSidedpublic final static ImpressionsCol.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description ImpressionsColconvert(List<Attribute<?>> attributes)Progressively convert attributes into the destination type Class<ImpressionsCol>getCls()Class of T. final ImpressionsCol.CompaniongetTypes()final IntTypegetBlank()final IntTypegetBlankTwoSided()final IntTypegetFullColor()final IntTypegetFullColorTwoSided()final IntTypegetHighlightColor()final IntTypegetHighlightColorTwoSided()final IntTypegetMonochrome()final IntTypegetMonochromeTwoSided()-
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()
-
-
-
-