public final class ActionTime extends Object
| Modifier and Type | Field and Description |
|---|---|
static ActionTime |
AFTER
The AFTER instance.
|
private String |
name
The name.
|
| Modifier | Constructor and Description |
|---|---|
private |
ActionTime(String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getName()
Returns the name of this action time.
|
int |
hashCode() |
String |
toString() |
public static final ActionTime AFTER
private final String name
private ActionTime(String name)
public String getName()
Copyright © 2003–2018 The Apache Software Foundation. All rights reserved.