|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.print.attribute.EnumSyntax
javax.print.attribute.standard.ReferenceUriSchemesSupported
public class ReferenceUriSchemesSupported
The 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. |
Methods inherited from class javax.print.attribute.EnumSyntax |
---|
clone, getOffset, getValue, hashCode, readResolve, toString |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
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
Constructor Detail |
---|
protected ReferenceUriSchemesSupported(int value)
ReferenceUriSchemeSupported
object.
value
- the enum value.Method Detail |
---|
public Class<? extends Attribute> getCategory()
getCategory
in interface Attribute
ReferenceUriSchemesSupported
itself.public final String getName()
getName
in interface Attribute
protected String[] getStringTable()
getStringTable
in class EnumSyntax
protected EnumSyntax[] getEnumValueTable()
getEnumValueTable
in class EnumSyntax
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |