Package | Description |
---|---|
com.hazelcast.impl |
Modifier and Type | Method and Description |
---|---|
TestUtil.State |
TestUtil.Employee.getState() |
static TestUtil.State |
TestUtil.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestUtil.State[] |
TestUtil.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TestUtil.Employee.setState(TestUtil.State state) |
Constructor and Description |
---|
TestUtil.Employee(long id,
String name,
int age,
boolean live,
double salary,
TestUtil.State state) |
Copyright © 2013 Hazelcast, Inc.. All rights reserved.