Uses of Enum Class
com.alipay.sofa.ark.spi.model.BizOperation.OperationType
Packages that use BizOperation.OperationType
-
Uses of BizOperation.OperationType in com.alipay.sofa.ark.spi.model
Methods in com.alipay.sofa.ark.spi.model that return BizOperation.OperationTypeModifier and TypeMethodDescriptionBizOperation.getOperationType()static BizOperation.OperationTypeReturns the enum constant of this class with the specified name.static BizOperation.OperationType[]BizOperation.OperationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.alipay.sofa.ark.spi.model with parameters of type BizOperation.OperationTypeModifier and TypeMethodDescriptionBizOperation.setOperationType(BizOperation.OperationType operationType)