Uses of Enum Class
org.drools.serialization.protobuf.ProtobufMessages.Timers.TimerType
Packages that use ProtobufMessages.Timers.TimerType
-
Uses of ProtobufMessages.Timers.TimerType in org.drools.serialization.protobuf
Methods in org.drools.serialization.protobuf that return ProtobufMessages.Timers.TimerTypeModifier and TypeMethodDescriptionProtobufMessages.Timers.TimerType.forNumber(int value) ProtobufMessages.Timers.Timer.Builder.getType()optional .org.drools.serialization.protobuf.Timers.TimerType type = 1;ProtobufMessages.Timers.Timer.getType()optional .org.drools.serialization.protobuf.Timers.TimerType type = 1;ProtobufMessages.Timers.TimerOrBuilder.getType()optional .org.drools.serialization.protobuf.Timers.TimerType type = 1;ProtobufMessages.Timers.TimerType.valueOf(int value) Deprecated.ProtobufMessages.Timers.TimerType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.static ProtobufMessages.Timers.TimerType[]ProtobufMessages.Timers.TimerType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.drools.serialization.protobuf that return types with arguments of type ProtobufMessages.Timers.TimerTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<ProtobufMessages.Timers.TimerType>ProtobufMessages.Timers.TimerType.internalGetValueMap()Methods in org.drools.serialization.protobuf with parameters of type ProtobufMessages.Timers.TimerTypeModifier and TypeMethodDescriptionProtobufMessages.Timers.Timer.Builder.setType(ProtobufMessages.Timers.TimerType value) optional .org.drools.serialization.protobuf.Timers.TimerType type = 1;