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


Method Summary
 ProtobufMessages.Activation getActivation(int index)
           
 int getActivationCount()
           
 List<ProtobufMessages.Activation> getActivationList()
           
 ProtobufMessages.ActivationOrBuilder getActivationOrBuilder(int index)
           
 List<? extends ProtobufMessages.ActivationOrBuilder> getActivationOrBuilderList()
           
 boolean getIsActive()
           
 boolean getIsAutoDeactivate()
           
 String getName()
           
 ProtobufMessages.Agenda.RuleFlowGroup.NodeInstance getNodeInstance(int index)
           
 int getNodeInstanceCount()
           
 List<ProtobufMessages.Agenda.RuleFlowGroup.NodeInstance> getNodeInstanceList()
           
 ProtobufMessages.Agenda.RuleFlowGroup.NodeInstanceOrBuilder getNodeInstanceOrBuilder(int index)
           
 List<? extends ProtobufMessages.Agenda.RuleFlowGroup.NodeInstanceOrBuilder> getNodeInstanceOrBuilderList()
           
 boolean hasIsActive()
           
 boolean hasIsAutoDeactivate()
           
 boolean hasName()
           
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasName

boolean hasName()

getName

String getName()

hasIsActive

boolean hasIsActive()

getIsActive

boolean getIsActive()

hasIsAutoDeactivate

boolean hasIsAutoDeactivate()

getIsAutoDeactivate

boolean getIsAutoDeactivate()

getActivationList

List<ProtobufMessages.Activation> getActivationList()

getActivation

ProtobufMessages.Activation getActivation(int index)

getActivationCount

int getActivationCount()

getActivationOrBuilderList

List<? extends ProtobufMessages.ActivationOrBuilder> getActivationOrBuilderList()

getActivationOrBuilder

ProtobufMessages.ActivationOrBuilder getActivationOrBuilder(int index)

getNodeInstanceList

List<ProtobufMessages.Agenda.RuleFlowGroup.NodeInstance> getNodeInstanceList()

getNodeInstance

ProtobufMessages.Agenda.RuleFlowGroup.NodeInstance getNodeInstance(int index)

getNodeInstanceCount

int getNodeInstanceCount()

getNodeInstanceOrBuilderList

List<? extends ProtobufMessages.Agenda.RuleFlowGroup.NodeInstanceOrBuilder> getNodeInstanceOrBuilderList()

getNodeInstanceOrBuilder

ProtobufMessages.Agenda.RuleFlowGroup.NodeInstanceOrBuilder getNodeInstanceOrBuilder(int index)


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.