-
- All Implemented Interfaces:
-
de.gmuth.ipp.core.IppAttributeBuilder
public final class PrinterType implements IppAttributeBuilder
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumPrinterType.Capabilitypublic classPrinterType.Companion
-
Constructor Summary
Constructors Constructor Description PrinterType(Integer value)
-
Method Summary
Modifier and Type Method Description final IntegergetValue()final Set<PrinterType.Capability>toSet()final Booleancontains(PrinterType.Capability capability)StringtoString()final Unitlog(Logger logger, Level level)IppAttribute<Integer>buildIppAttribute(IppAttributesGroup printerAttributes)-
-
Constructor Detail
-
PrinterType
PrinterType(Integer value)
-
-
Method Detail
-
toSet
final Set<PrinterType.Capability> toSet()
-
contains
final Boolean contains(PrinterType.Capability capability)
-
buildIppAttribute
IppAttribute<Integer> buildIppAttribute(IppAttributesGroup printerAttributes)
-
-
-
-