-
- All Implemented Interfaces:
-
de.gmuth.ipp.core.IppAttributeBuilder,java.io.Serializable,kotlin.Comparable
public enum Sides extends Enum<Sides> implements IppAttributeBuilder
-
-
Enum Constant Summary
Enum Constants Enum Constant Description OneSidedTwoSidedLongEdgeTwoSidedShortEdge
-
Method Summary
Modifier and Type Method Description IppAttribute<String>buildIppAttribute(IppAttributesGroup printerAttributes)final SidesvalueOf(String value)Returns the enum constant of this type with the specified name. final Array<Sides>values()Returns an array containing the constants of this enum type, in the order they're declared. -
-
Method Detail
-
buildIppAttribute
IppAttribute<String> buildIppAttribute(IppAttributesGroup printerAttributes)
-
valueOf
final Sides valueOf(String value)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
-
-
-
-