public enum HistoryChangeType extends Enum<HistoryChangeType> implements Serializable
Enum Constant and Description |
---|
ADD_LINK |
ADD_OBJECT |
ADD_RELATION |
REMOVE_LINK |
REMOVE_OBJECT |
REMOVE_RELATION |
UPDATE_LINK |
UPDATE_OBJECT |
Modifier and Type | Method and Description |
---|---|
static HistoryChangeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HistoryChangeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HistoryChangeType ADD_OBJECT
public static final HistoryChangeType UPDATE_OBJECT
public static final HistoryChangeType REMOVE_OBJECT
public static final HistoryChangeType ADD_LINK
public static final HistoryChangeType UPDATE_LINK
public static final HistoryChangeType REMOVE_LINK
public static final HistoryChangeType ADD_RELATION
public static final HistoryChangeType REMOVE_RELATION
public static HistoryChangeType[] values()
for (HistoryChangeType c : HistoryChangeType.values()) System.out.println(c);
public static HistoryChangeType 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 Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.