Interface ProtobufMessages.LogicalDependencyOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ProtobufMessages.LogicalDependency, ProtobufMessages.LogicalDependency.Builder
Enclosing class:
ProtobufMessages

public static interface ProtobufMessages.LogicalDependencyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    optional .org.drools.serialization.protobuf.Activation activation = 2;
    optional .org.drools.serialization.protobuf.Activation activation = 2;
    com.google.protobuf.ByteString
    optional bytes object = 9;
    int
    the actual object reference
    com.google.protobuf.ByteString
    optional bytes value = 11;
    int
    the actual value reference
    boolean
    optional .org.drools.serialization.protobuf.Activation activation = 2;
    boolean
    optional bytes object = 9;
    boolean
    the actual object reference
    boolean
    optional bytes value = 11;
    boolean
    the actual value reference

    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 Details

    • hasActivation

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

      optional .org.drools.serialization.protobuf.Activation activation = 2;
      Returns:
      The activation.
    • getActivationOrBuilder

      ProtobufMessages.ActivationOrBuilder getActivationOrBuilder()
      optional .org.drools.serialization.protobuf.Activation activation = 2;
    • 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.