org.drools.marshalling.impl
Interface ProtobufMessages.EntryPointOrBuilder

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

public static interface ProtobufMessages.EntryPointOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 String getEntryPointId()
          optional string entry_point_id = 1;
 com.google.protobuf.ByteString getEntryPointIdBytes()
          optional string entry_point_id = 1;
 ProtobufMessages.FactHandle getHandle(int index)
          repeated .org.drools.marshalling.FactHandle handle = 2;
 int getHandleCount()
          repeated .org.drools.marshalling.FactHandle handle = 2;
 List<ProtobufMessages.FactHandle> getHandleList()
          repeated .org.drools.marshalling.FactHandle handle = 2;
 ProtobufMessages.FactHandleOrBuilder getHandleOrBuilder(int index)
          repeated .org.drools.marshalling.FactHandle handle = 2;
 List<? extends ProtobufMessages.FactHandleOrBuilder> getHandleOrBuilderList()
          repeated .org.drools.marshalling.FactHandle handle = 2;
 ProtobufMessages.ObjectTypeConfiguration getOtc(int index)
          repeated .org.drools.marshalling.ObjectTypeConfiguration otc = 4;
 int getOtcCount()
          repeated .org.drools.marshalling.ObjectTypeConfiguration otc = 4;
 List<ProtobufMessages.ObjectTypeConfiguration> getOtcList()
          repeated .org.drools.marshalling.ObjectTypeConfiguration otc = 4;
 ProtobufMessages.ObjectTypeConfigurationOrBuilder getOtcOrBuilder(int index)
          repeated .org.drools.marshalling.ObjectTypeConfiguration otc = 4;
 List<? extends ProtobufMessages.ObjectTypeConfigurationOrBuilder> getOtcOrBuilderList()
          repeated .org.drools.marshalling.ObjectTypeConfiguration otc = 4;
 boolean hasEntryPointId()
          optional string entry_point_id = 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

hasEntryPointId

boolean hasEntryPointId()
optional string entry_point_id = 1;


getEntryPointId

String getEntryPointId()
optional string entry_point_id = 1;


getEntryPointIdBytes

com.google.protobuf.ByteString getEntryPointIdBytes()
optional string entry_point_id = 1;


getHandleList

List<ProtobufMessages.FactHandle> getHandleList()
repeated .org.drools.marshalling.FactHandle handle = 2;


getHandle

ProtobufMessages.FactHandle getHandle(int index)
repeated .org.drools.marshalling.FactHandle handle = 2;


getHandleCount

int getHandleCount()
repeated .org.drools.marshalling.FactHandle handle = 2;


getHandleOrBuilderList

List<? extends ProtobufMessages.FactHandleOrBuilder> getHandleOrBuilderList()
repeated .org.drools.marshalling.FactHandle handle = 2;


getHandleOrBuilder

ProtobufMessages.FactHandleOrBuilder getHandleOrBuilder(int index)
repeated .org.drools.marshalling.FactHandle handle = 2;


getOtcList

List<ProtobufMessages.ObjectTypeConfiguration> getOtcList()
repeated .org.drools.marshalling.ObjectTypeConfiguration otc = 4;


getOtc

ProtobufMessages.ObjectTypeConfiguration getOtc(int index)
repeated .org.drools.marshalling.ObjectTypeConfiguration otc = 4;


getOtcCount

int getOtcCount()
repeated .org.drools.marshalling.ObjectTypeConfiguration otc = 4;


getOtcOrBuilderList

List<? extends ProtobufMessages.ObjectTypeConfigurationOrBuilder> getOtcOrBuilderList()
repeated .org.drools.marshalling.ObjectTypeConfiguration otc = 4;


getOtcOrBuilder

ProtobufMessages.ObjectTypeConfigurationOrBuilder getOtcOrBuilder(int index)
repeated .org.drools.marshalling.ObjectTypeConfiguration otc = 4;



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