Modifier and Type | Field and Description |
---|---|
(package private) EtContainer.MethodType |
EtContainer.method
The method this container is set to deal with.
|
Modifier and Type | Method and Description |
---|---|
EtContainer.MethodType |
EtContainer.getMethod()
Get variable keeping track of whether we're setup to do a
newEvents(), getEvents(), putEvents(), or dumpEvents().
|
static EtContainer.MethodType |
EtContainer.MethodType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EtContainer.MethodType[] |
EtContainer.MethodType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|