| Package | Description |
|---|---|
| j4cups.protocol |
This package supports the data types which are described in RFC-2910 and
RFC-8011.
|
| j4cups.protocol.attr |
In this package are the building blocks for attribute and attribute-groups.
|
| j4cups.protocol.tags |
This package represents the which are described in
section 3.5
of RFC-2910.
|
| Modifier and Type | Method and Description |
|---|---|
List<Attribute> |
AbstractIpp.getAttributeGroups(DelimiterTags tag)
Returns all attributes of the given delimiter-tag.
|
| Modifier and Type | Method and Description |
|---|---|
DelimiterTags |
AttributeGroup.getBeginTag()
The "begin-attribute-group-tag" field marks the beginning of an
"attribute-group" field and its value identifies the type of
attribute group, e.g.
|
| Constructor and Description |
|---|
AttributeGroup(DelimiterTags type)
Instantiates a new empty attribute group from the given bytes.
|
| Modifier and Type | Method and Description |
|---|---|
static DelimiterTags |
DelimiterTags.of(int id)
Allows you to map a byte value to the corresponding tag.
|
static DelimiterTags |
DelimiterTags.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DelimiterTags[] |
DelimiterTags.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018. All rights reserved.