org.drools.marshalling.impl
Interface ProtobufMessages.Agenda.RuleFlowGroupOrBuilder
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
- ProtobufMessages.Agenda.RuleFlowGroup, ProtobufMessages.Agenda.RuleFlowGroup.Builder
- Enclosing class:
- ProtobufMessages.Agenda
public static interface ProtobufMessages.Agenda.RuleFlowGroupOrBuilder
- 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 |
hasName
boolean hasName()
optional string name = 1;
getName
String getName()
optional string name = 1;
getNameBytes
com.google.protobuf.ByteString getNameBytes()
optional string name = 1;
hasIsActive
boolean hasIsActive()
optional bool is_active = 2;
getIsActive
boolean getIsActive()
optional bool is_active = 2;
hasIsAutoDeactivate
boolean hasIsAutoDeactivate()
optional bool is_auto_deactivate = 3;
getIsAutoDeactivate
boolean getIsAutoDeactivate()
optional bool is_auto_deactivate = 3;
getActivationList
List<ProtobufMessages.Activation> getActivationList()
repeated .org.drools.marshalling.Activation activation = 4;
getActivation
ProtobufMessages.Activation getActivation(int index)
repeated .org.drools.marshalling.Activation activation = 4;
getActivationCount
int getActivationCount()
repeated .org.drools.marshalling.Activation activation = 4;
getActivationOrBuilderList
List<? extends ProtobufMessages.ActivationOrBuilder> getActivationOrBuilderList()
repeated .org.drools.marshalling.Activation activation = 4;
getActivationOrBuilder
ProtobufMessages.ActivationOrBuilder getActivationOrBuilder(int index)
repeated .org.drools.marshalling.Activation activation = 4;
getNodeInstanceList
List<ProtobufMessages.Agenda.RuleFlowGroup.NodeInstance> getNodeInstanceList()
repeated .org.drools.marshalling.Agenda.RuleFlowGroup.NodeInstance node_instance = 5;
getNodeInstance
ProtobufMessages.Agenda.RuleFlowGroup.NodeInstance getNodeInstance(int index)
repeated .org.drools.marshalling.Agenda.RuleFlowGroup.NodeInstance node_instance = 5;
getNodeInstanceCount
int getNodeInstanceCount()
repeated .org.drools.marshalling.Agenda.RuleFlowGroup.NodeInstance node_instance = 5;
getNodeInstanceOrBuilderList
List<? extends ProtobufMessages.Agenda.RuleFlowGroup.NodeInstanceOrBuilder> getNodeInstanceOrBuilderList()
repeated .org.drools.marshalling.Agenda.RuleFlowGroup.NodeInstance node_instance = 5;
getNodeInstanceOrBuilder
ProtobufMessages.Agenda.RuleFlowGroup.NodeInstanceOrBuilder getNodeInstanceOrBuilder(int index)
repeated .org.drools.marshalling.Agenda.RuleFlowGroup.NodeInstance node_instance = 5;
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.