Uses of Enum Class
com.esprow.oapi.repository.ChangeType
Packages that use ChangeType
-
Uses of ChangeType in com.esprow.oapi.repository
Fields in com.esprow.oapi.repository with type parameters of type ChangeTypeModifier and TypeFieldDescriptionstatic final List<ChangeType>
ChangeType.VALUES
A public read-only list of all the 'Change Type' enumerators.Methods in com.esprow.oapi.repository that return ChangeTypeModifier and TypeMethodDescriptionstatic ChangeType
ChangeType.get
(int value) Returns the 'Change Type' literal with the specified integer value.static ChangeType
Returns the 'Change Type' literal with the specified literal value.static ChangeType
Returns the 'Change Type' literal with the specified name.OapiBaseEntity.getChangeType()
Returns a type of change on the element.OapiDatatype.getChangeType()
Returns a type of the change on the element.static ChangeType
Returns the enum constant of this class with the specified name.static ChangeType[]
ChangeType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.esprow.oapi.repository with parameters of type ChangeTypeModifier and TypeMethodDescriptionvoid
OapiBaseEntity.setChangeType
(ChangeType value) Set a type of change on the element.void
OapiDatatype.setChangeType
(ChangeType value) Set a type of the change on the element.