< prev index next >
src/java.desktop/share/classes/javax/print/attribute/standard/Sides.java
Print this page
*** 108,119 ****
* it.
* </UL>
* </UL>
* <P>
* <B>IPP Compatibility:</B> The category name returned by
! * <CODE>getName()</CODE> is the IPP attribute name. The enumeration's
! * integer value is the IPP enum value. The <code>toString()</code> method
* returns the IPP string representation of the attribute value.
*
* @author Alan Kaminsky
*/
--- 108,119 ----
* it.
* </UL>
* </UL>
* <P>
* <B>IPP Compatibility:</B> The category name returned by
! * {@code getName()} is the IPP attribute name. The enumeration's
! * integer value is the IPP enum value. The {@code toString()} method
* returns the IPP string representation of the attribute value.
*
* @author Alan Kaminsky
*/
*** 208,218 ****
/**
* Get the name of the category of which this attribute value is an
* instance.
* <P>
! * For class Sides, the category name is <CODE>"sides"</CODE>.
*
* @return Attribute category name.
*/
public final String getName() {
return "sides";
--- 208,218 ----
/**
* Get the name of the category of which this attribute value is an
* instance.
* <P>
! * For class Sides, the category name is {@code "sides"}.
*
* @return Attribute category name.
*/
public final String getName() {
return "sides";
< prev index next >