Fields Summary |
---|
private static final long | serialVersionUID |
public static final ReferenceUriSchemesSupported | FTPFile Transfer Protocol (FTP). |
public static final ReferenceUriSchemesSupported | HTTPHyperText Transfer Protocol (HTTP). |
public static final ReferenceUriSchemesSupported | HTTPSSecure HyperText Transfer Protocol (HTTPS). |
public static final ReferenceUriSchemesSupported | GOPHERGopher Protocol. |
public static final ReferenceUriSchemesSupported | NEWSUSENET news. |
public static final ReferenceUriSchemesSupported | NNTPUSENET news using Network News Transfer Protocol (NNTP). |
public static final ReferenceUriSchemesSupported | WAISWide Area Information Server (WAIS) protocol. |
public static final ReferenceUriSchemesSupported | FILEHost-specific file names. |
private static final String[] | myStringTable |
private static final ReferenceUriSchemesSupported[] | myEnumValueTable |
Methods Summary |
---|
public final java.lang.Class | getCategory()Get the printing attribute class which is to be used as the "category"
for this printing attribute value.
For class ReferenceUriSchemesSupported and any vendor-defined
subclasses, the category is class ReferenceUriSchemesSupported itself.
return ReferenceUriSchemesSupported.class;
|
protected javax.print.attribute.EnumSyntax[] | getEnumValueTable()Returns the enumeration value table for class
ReferenceUriSchemesSupported.
return (EnumSyntax[])myEnumValueTable.clone();
|
public final java.lang.String | getName()Get the name of the category of which this attribute value is an
instance.
For class ReferenceUriSchemesSupported and any vendor-defined
subclasses, the category name is
"reference-uri-schemes-supported" .
return "reference-uri-schemes-supported";
|
protected java.lang.String[] | getStringTable()Returns the string table for class ReferenceUriSchemesSupported.
return (String[])myStringTable.clone();
|