public static class WaitFor.Unit extends EnumeratedAttribute
| Modifier and Type | Field and Description | 
|---|---|
| static String | DAYday string | 
| static String | HOURhour string | 
| static String | MILLISECONDmillisecond string | 
| static String | MINUTEminute string | 
| static String | SECONDsecond string | 
| static String | WEEKweek string | 
value| Constructor and Description | 
|---|
| Unit()Constructor the Unit enumerated type. | 
| Modifier and Type | Method and Description | 
|---|---|
| long | getMultiplier()Convert the value to a multipler (millisecond to unit). | 
| String[] | getValues()This is the only method a subclass needs to implement. | 
containsValue, getIndex, getInstance, getValue, indexOfValue, setValue, toStringpublic static final String DAY
public static final String HOUR
public static final String MILLISECOND
public static final String MINUTE
public static final String SECOND
public static final String WEEK
public long getMultiplier()
public String[] getValues()
getValues in class EnumeratedAttribute