-
- All Implemented Interfaces:
public class IppValueSupport
-
-
Field Summary
Fields Modifier and Type Field Description public final static IppValueSupportINSTANCE
-
Method Summary
Modifier and Type Method Description final UnitcheckIfValueIsSupported(IppAttributesGroup printerAttributes, IppAttribute<?> attribute, Boolean throwIfSupportedAttributeIsNotAvailable)final UnitcheckIfValueIsSupported(IppAttributesGroup printerAttributes, String attributeName, Object value, Boolean throwIfSupportedAttributeIsNotAvailable)-
-
Method Detail
-
checkIfValueIsSupported
final Unit checkIfValueIsSupported(IppAttributesGroup printerAttributes, IppAttribute<?> attribute, Boolean throwIfSupportedAttributeIsNotAvailable)
-
checkIfValueIsSupported
final Unit checkIfValueIsSupported(IppAttributesGroup printerAttributes, String attributeName, Object value, Boolean throwIfSupportedAttributeIsNotAvailable)
-
-
-
-