Interface ProtobufMessages.LogicalDependencyOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ProtobufMessages.Activation getActivation()
      optional .org.drools.serialization.protobuf.Activation activation = 2;
      ProtobufMessages.ActivationOrBuilder getActivationOrBuilder()
      optional .org.drools.serialization.protobuf.Activation activation = 2;
      com.google.protobuf.ByteString getObject()
      optional bytes object = 9;
      int getObjectStrategyIndex()
      optional int32 object_strategy_index = 8;
      com.google.protobuf.ByteString getValue()
      optional bytes value = 11;
      int getValueStrategyIndex()
      optional int32 value_strategy_index = 10;
      boolean hasActivation()
      optional .org.drools.serialization.protobuf.Activation activation = 2;
      boolean hasObject()
      optional bytes object = 9;
      boolean hasObjectStrategyIndex()
      optional int32 object_strategy_index = 8;
      boolean hasValue()
      optional bytes value = 11;
      boolean hasValueStrategyIndex()
      optional int32 value_strategy_index = 10;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasActivation

        boolean hasActivation()
        optional .org.drools.serialization.protobuf.Activation activation = 2;
      • hasObjectStrategyIndex

        boolean hasObjectStrategyIndex()
        optional int32 object_strategy_index = 8;
         the actual object reference
         
      • getObjectStrategyIndex

        int getObjectStrategyIndex()
        optional int32 object_strategy_index = 8;
         the actual object reference
         
      • hasObject

        boolean hasObject()
        optional bytes object = 9;
      • getObject

        com.google.protobuf.ByteString getObject()
        optional bytes object = 9;
      • hasValueStrategyIndex

        boolean hasValueStrategyIndex()
        optional int32 value_strategy_index = 10;
         the actual value reference
         
      • getValueStrategyIndex

        int getValueStrategyIndex()
        optional int32 value_strategy_index = 10;
         the actual value reference
         
      • hasValue

        boolean hasValue()
        optional bytes value = 11;
      • getValue

        com.google.protobuf.ByteString getValue()
        optional bytes value = 11;