Enum Class ConflictField
- All Implemented Interfaces:
Serializable, Comparable<ConflictField>, Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescription<T> Tabstract ObjectgetObjectValue(Conflict conflict) Class<?> booleanvoidstatic voidSets all values from the object into the entity.static ConflictFieldReturns the enum constant of this class with the specified name.static ConflictField[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
unique_id
-
type
-
accepted
-
intersection_lower
-
intersection_upper
-
timezone
-
datetime
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getTypeClass
-
isNotnull
public boolean isNotnull() -
getObjectValue
-
get
- Throws:
PersistException
-
set
- Throws:
PersistExceptionInterruptedException
-
setValues
public static void setValues(Entity conflictEntity, Conflict conflict) throws PersistException, InterruptedException Sets all values from the object into the entity. It will skip the key(s).- Throws:
PersistExceptionInterruptedException
-