org.drools.marshalling.impl
Interface ProtobufMessages.FactHandleOrBuilder

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

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


Method Summary
 long getActivationsCount()
           
 long getDuration()
           
 String getEntryPoint()
           
 int getId()
           
 boolean getIsExpired()
           
 com.google.protobuf.ByteString getObject()
           
 long getRecency()
           
 int getStrategyIndex()
           
 long getTimestamp()
           
 ProtobufMessages.FactHandle.HandleType getType()
           
 boolean hasActivationsCount()
           
 boolean hasDuration()
           
 boolean hasEntryPoint()
           
 boolean hasId()
           
 boolean hasIsExpired()
           
 boolean hasObject()
           
 boolean hasRecency()
           
 boolean hasStrategyIndex()
           
 boolean hasTimestamp()
           
 boolean hasType()
           
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasType

boolean hasType()

getType

ProtobufMessages.FactHandle.HandleType getType()

hasId

boolean hasId()

getId

int getId()

hasRecency

boolean hasRecency()

getRecency

long getRecency()

hasTimestamp

boolean hasTimestamp()

getTimestamp

long getTimestamp()

hasDuration

boolean hasDuration()

getDuration

long getDuration()

hasIsExpired

boolean hasIsExpired()

getIsExpired

boolean getIsExpired()

hasActivationsCount

boolean hasActivationsCount()

getActivationsCount

long getActivationsCount()

hasStrategyIndex

boolean hasStrategyIndex()

getStrategyIndex

int getStrategyIndex()

hasObject

boolean hasObject()

getObject

com.google.protobuf.ByteString getObject()

hasEntryPoint

boolean hasEntryPoint()

getEntryPoint

String getEntryPoint()


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