Package org.apache.tools.ant.taskdefs
Class Tstamp.Unit
java.lang.Object
org.apache.tools.ant.types.EnumeratedAttribute
org.apache.tools.ant.taskdefs.Tstamp.Unit
-
Field Summary
Fields inherited from class org.apache.tools.ant.types.EnumeratedAttribute
value
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
Convert the value to int unit value.String[]
Get the valid values.Methods inherited from class org.apache.tools.ant.types.EnumeratedAttribute
containsValue, getIndex, getInstance, getValue, indexOfValue, setValue, toString
-
Constructor Details
-
Unit
public Unit()Constructor for Unit enumerated type.
-
-
Method Details
-
getCalendarField
public int getCalendarField()Convert the value to int unit value.- Returns:
- an int value.
-
getValues
Get the valid values.- Specified by:
getValues
in classEnumeratedAttribute
- Returns:
- the value values.
-