Uses of Interface
org.drools.marshalling.impl.ProtobufMessages.ObjectTypeConfigurationOrBuilder

Packages that use ProtobufMessages.ObjectTypeConfigurationOrBuilder
org.drools.marshalling.impl   
 

Uses of ProtobufMessages.ObjectTypeConfigurationOrBuilder in org.drools.marshalling.impl
 

Classes in org.drools.marshalling.impl that implement ProtobufMessages.ObjectTypeConfigurationOrBuilder
static class ProtobufMessages.ObjectTypeConfiguration
          Protobuf type org.drools.marshalling.ObjectTypeConfiguration
static class ProtobufMessages.ObjectTypeConfiguration.Builder
          Protobuf type org.drools.marshalling.ObjectTypeConfiguration
 

Methods in org.drools.marshalling.impl that return ProtobufMessages.ObjectTypeConfigurationOrBuilder
 ProtobufMessages.ObjectTypeConfigurationOrBuilder ProtobufMessages.EntryPointOrBuilder.getOtcOrBuilder(int index)
          repeated .org.drools.marshalling.ObjectTypeConfiguration otc = 4;
 ProtobufMessages.ObjectTypeConfigurationOrBuilder ProtobufMessages.EntryPoint.getOtcOrBuilder(int index)
          repeated .org.drools.marshalling.ObjectTypeConfiguration otc = 4;
 ProtobufMessages.ObjectTypeConfigurationOrBuilder ProtobufMessages.EntryPoint.Builder.getOtcOrBuilder(int index)
          repeated .org.drools.marshalling.ObjectTypeConfiguration otc = 4;
 

Methods in org.drools.marshalling.impl that return types with arguments of type ProtobufMessages.ObjectTypeConfigurationOrBuilder
 List<? extends ProtobufMessages.ObjectTypeConfigurationOrBuilder> ProtobufMessages.EntryPointOrBuilder.getOtcOrBuilderList()
          repeated .org.drools.marshalling.ObjectTypeConfiguration otc = 4;
 List<? extends ProtobufMessages.ObjectTypeConfigurationOrBuilder> ProtobufMessages.EntryPoint.getOtcOrBuilderList()
          repeated .org.drools.marshalling.ObjectTypeConfiguration otc = 4;
 List<? extends ProtobufMessages.ObjectTypeConfigurationOrBuilder> ProtobufMessages.EntryPoint.Builder.getOtcOrBuilderList()
          repeated .org.drools.marshalling.ObjectTypeConfiguration otc = 4;
 



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