org.drools.marshalling.impl
Class ProtobufMessages.Justification.Builder

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite.Builder<BuilderType>
      extended by com.google.protobuf.AbstractMessage.Builder<BuilderType>
          extended by com.google.protobuf.GeneratedMessage.Builder<ProtobufMessages.Justification.Builder>
              extended by org.drools.marshalling.impl.ProtobufMessages.Justification.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, ProtobufMessages.JustificationOrBuilder
Enclosing class:
ProtobufMessages.Justification

public static final class ProtobufMessages.Justification.Builder
extends com.google.protobuf.GeneratedMessage.Builder<ProtobufMessages.Justification.Builder>
implements ProtobufMessages.JustificationOrBuilder

Protobuf type org.drools.marshalling.Justification


Method Summary
 ProtobufMessages.Justification.Builder addActivation(int index, ProtobufMessages.Activation.Builder builderForValue)
          repeated .org.drools.marshalling.Activation activation = 2;
 ProtobufMessages.Justification.Builder addActivation(int index, ProtobufMessages.Activation value)
          repeated .org.drools.marshalling.Activation activation = 2;
 ProtobufMessages.Justification.Builder addActivation(ProtobufMessages.Activation.Builder builderForValue)
          repeated .org.drools.marshalling.Activation activation = 2;
 ProtobufMessages.Justification.Builder addActivation(ProtobufMessages.Activation value)
          repeated .org.drools.marshalling.Activation activation = 2;
 ProtobufMessages.Activation.Builder addActivationBuilder()
          repeated .org.drools.marshalling.Activation activation = 2;
 ProtobufMessages.Activation.Builder addActivationBuilder(int index)
          repeated .org.drools.marshalling.Activation activation = 2;
 ProtobufMessages.Justification.Builder addAllActivation(Iterable<? extends ProtobufMessages.Activation> values)
          repeated .org.drools.marshalling.Activation activation = 2;
 ProtobufMessages.Justification build()
           
 ProtobufMessages.Justification buildPartial()
           
 ProtobufMessages.Justification.Builder clear()
           
 ProtobufMessages.Justification.Builder clearActivation()
          repeated .org.drools.marshalling.Activation activation = 2;
 ProtobufMessages.Justification.Builder clearHandleId()
          optional int32 handle_id = 1;
 ProtobufMessages.Justification.Builder clone()
           
 ProtobufMessages.Activation getActivation(int index)
          repeated .org.drools.marshalling.Activation activation = 2;
 ProtobufMessages.Activation.Builder getActivationBuilder(int index)
          repeated .org.drools.marshalling.Activation activation = 2;
 List<ProtobufMessages.Activation.Builder> getActivationBuilderList()
          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;
 ProtobufMessages.Justification getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 int getHandleId()
          optional int32 handle_id = 1;
 boolean hasHandleId()
          optional int32 handle_id = 1;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 ProtobufMessages.Justification.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 ProtobufMessages.Justification.Builder mergeFrom(com.google.protobuf.Message other)
           
 ProtobufMessages.Justification.Builder mergeFrom(ProtobufMessages.Justification other)
           
 ProtobufMessages.Justification.Builder removeActivation(int index)
          repeated .org.drools.marshalling.Activation activation = 2;
 ProtobufMessages.Justification.Builder setActivation(int index, ProtobufMessages.Activation.Builder builderForValue)
          repeated .org.drools.marshalling.Activation activation = 2;
 ProtobufMessages.Justification.Builder setActivation(int index, ProtobufMessages.Activation value)
          repeated .org.drools.marshalling.Activation activation = 2;
 ProtobufMessages.Justification.Builder setHandleId(int value)
          optional int32 handle_id = 1;
 
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
 
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
 
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, newUninitializedMessageException
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 

Method Detail

getDescriptor

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()

internalGetFieldAccessorTable

protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Specified by:
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<ProtobufMessages.Justification.Builder>

clear

public ProtobufMessages.Justification.Builder clear()
Specified by:
clear in interface com.google.protobuf.Message.Builder
Specified by:
clear in interface com.google.protobuf.MessageLite.Builder
Overrides:
clear in class com.google.protobuf.GeneratedMessage.Builder<ProtobufMessages.Justification.Builder>

clone

public ProtobufMessages.Justification.Builder clone()
Specified by:
clone in interface com.google.protobuf.Message.Builder
Specified by:
clone in interface com.google.protobuf.MessageLite.Builder
Overrides:
clone in class com.google.protobuf.GeneratedMessage.Builder<ProtobufMessages.Justification.Builder>

getDescriptorForType

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
Specified by:
getDescriptorForType in interface com.google.protobuf.Message.Builder
Specified by:
getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
Overrides:
getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<ProtobufMessages.Justification.Builder>

getDefaultInstanceForType

public ProtobufMessages.Justification getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

build

public ProtobufMessages.Justification build()
Specified by:
build in interface com.google.protobuf.Message.Builder
Specified by:
build in interface com.google.protobuf.MessageLite.Builder

buildPartial

public ProtobufMessages.Justification buildPartial()
Specified by:
buildPartial in interface com.google.protobuf.Message.Builder
Specified by:
buildPartial in interface com.google.protobuf.MessageLite.Builder

mergeFrom

public ProtobufMessages.Justification.Builder mergeFrom(com.google.protobuf.Message other)
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ProtobufMessages.Justification.Builder>

mergeFrom

public ProtobufMessages.Justification.Builder mergeFrom(ProtobufMessages.Justification other)

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
Overrides:
isInitialized in class com.google.protobuf.GeneratedMessage.Builder<ProtobufMessages.Justification.Builder>

mergeFrom

public ProtobufMessages.Justification.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
                                                        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                 throws IOException
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Specified by:
mergeFrom in interface com.google.protobuf.MessageLite.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ProtobufMessages.Justification.Builder>
Throws:
IOException

hasHandleId

public boolean hasHandleId()
optional int32 handle_id = 1;

Specified by:
hasHandleId in interface ProtobufMessages.JustificationOrBuilder

getHandleId

public int getHandleId()
optional int32 handle_id = 1;

Specified by:
getHandleId in interface ProtobufMessages.JustificationOrBuilder

setHandleId

public ProtobufMessages.Justification.Builder setHandleId(int value)
optional int32 handle_id = 1;


clearHandleId

public ProtobufMessages.Justification.Builder clearHandleId()
optional int32 handle_id = 1;


getActivationList

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

Specified by:
getActivationList in interface ProtobufMessages.JustificationOrBuilder

getActivationCount

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

Specified by:
getActivationCount in interface ProtobufMessages.JustificationOrBuilder

getActivation

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

Specified by:
getActivation in interface ProtobufMessages.JustificationOrBuilder

setActivation

public ProtobufMessages.Justification.Builder setActivation(int index,
                                                            ProtobufMessages.Activation value)
repeated .org.drools.marshalling.Activation activation = 2;


setActivation

public ProtobufMessages.Justification.Builder setActivation(int index,
                                                            ProtobufMessages.Activation.Builder builderForValue)
repeated .org.drools.marshalling.Activation activation = 2;


addActivation

public ProtobufMessages.Justification.Builder addActivation(ProtobufMessages.Activation value)
repeated .org.drools.marshalling.Activation activation = 2;


addActivation

public ProtobufMessages.Justification.Builder addActivation(int index,
                                                            ProtobufMessages.Activation value)
repeated .org.drools.marshalling.Activation activation = 2;


addActivation

public ProtobufMessages.Justification.Builder addActivation(ProtobufMessages.Activation.Builder builderForValue)
repeated .org.drools.marshalling.Activation activation = 2;


addActivation

public ProtobufMessages.Justification.Builder addActivation(int index,
                                                            ProtobufMessages.Activation.Builder builderForValue)
repeated .org.drools.marshalling.Activation activation = 2;


addAllActivation

public ProtobufMessages.Justification.Builder addAllActivation(Iterable<? extends ProtobufMessages.Activation> values)
repeated .org.drools.marshalling.Activation activation = 2;


clearActivation

public ProtobufMessages.Justification.Builder clearActivation()
repeated .org.drools.marshalling.Activation activation = 2;


removeActivation

public ProtobufMessages.Justification.Builder removeActivation(int index)
repeated .org.drools.marshalling.Activation activation = 2;


getActivationBuilder

public ProtobufMessages.Activation.Builder getActivationBuilder(int index)
repeated .org.drools.marshalling.Activation activation = 2;


getActivationOrBuilder

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

Specified by:
getActivationOrBuilder in interface ProtobufMessages.JustificationOrBuilder

getActivationOrBuilderList

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

Specified by:
getActivationOrBuilderList in interface ProtobufMessages.JustificationOrBuilder

addActivationBuilder

public ProtobufMessages.Activation.Builder addActivationBuilder()
repeated .org.drools.marshalling.Activation activation = 2;


addActivationBuilder

public ProtobufMessages.Activation.Builder addActivationBuilder(int index)
repeated .org.drools.marshalling.Activation activation = 2;


getActivationBuilderList

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



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