public static enum IPersistenceManagerService.TimestampType extends Enum<IPersistenceManagerService.TimestampType>
| Enum Constant and Description |
|---|
CREATE |
END |
LAST_UPDATED |
STARTED |
| Modifier and Type | Method and Description |
|---|---|
static IPersistenceManagerService.TimestampType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IPersistenceManagerService.TimestampType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IPersistenceManagerService.TimestampType CREATE
public static final IPersistenceManagerService.TimestampType END
public static final IPersistenceManagerService.TimestampType LAST_UPDATED
public static final IPersistenceManagerService.TimestampType STARTED
public static IPersistenceManagerService.TimestampType[] values()
for (IPersistenceManagerService.TimestampType c : IPersistenceManagerService.TimestampType.values()) System.out.println(c);
public static IPersistenceManagerService.TimestampType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null© Copyright IBM Corp. 2014
Licensed under the Apache License, Version 2.0