KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > print > attribute > standard > ReferenceUriSchemesSupported

javax.print.attribute.standard
Class ReferenceUriSchemesSupported

java.lang.Object
  extended by javax.print.attribute.EnumSyntax
      extended by javax.print.attribute.standard.ReferenceUriSchemesSupported
All Implemented Interfaces:
Serializable, Cloneable, Attribute
See Also:
Source Code

public static final ReferenceUriSchemesSupported FILE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final ReferenceUriSchemesSupported FTP
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public final Class<? extends Attribute> getCategory()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected EnumSyntax[] getEnumValueTable()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public final String getName()
See Also:
Attribute
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected String[] getStringTable()
See Also:
EnumSyntax
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final ReferenceUriSchemesSupported GOPHER
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final ReferenceUriSchemesSupported HTTP
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final ReferenceUriSchemesSupported HTTPS
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final ReferenceUriSchemesSupported NEWS
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final ReferenceUriSchemesSupported NNTP
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected ReferenceUriSchemesSupported(int value)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final ReferenceUriSchemesSupported WAIS
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags