javax.print.attribute.standard
public class ReferenceUriSchemesSupported extends EnumSyntax implements Attribute
ReferenceUriSchemesSupported
attribute provides
the supported URI schemes (e.g. ftp) which are supported by the
printer service to be used as uri reference for document data.
IPP Compatibility: ReferenceUriSchemesSupported is an IPP 1.1 attribute.
Field Summary | |
---|---|
static ReferenceUriSchemesSupported | FILE
A filename specific to the host. |
static ReferenceUriSchemesSupported | FTP
The file transfer protocol (FTP). |
static ReferenceUriSchemesSupported | GOPHER
The gopher protocol. |
static ReferenceUriSchemesSupported | HTTP
The hyper text transfer protocol (HTTP). |
static ReferenceUriSchemesSupported | HTTPS
The secure hyper text transfer protocol (HTTPS). |
static ReferenceUriSchemesSupported | NEWS
The USENET news - RFC 1738. |
static ReferenceUriSchemesSupported | NNTP
The network news transfer protocol (NNTP) - RFC 1738. |
static ReferenceUriSchemesSupported | WAIS
The wide area information server protocol (WAIS) - RFC 4156. |
Constructor Summary | |
---|---|
protected | ReferenceUriSchemesSupported(int value)
Constructs a ReferenceUriSchemeSupported object.
|
Method Summary | |
---|---|
Class<? extends Attribute> | getCategory()
Returns category of this class.
|
protected EnumSyntax[] | getEnumValueTable()
Returns a table with the enumeration values for this object.
|
String | getName()
Returns the name of this attribute.
|
protected String[] | getStringTable()
Returns a table with the enumeration values represented as strings
for this object.
|
ReferenceUriSchemeSupported
object.
Parameters: value the enum value.
Returns: The class ReferenceUriSchemesSupported
itself.
Returns: The enumeration values.
Returns: The name "reference-uri-schemes-supported".
Returns: The enumeration values as strings.