API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.print.attribute. IntegerSyntax View Source
Author(s)
David Mendenhall
Alan Kaminsky
Since
Version
Serial
Hierarchy
 Object
      IntegerSyntax
Implements
 Serializable
 Cloneable
Subclasses
Description
publicabstract abstract class IntegerSyntax
  Class IntegerSyntax is an abstract base class providing the common implementation of all attributes with integer values.
See also:   
Constructors
protected IntegerSyntax (int value)
  Construct a new integer attribute with the given integer value.
protected IntegerSyntax (int value, int lowerBound, int upperBound)
  Construct a new integer attribute with the given integer value, which must lie within the given range.
Methods
Hide/Show inherited methods
public boolean equals (Object object)
  Returns whether this integer attribute is equivalent to the passed in object.
public int getValue ()
  Returns this integer attribute's integer value.
public int hashCode ()
  Returns a hash code value for this integer attribute.
public String toString ()
  Returns a string value corresponding to this integer attribute.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar