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.
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier | Constructor and Description |
---|---|
protected |
ReferenceUriSchemesSupported(int value)
Constructs a
ReferenceUriSchemeSupported object. |
Modifier and Type | Method and Description |
---|---|
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.
|
clone, getOffset, getValue, hashCode, readResolve, toString
public static final ReferenceUriSchemesSupported FTP
public static final ReferenceUriSchemesSupported HTTP
public static final ReferenceUriSchemesSupported HTTPS
public static final ReferenceUriSchemesSupported GOPHER
public static final ReferenceUriSchemesSupported NEWS
public static final ReferenceUriSchemesSupported NNTP
public static final ReferenceUriSchemesSupported WAIS
public static final ReferenceUriSchemesSupported FILE
protected ReferenceUriSchemesSupported(int value)
ReferenceUriSchemeSupported
object.value
- the enum value.public Class<? extends Attribute> getCategory()
getCategory
in interface Attribute
ReferenceUriSchemesSupported
itself.protected String[] getStringTable()
getStringTable
in class EnumSyntax
protected EnumSyntax[] getEnumValueTable()
getEnumValueTable
in class EnumSyntax