public static enum ClientApiHistoricalPropertyResults.EventType extends Enum<ClientApiHistoricalPropertyResults.EventType>
| Enum Constant and Description |
|---|
PROPERTY_ADDED |
PROPERTY_DELETED |
PROPERTY_MODIFIED |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ClientApiHistoricalPropertyResults.EventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientApiHistoricalPropertyResults.EventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClientApiHistoricalPropertyResults.EventType PROPERTY_ADDED
public static final ClientApiHistoricalPropertyResults.EventType PROPERTY_MODIFIED
public static final ClientApiHistoricalPropertyResults.EventType PROPERTY_DELETED
public static ClientApiHistoricalPropertyResults.EventType[] values()
for (ClientApiHistoricalPropertyResults.EventType c : ClientApiHistoricalPropertyResults.EventType.values()) System.out.println(c);
public static ClientApiHistoricalPropertyResults.EventType 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 nullpublic String toString()
toString in class Enum<ClientApiHistoricalPropertyResults.EventType>Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.