org.drools.marshalling.impl
Interface ProtobufMessages.JustificationOrBuilder

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

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


Method Summary
 ProtobufMessages.Activation getActivation(int index)
          repeated .org.drools.marshalling.Activation activation = 2;
 int getActivationCount()
          repeated .org.drools.marshalling.Activation activation = 2;
 List<ProtobufMessages.Activation> getActivationList()
          repeated .org.drools.marshalling.Activation activation = 2;
 ProtobufMessages.ActivationOrBuilder getActivationOrBuilder(int index)
          repeated .org.drools.marshalling.Activation activation = 2;
 List<? extends ProtobufMessages.ActivationOrBuilder> getActivationOrBuilderList()
          repeated .org.drools.marshalling.Activation activation = 2;
 int getHandleId()
          optional int32 handle_id = 1;
 boolean hasHandleId()
          optional int32 handle_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

hasHandleId

boolean hasHandleId()
optional int32 handle_id = 1;


getHandleId

int getHandleId()
optional int32 handle_id = 1;


getActivationList

List<ProtobufMessages.Activation> getActivationList()
repeated .org.drools.marshalling.Activation activation = 2;


getActivation

ProtobufMessages.Activation getActivation(int index)
repeated .org.drools.marshalling.Activation activation = 2;


getActivationCount

int getActivationCount()
repeated .org.drools.marshalling.Activation activation = 2;


getActivationOrBuilderList

List<? extends ProtobufMessages.ActivationOrBuilder> getActivationOrBuilderList()
repeated .org.drools.marshalling.Activation activation = 2;


getActivationOrBuilder

ProtobufMessages.ActivationOrBuilder getActivationOrBuilder(int index)
repeated .org.drools.marshalling.Activation activation = 2;



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