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