Interface ProtobufMessages.LogicalDependencyOrBuilder

    • Method Detail

      • hasActivation

        boolean hasActivation()
        optional .org.drools.serialization.protobuf.Activation activation = 2;
        Returns:
        Whether the activation field is set.
      • getActivation

        ProtobufMessages.Activation getActivation()
        optional .org.drools.serialization.protobuf.Activation activation = 2;
        Returns:
        The activation.
      • hasObjectStrategyIndex

        boolean hasObjectStrategyIndex()
         the actual object reference
         
        optional int32 object_strategy_index = 8;
        Returns:
        Whether the objectStrategyIndex field is set.
      • getObjectStrategyIndex

        int getObjectStrategyIndex()
         the actual object reference
         
        optional int32 object_strategy_index = 8;
        Returns:
        The objectStrategyIndex.
      • hasObject

        boolean hasObject()
        optional bytes object = 9;
        Returns:
        Whether the object field is set.
      • getObject

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

        boolean hasValueStrategyIndex()
         the actual value reference
         
        optional int32 value_strategy_index = 10;
        Returns:
        Whether the valueStrategyIndex field is set.
      • getValueStrategyIndex

        int getValueStrategyIndex()
         the actual value reference
         
        optional int32 value_strategy_index = 10;
        Returns:
        The valueStrategyIndex.
      • hasValue

        boolean hasValue()
        optional bytes value = 11;
        Returns:
        Whether the value field is set.
      • getValue

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