org.drools.core.marshalling.impl
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
| Methods inherited from interface com.google.protobuf.MessageOrBuilder |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField |
| Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder |
isInitialized |
hasActivation
boolean hasActivation()
optional .org.drools.core.marshalling.Activation activation = 2;
getActivation
ProtobufMessages.Activation getActivation()
optional .org.drools.core.marshalling.Activation activation = 2;
getActivationOrBuilder
ProtobufMessages.ActivationOrBuilder getActivationOrBuilder()
optional .org.drools.core.marshalling.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;
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.