org.drools.marshalling.impl
Interface ProtobufMessages.Agenda.FocusStackOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ProtobufMessages.Agenda.FocusStack, ProtobufMessages.Agenda.FocusStack.Builder
Enclosing class:
ProtobufMessages.Agenda

public static interface ProtobufMessages.Agenda.FocusStackOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 String getGroupName(int index)
          repeated string group_name = 1;
 com.google.protobuf.ByteString getGroupNameBytes(int index)
          repeated string group_name = 1;
 int getGroupNameCount()
          repeated string group_name = 1;
 List<String> getGroupNameList()
          repeated string group_name = 1;
 
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
 

Method Detail

getGroupNameList

List<String> getGroupNameList()
repeated string group_name = 1;


getGroupNameCount

int getGroupNameCount()
repeated string group_name = 1;


getGroupName

String getGroupName(int index)
repeated string group_name = 1;


getGroupNameBytes

com.google.protobuf.ByteString getGroupNameBytes(int index)
repeated string group_name = 1;



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