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.VALUESA public read-only list of all the 'Change Type' enumerators.Methods in com.esprow.oapi.repository that return ChangeTypeModifier and TypeMethodDescriptionstatic ChangeTypeChangeType.get(int value) Returns the 'Change Type' literal with the specified integer value.static ChangeTypeReturns the 'Change Type' literal with the specified literal value.static ChangeTypeReturns 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 ChangeTypeReturns 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 TypeMethodDescriptionvoidOapiBaseEntity.setChangeType(ChangeType value) Set a type of change on the element.voidOapiDatatype.setChangeType(ChangeType value) Set a type of the change on the element.