API Overview API Index Package Overview Direct link to this page
Apache Ant 1.7.1
  org.apache.tools.ant.taskdefs. Tstamp.Unit View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      EnumeratedAttribute
          Tstamp.Unit
Implements
Subclasses
Description
publicstatic class Tstamp.Unit
set of valid units to use for time offsets.
See also:   
Constructors
public Tstamp.Unit ()
Constructor for Unit enumerated type.
Methods
Hide/Show inherited methods
publicfinal boolean containsValue (java.lang.String value) [Inherited From EnumeratedAttribute]
  Is this value included in the enumeration?
public int getCalendarField ()
  Convert the value to int unit value.
publicfinal int getIndex () [Inherited From EnumeratedAttribute]
 
publicstatic EnumeratedAttribute getInstance (java.lang.Class clazz, java.lang.String value) throws BuildException [Inherited From EnumeratedAttribute]
  Factory method for instantiating EAs via API in a more developer friendly way.
publicfinal java.lang.String getValue () [Inherited From EnumeratedAttribute]
 
public java.lang.String getValues () [Specified in EnumeratedAttribute]
  Get the valid values.
publicfinal int indexOfValue (java.lang.String value) [Inherited From EnumeratedAttribute]
  get the index of a value in this enumeration.
publicfinal void setValue (java.lang.String value) throws BuildException [Inherited From EnumeratedAttribute]
  Invoked by IntrospectionHelper.
public java.lang.String toString () [Inherited From EnumeratedAttribute]
  Convert the value to its string form.
Fields
Hide/Show inherited fields
protected java.lang.String value [Inherited From EnumeratedAttribute]
The selected value in this enumeration.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar