-
- All Implemented Interfaces:
-
com.hp.jipp.encoding.AttributeCollection
,com.hp.jipp.util.PrettyPrintable
public final class FinishingsCol.Covering implements AttributeCollection
Data object corresponding to a "covering" collection.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
FinishingsCol.Covering.Companion
Defines types for each member of Covering.
-
Field Summary
Fields Modifier and Type Field Description private final List<Attribute<?>>
attributes
private KeywordOrName
coveringName
-
Constructor Summary
Constructors Constructor Description Covering()
Construct an empty Covering. Covering(KeywordOrName coveringName)
-
Method Summary
Modifier and Type Method Description String
toString()
final KeywordOrName
component1()
final FinishingsCol.Covering
copy(KeywordOrName coveringName)
List<Attribute<?>>
getAttributes()
final KeywordOrName
getCoveringName()
May contain any keyword from CoveringName or a name. final Unit
setCoveringName(KeywordOrName coveringName)
May contain any keyword from CoveringName or a name. -
-
Constructor Detail
-
Covering
Covering()
Construct an empty Covering.
-
Covering
Covering(KeywordOrName coveringName)
-
-
Method Detail
-
component1
final KeywordOrName component1()
-
copy
final FinishingsCol.Covering copy(KeywordOrName coveringName)
-
getAttributes
List<Attribute<?>> getAttributes()
-
getCoveringName
final KeywordOrName getCoveringName()
May contain any keyword from CoveringName or a name.
-
setCoveringName
final Unit setCoveringName(KeywordOrName coveringName)
May contain any keyword from CoveringName or a name.
-
-
-
-