| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Attribute |
AbstractIpp.getAttribute(String name)
Gets the attribute with the given name.
|
| Modifier and Type | Method and Description |
|---|---|
List<Attribute> |
AbstractIpp.getAttributeGroups(DelimiterTags tag)
Returns all attributes of the given delimiter-tag.
|
List<Attribute> |
AbstractIpp.getAttributes()
Gets a collected list of all attributes of the attribute-groups.
|
| Modifier and Type | Method and Description |
|---|---|
static Attribute |
Attribute.of(String name,
Charset value)
Creates a singe-value attribute for charset values.
|
static Attribute |
Attribute.of(String name,
int value)
Creates a singe-value attribute for integer values.
|
static Attribute |
Attribute.of(String name,
Locale value)
Creates a singe-value attribute for the given language.
|
static Attribute |
Attribute.of(String name,
URI value)
Creates a singe-value attribute for URI values.
|
static Attribute |
Attribute.of(ValueTags tag,
String name,
byte[] value)
Creates a singe-value attribute.
|
static Attribute |
Attribute.of(ValueTags tag,
String name,
int value)
Creates a singe-value attribute for integer based values.
|
static Attribute |
Attribute.of(ValueTags tag,
String name,
String value)
Creates a singe-value attribute for character-string values.
|
| Modifier and Type | Method and Description |
|---|---|
List<Attribute> |
AttributeGroup.getAttributes()
An "attribute-group" field contains zero or more "attribute" fields.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AttributeGroup.addAttribute(Attribute attr)
Adds an attribute to the given attributes.
|
Copyright © 2018. All rights reserved.