|
Préférences
Moteurs de recherche
|
||||||||||||||||||||||||||||||||||||||
JavaTM 2 Platform Std. Ed. v1.6.0
javax.print.attribute.standard
|
Field Summary | |
---|---|
static ReferenceUriSchemesSupported |
FILE
Host-specific file names. |
static ReferenceUriSchemesSupported |
FTP
File Transfer Protocol (FTP). |
static ReferenceUriSchemesSupported |
GOPHER
Gopher Protocol. |
static ReferenceUriSchemesSupported |
HTTP
HyperText Transfer Protocol (HTTP). |
static ReferenceUriSchemesSupported |
HTTPS
Secure HyperText Transfer Protocol (HTTPS). |
static ReferenceUriSchemesSupported |
NEWS
USENET news. |
static ReferenceUriSchemesSupported |
NNTP
USENET news using Network News Transfer Protocol (NNTP). |
static ReferenceUriSchemesSupported |
WAIS
Wide Area Information Server (WAIS) protocol. |
Constructor Summary | |
---|---|
protected |
ReferenceUriSchemesSupported(int value)
Construct a new reference URI scheme enumeration value with the given integer value. |
Method Summary | |
---|---|
Class<? extends Attribute> |
getCategory()
Get the printing attribute class which is to be used as the "category" for this printing attribute value. |
protected EnumSyntax[] |
getEnumValueTable()
Returns the enumeration value table for class ReferenceUriSchemesSupported. |
String |
getName()
Get the name of the category of which this attribute value is an instance. |
protected String[] |
getStringTable()
Returns the string table for class ReferenceUriSchemesSupported. |
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)
value
- Integer value.Method Detail |
---|
protected String[] getStringTable()
getStringTable
in class EnumSyntax
protected EnumSyntax[] getEnumValueTable()
getEnumValueTable
in class EnumSyntax
public final Class<? extends Attribute> getCategory()
For class ReferenceUriSchemesSupported and any vendor-defined subclasses, the category is class ReferenceUriSchemesSupported itself.
getCategory
in interface Attribute
java.lang.Class
.public final String getName()
For class ReferenceUriSchemesSupported and any vendor-defined
subclasses, the category name is
"reference-uri-schemes-supported"
.