org.drools.marshalling.impl
Class ProtobufMessages.Trigger

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite
      extended by com.google.protobuf.AbstractMessage
          extended by com.google.protobuf.GeneratedMessage
              extended by org.drools.marshalling.impl.ProtobufMessages.Trigger
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, ProtobufMessages.TriggerOrBuilder
Enclosing class:
ProtobufMessages

public static final class ProtobufMessages.Trigger
extends com.google.protobuf.GeneratedMessage
implements ProtobufMessages.TriggerOrBuilder

See Also:
Serialized Form

Nested Class Summary
static class ProtobufMessages.Trigger.Builder
           
static class ProtobufMessages.Trigger.CronTrigger
           
static interface ProtobufMessages.Trigger.CronTriggerOrBuilder
           
static class ProtobufMessages.Trigger.IntervalTrigger
           
static interface ProtobufMessages.Trigger.IntervalTriggerOrBuilder
           
static class ProtobufMessages.Trigger.PointInTimeTrigger
           
static interface ProtobufMessages.Trigger.PointInTimeTriggerOrBuilder
           
static class ProtobufMessages.Trigger.TriggerType
           
 
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>
 
Field Summary
static int CRON_FIELD_NUMBER
           
static int INTERVAL_FIELD_NUMBER
           
static int PIT_FIELD_NUMBER
           
static int TYPE_FIELD_NUMBER
           
 
Fields inherited from class com.google.protobuf.GeneratedMessage
alwaysUseFieldBuilders
 
Method Summary
 ProtobufMessages.Trigger.CronTrigger getCron()
           
 ProtobufMessages.Trigger.CronTriggerOrBuilder getCronOrBuilder()
           
static ProtobufMessages.Trigger getDefaultInstance()
           
 ProtobufMessages.Trigger getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 ProtobufMessages.Trigger.IntervalTrigger getInterval()
           
 ProtobufMessages.Trigger.IntervalTriggerOrBuilder getIntervalOrBuilder()
           
 ProtobufMessages.Trigger.PointInTimeTrigger getPit()
           
 ProtobufMessages.Trigger.PointInTimeTriggerOrBuilder getPitOrBuilder()
           
 int getSerializedSize()
           
 ProtobufMessages.Trigger.TriggerType getType()
           
 boolean hasCron()
           
 boolean hasInterval()
           
 boolean hasPit()
           
 boolean hasType()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static ProtobufMessages.Trigger.Builder newBuilder()
           
static ProtobufMessages.Trigger.Builder newBuilder(ProtobufMessages.Trigger prototype)
           
 ProtobufMessages.Trigger.Builder newBuilderForType()
           
protected  ProtobufMessages.Trigger.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
static ProtobufMessages.Trigger parseDelimitedFrom(InputStream input)
           
static ProtobufMessages.Trigger parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ProtobufMessages.Trigger parseFrom(byte[] data)
           
static ProtobufMessages.Trigger parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ProtobufMessages.Trigger parseFrom(com.google.protobuf.ByteString data)
           
static ProtobufMessages.Trigger parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ProtobufMessages.Trigger parseFrom(com.google.protobuf.CodedInputStream input)
           
static ProtobufMessages.Trigger parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ProtobufMessages.Trigger parseFrom(InputStream input)
           
static ProtobufMessages.Trigger parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 ProtobufMessages.Trigger.Builder toBuilder()
           
protected  Object writeReplace()
           
 void writeTo(com.google.protobuf.CodedOutputStream output)
           
 
Methods inherited from class com.google.protobuf.GeneratedMessage
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension
 
Methods inherited from class com.google.protobuf.AbstractMessage
equals, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toString
 
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
 

Field Detail

TYPE_FIELD_NUMBER

public static final int TYPE_FIELD_NUMBER
See Also:
Constant Field Values

CRON_FIELD_NUMBER

public static final int CRON_FIELD_NUMBER
See Also:
Constant Field Values

INTERVAL_FIELD_NUMBER

public static final int INTERVAL_FIELD_NUMBER
See Also:
Constant Field Values

PIT_FIELD_NUMBER

public static final int PIT_FIELD_NUMBER
See Also:
Constant Field Values
Method Detail

getDefaultInstance

public static ProtobufMessages.Trigger getDefaultInstance()

getDefaultInstanceForType

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

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

hasType

public boolean hasType()
Specified by:
hasType in interface ProtobufMessages.TriggerOrBuilder

getType

public ProtobufMessages.Trigger.TriggerType getType()
Specified by:
getType in interface ProtobufMessages.TriggerOrBuilder

hasCron

public boolean hasCron()
Specified by:
hasCron in interface ProtobufMessages.TriggerOrBuilder

getCron

public ProtobufMessages.Trigger.CronTrigger getCron()
Specified by:
getCron in interface ProtobufMessages.TriggerOrBuilder

getCronOrBuilder

public ProtobufMessages.Trigger.CronTriggerOrBuilder getCronOrBuilder()
Specified by:
getCronOrBuilder in interface ProtobufMessages.TriggerOrBuilder

hasInterval

public boolean hasInterval()
Specified by:
hasInterval in interface ProtobufMessages.TriggerOrBuilder

getInterval

public ProtobufMessages.Trigger.IntervalTrigger getInterval()
Specified by:
getInterval in interface ProtobufMessages.TriggerOrBuilder

getIntervalOrBuilder

public ProtobufMessages.Trigger.IntervalTriggerOrBuilder getIntervalOrBuilder()
Specified by:
getIntervalOrBuilder in interface ProtobufMessages.TriggerOrBuilder

hasPit

public boolean hasPit()
Specified by:
hasPit in interface ProtobufMessages.TriggerOrBuilder

getPit

public ProtobufMessages.Trigger.PointInTimeTrigger getPit()
Specified by:
getPit in interface ProtobufMessages.TriggerOrBuilder

getPitOrBuilder

public ProtobufMessages.Trigger.PointInTimeTriggerOrBuilder getPitOrBuilder()
Specified by:
getPitOrBuilder in interface ProtobufMessages.TriggerOrBuilder

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
Overrides:
isInitialized in class com.google.protobuf.GeneratedMessage

writeTo

public void writeTo(com.google.protobuf.CodedOutputStream output)
             throws IOException
Specified by:
writeTo in interface com.google.protobuf.MessageLite
Overrides:
writeTo in class com.google.protobuf.AbstractMessage
Throws:
IOException

getSerializedSize

public int getSerializedSize()
Specified by:
getSerializedSize in interface com.google.protobuf.MessageLite
Overrides:
getSerializedSize in class com.google.protobuf.AbstractMessage

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Overrides:
writeReplace in class com.google.protobuf.GeneratedMessage
Throws:
ObjectStreamException

parseFrom

public static ProtobufMessages.Trigger parseFrom(com.google.protobuf.ByteString data)
                                          throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static ProtobufMessages.Trigger parseFrom(com.google.protobuf.ByteString data,
                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                          throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static ProtobufMessages.Trigger parseFrom(byte[] data)
                                          throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static ProtobufMessages.Trigger parseFrom(byte[] data,
                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                          throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static ProtobufMessages.Trigger parseFrom(InputStream input)
                                          throws IOException
Throws:
IOException

parseFrom

public static ProtobufMessages.Trigger parseFrom(InputStream input,
                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                          throws IOException
Throws:
IOException

parseDelimitedFrom

public static ProtobufMessages.Trigger parseDelimitedFrom(InputStream input)
                                                   throws IOException
Throws:
IOException

parseDelimitedFrom

public static ProtobufMessages.Trigger parseDelimitedFrom(InputStream input,
                                                          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                   throws IOException
Throws:
IOException

parseFrom

public static ProtobufMessages.Trigger parseFrom(com.google.protobuf.CodedInputStream input)
                                          throws IOException
Throws:
IOException

parseFrom

public static ProtobufMessages.Trigger parseFrom(com.google.protobuf.CodedInputStream input,
                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                          throws IOException
Throws:
IOException

newBuilder

public static ProtobufMessages.Trigger.Builder newBuilder()

newBuilderForType

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

newBuilder

public static ProtobufMessages.Trigger.Builder newBuilder(ProtobufMessages.Trigger prototype)

toBuilder

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

newBuilderForType

protected ProtobufMessages.Trigger.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
Specified by:
newBuilderForType in class com.google.protobuf.GeneratedMessage


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