-
- 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 classFinishingsCol.Covering.CompanionDefines types for each member of Covering.
-
Field Summary
Fields Modifier and Type Field Description private final List<Attribute<?>>attributesprivate KeywordOrNamecoveringName
-
Constructor Summary
Constructors Constructor Description Covering()Construct an empty Covering. Covering(KeywordOrName coveringName)
-
Method Summary
Modifier and Type Method Description StringtoString()final KeywordOrNamecomponent1()final FinishingsCol.Coveringcopy(KeywordOrName coveringName)List<Attribute<?>>getAttributes()final KeywordOrNamegetCoveringName()May contain any keyword from CoveringName or a name. final UnitsetCoveringName(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.
-
-
-
-