Uses of Enum Class
org.qubership.atp.dataset.model.utils.ChangeType
Packages that use ChangeType
Package
Description
-
Uses of ChangeType in org.qubership.atp.dataset.model.utils
Fields in org.qubership.atp.dataset.model.utils declared as ChangeTypeMethods in org.qubership.atp.dataset.model.utils that return ChangeTypeModifier and TypeMethodDescriptionstatic 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.Constructors in org.qubership.atp.dataset.model.utils with parameters of type ChangeType -
Uses of ChangeType in org.qubership.atp.dataset.service.direct.helper
Methods in org.qubership.atp.dataset.service.direct.helper with parameters of type ChangeTypeModifier and TypeMethodDescriptiondefault StringCreationFacade.schange(ChangeType operation, List<UUID> args) default ParameterCreationFacade.schangeParam(DataSet ds, String key, DataSetList dslId, ChangeType operation, UUID... args) default ParameterCreationFacade.schangeParam(DataSet ds, Attribute attr, ChangeType operation, UUID... args)