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 TypeMethodDescriptionoptional .org.drools.serialization.protobuf.Activation activation = 2;optional .org.drools.serialization.protobuf.Activation activation = 2;com.google.protobuf.ByteStringoptional bytes object = 9;intthe actual object referencecom.google.protobuf.ByteStringgetValue()optional bytes value = 11;intthe actual value referencebooleanoptional .org.drools.serialization.protobuf.Activation activation = 2;booleanoptional bytes object = 9;booleanthe actual object referencebooleanhasValue()optional bytes value = 11;booleanthe actual value referenceMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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
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.
-