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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProtobufMessages.ActivationgetActivation()optional .org.drools.serialization.protobuf.Activation activation = 2;ProtobufMessages.ActivationOrBuildergetActivationOrBuilder()optional .org.drools.serialization.protobuf.Activation activation = 2;com.google.protobuf.ByteStringgetObject()optional bytes object = 9;intgetObjectStrategyIndex()the actual object referencecom.google.protobuf.ByteStringgetValue()optional bytes value = 11;intgetValueStrategyIndex()the actual value referencebooleanhasActivation()optional .org.drools.serialization.protobuf.Activation activation = 2;booleanhasObject()optional bytes object = 9;booleanhasObjectStrategyIndex()the actual object referencebooleanhasValue()optional bytes value = 11;booleanhasValueStrategyIndex()the actual value reference-
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;- Returns:
- Whether the activation field is set.
-
getActivation
ProtobufMessages.Activation 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.
-
-