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

Protobuf type org.drools.marshalling.Trigger

See Also:
Serialized Form

Nested Class Summary
static class ProtobufMessages.Trigger.Builder
          Protobuf type org.drools.marshalling.Trigger
static class ProtobufMessages.Trigger.CronTrigger
          Protobuf type org.drools.marshalling.Trigger.CronTrigger
static interface ProtobufMessages.Trigger.CronTriggerOrBuilder
           
static class ProtobufMessages.Trigger.IntervalTrigger
          Protobuf type org.drools.marshalling.Trigger.IntervalTrigger
static interface ProtobufMessages.Trigger.IntervalTriggerOrBuilder
           
static class ProtobufMessages.Trigger.PointInTimeTrigger
          Protobuf type org.drools.marshalling.Trigger.PointInTimeTrigger
static interface ProtobufMessages.Trigger.PointInTimeTriggerOrBuilder
           
static class ProtobufMessages.Trigger.TriggerType
          Protobuf enum org.drools.marshalling.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 com.google.protobuf.Parser<ProtobufMessages.Trigger> PARSER
           
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()
          optional .org.drools.marshalling.Trigger.CronTrigger cron = 2;
 ProtobufMessages.Trigger.CronTriggerOrBuilder getCronOrBuilder()
          optional .org.drools.marshalling.Trigger.CronTrigger cron = 2;
static ProtobufMessages.Trigger getDefaultInstance()
           
 ProtobufMessages.Trigger getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 ProtobufMessages.Trigger.IntervalTrigger getInterval()
          optional .org.drools.marshalling.Trigger.IntervalTrigger interval = 3;
 ProtobufMessages.Trigger.IntervalTriggerOrBuilder getIntervalOrBuilder()
          optional .org.drools.marshalling.Trigger.IntervalTrigger interval = 3;
 com.google.protobuf.Parser<ProtobufMessages.Trigger> getParserForType()
           
 ProtobufMessages.Trigger.PointInTimeTrigger getPit()
          optional .org.drools.marshalling.Trigger.PointInTimeTrigger pit = 4;
 ProtobufMessages.Trigger.PointInTimeTriggerOrBuilder getPitOrBuilder()
          optional .org.drools.marshalling.Trigger.PointInTimeTrigger pit = 4;
 int getSerializedSize()
           
 ProtobufMessages.Trigger.TriggerType getType()
          optional .org.drools.marshalling.Trigger.TriggerType type = 1;
 com.google.protobuf.UnknownFieldSet getUnknownFields()
           
 boolean hasCron()
          optional .org.drools.marshalling.Trigger.CronTrigger cron = 2;
 boolean hasInterval()
          optional .org.drools.marshalling.Trigger.IntervalTrigger interval = 3;
 boolean hasPit()
          optional .org.drools.marshalling.Trigger.PointInTimeTrigger pit = 4;
 boolean hasType()
          optional .org.drools.marshalling.Trigger.TriggerType type = 1;
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, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
 
Methods inherited from class com.google.protobuf.AbstractMessage
equals, findInitializationErrors, getInitializationErrorString, 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
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, hasField
 
Methods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
 

Field Detail

PARSER

public static com.google.protobuf.Parser<ProtobufMessages.Trigger> PARSER

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

getUnknownFields

public final com.google.protobuf.UnknownFieldSet getUnknownFields()
Specified by:
getUnknownFields in interface com.google.protobuf.MessageOrBuilder
Overrides:
getUnknownFields in class com.google.protobuf.GeneratedMessage

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

getParserForType

public com.google.protobuf.Parser<ProtobufMessages.Trigger> getParserForType()
Specified by:
getParserForType in interface com.google.protobuf.Message
Specified by:
getParserForType in interface com.google.protobuf.MessageLite
Overrides:
getParserForType in class com.google.protobuf.GeneratedMessage

hasType

public boolean hasType()
optional .org.drools.marshalling.Trigger.TriggerType type = 1;

Specified by:
hasType in interface ProtobufMessages.TriggerOrBuilder

getType

public ProtobufMessages.Trigger.TriggerType getType()
optional .org.drools.marshalling.Trigger.TriggerType type = 1;

Specified by:
getType in interface ProtobufMessages.TriggerOrBuilder

hasCron

public boolean hasCron()
optional .org.drools.marshalling.Trigger.CronTrigger cron = 2;

Specified by:
hasCron in interface ProtobufMessages.TriggerOrBuilder

getCron

public ProtobufMessages.Trigger.CronTrigger getCron()
optional .org.drools.marshalling.Trigger.CronTrigger cron = 2;

Specified by:
getCron in interface ProtobufMessages.TriggerOrBuilder

getCronOrBuilder

public ProtobufMessages.Trigger.CronTriggerOrBuilder getCronOrBuilder()
optional .org.drools.marshalling.Trigger.CronTrigger cron = 2;

Specified by:
getCronOrBuilder in interface ProtobufMessages.TriggerOrBuilder

hasInterval

public boolean hasInterval()
optional .org.drools.marshalling.Trigger.IntervalTrigger interval = 3;

Specified by:
hasInterval in interface ProtobufMessages.TriggerOrBuilder

getInterval

public ProtobufMessages.Trigger.IntervalTrigger getInterval()
optional .org.drools.marshalling.Trigger.IntervalTrigger interval = 3;

Specified by:
getInterval in interface ProtobufMessages.TriggerOrBuilder

getIntervalOrBuilder

public ProtobufMessages.Trigger.IntervalTriggerOrBuilder getIntervalOrBuilder()
optional .org.drools.marshalling.Trigger.IntervalTrigger interval = 3;

Specified by:
getIntervalOrBuilder in interface ProtobufMessages.TriggerOrBuilder

hasPit

public boolean hasPit()
optional .org.drools.marshalling.Trigger.PointInTimeTrigger pit = 4;

Specified by:
hasPit in interface ProtobufMessages.TriggerOrBuilder

getPit

public ProtobufMessages.Trigger.PointInTimeTrigger getPit()
optional .org.drools.marshalling.Trigger.PointInTimeTrigger pit = 4;

Specified by:
getPit in interface ProtobufMessages.TriggerOrBuilder

getPitOrBuilder

public ProtobufMessages.Trigger.PointInTimeTriggerOrBuilder getPitOrBuilder()
optional .org.drools.marshalling.Trigger.PointInTimeTrigger pit = 4;

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-2013 JBoss by Red Hat. All Rights Reserved.