public static final class ProtobufMessages.EntryPoint extends com.google.protobuf.GeneratedMessage implements ProtobufMessages.EntryPointOrBuilder
org.drools.core.marshalling.EntryPoint
Entry point and its facts
Modifier and Type | Class and Description |
---|---|
static class |
ProtobufMessages.EntryPoint.Builder
Protobuf type
org.drools.core.marshalling.EntryPoint
Entry point and its facts
|
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>
Modifier and Type | Field and Description |
---|---|
static int |
ENTRY_POINT_ID_FIELD_NUMBER |
static int |
HANDLE_FIELD_NUMBER |
static int |
OTC_FIELD_NUMBER |
static com.google.protobuf.Parser<ProtobufMessages.EntryPoint> |
PARSER |
static int |
TMS_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
static ProtobufMessages.EntryPoint |
getDefaultInstance() |
ProtobufMessages.EntryPoint |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getEntryPointId()
optional string entry_point_id = 1; |
com.google.protobuf.ByteString |
getEntryPointIdBytes()
optional string entry_point_id = 1; |
ProtobufMessages.FactHandle |
getHandle(int index)
repeated .org.drools.core.marshalling.FactHandle handle = 2; |
int |
getHandleCount()
repeated .org.drools.core.marshalling.FactHandle handle = 2; |
List<ProtobufMessages.FactHandle> |
getHandleList()
repeated .org.drools.core.marshalling.FactHandle handle = 2; |
ProtobufMessages.FactHandleOrBuilder |
getHandleOrBuilder(int index)
repeated .org.drools.core.marshalling.FactHandle handle = 2; |
List<? extends ProtobufMessages.FactHandleOrBuilder> |
getHandleOrBuilderList()
repeated .org.drools.core.marshalling.FactHandle handle = 2; |
ProtobufMessages.ObjectTypeConfiguration |
getOtc(int index)
repeated .org.drools.core.marshalling.ObjectTypeConfiguration otc = 4; |
int |
getOtcCount()
repeated .org.drools.core.marshalling.ObjectTypeConfiguration otc = 4; |
List<ProtobufMessages.ObjectTypeConfiguration> |
getOtcList()
repeated .org.drools.core.marshalling.ObjectTypeConfiguration otc = 4; |
ProtobufMessages.ObjectTypeConfigurationOrBuilder |
getOtcOrBuilder(int index)
repeated .org.drools.core.marshalling.ObjectTypeConfiguration otc = 4; |
List<? extends ProtobufMessages.ObjectTypeConfigurationOrBuilder> |
getOtcOrBuilderList()
repeated .org.drools.core.marshalling.ObjectTypeConfiguration otc = 4; |
com.google.protobuf.Parser<ProtobufMessages.EntryPoint> |
getParserForType() |
int |
getSerializedSize() |
ProtobufMessages.TruthMaintenanceSystem |
getTms()
optional .org.drools.core.marshalling.TruthMaintenanceSystem tms = 3; |
ProtobufMessages.TruthMaintenanceSystemOrBuilder |
getTmsOrBuilder()
optional .org.drools.core.marshalling.TruthMaintenanceSystem tms = 3; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasEntryPointId()
optional string entry_point_id = 1; |
boolean |
hasTms()
optional .org.drools.core.marshalling.TruthMaintenanceSystem tms = 3; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ProtobufMessages.EntryPoint.Builder |
newBuilder() |
static ProtobufMessages.EntryPoint.Builder |
newBuilder(ProtobufMessages.EntryPoint prototype) |
ProtobufMessages.EntryPoint.Builder |
newBuilderForType() |
protected ProtobufMessages.EntryPoint.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static ProtobufMessages.EntryPoint |
parseDelimitedFrom(InputStream input) |
static ProtobufMessages.EntryPoint |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProtobufMessages.EntryPoint |
parseFrom(byte[] data) |
static ProtobufMessages.EntryPoint |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProtobufMessages.EntryPoint |
parseFrom(com.google.protobuf.ByteString data) |
static ProtobufMessages.EntryPoint |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProtobufMessages.EntryPoint |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ProtobufMessages.EntryPoint |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProtobufMessages.EntryPoint |
parseFrom(InputStream input) |
static ProtobufMessages.EntryPoint |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ProtobufMessages.EntryPoint.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
equals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toString
toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static com.google.protobuf.Parser<ProtobufMessages.EntryPoint> PARSER
public static final int ENTRY_POINT_ID_FIELD_NUMBER
public static final int HANDLE_FIELD_NUMBER
public static final int TMS_FIELD_NUMBER
public static final int OTC_FIELD_NUMBER
public static ProtobufMessages.EntryPoint getDefaultInstance()
public ProtobufMessages.EntryPoint getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessage
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage
public com.google.protobuf.Parser<ProtobufMessages.EntryPoint> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasEntryPointId()
optional string entry_point_id = 1;
hasEntryPointId
in interface ProtobufMessages.EntryPointOrBuilder
public String getEntryPointId()
optional string entry_point_id = 1;
getEntryPointId
in interface ProtobufMessages.EntryPointOrBuilder
public com.google.protobuf.ByteString getEntryPointIdBytes()
optional string entry_point_id = 1;
getEntryPointIdBytes
in interface ProtobufMessages.EntryPointOrBuilder
public List<ProtobufMessages.FactHandle> getHandleList()
repeated .org.drools.core.marshalling.FactHandle handle = 2;
getHandleList
in interface ProtobufMessages.EntryPointOrBuilder
public List<? extends ProtobufMessages.FactHandleOrBuilder> getHandleOrBuilderList()
repeated .org.drools.core.marshalling.FactHandle handle = 2;
getHandleOrBuilderList
in interface ProtobufMessages.EntryPointOrBuilder
public int getHandleCount()
repeated .org.drools.core.marshalling.FactHandle handle = 2;
getHandleCount
in interface ProtobufMessages.EntryPointOrBuilder
public ProtobufMessages.FactHandle getHandle(int index)
repeated .org.drools.core.marshalling.FactHandle handle = 2;
getHandle
in interface ProtobufMessages.EntryPointOrBuilder
public ProtobufMessages.FactHandleOrBuilder getHandleOrBuilder(int index)
repeated .org.drools.core.marshalling.FactHandle handle = 2;
getHandleOrBuilder
in interface ProtobufMessages.EntryPointOrBuilder
public boolean hasTms()
optional .org.drools.core.marshalling.TruthMaintenanceSystem tms = 3;
hasTms
in interface ProtobufMessages.EntryPointOrBuilder
public ProtobufMessages.TruthMaintenanceSystem getTms()
optional .org.drools.core.marshalling.TruthMaintenanceSystem tms = 3;
getTms
in interface ProtobufMessages.EntryPointOrBuilder
public ProtobufMessages.TruthMaintenanceSystemOrBuilder getTmsOrBuilder()
optional .org.drools.core.marshalling.TruthMaintenanceSystem tms = 3;
getTmsOrBuilder
in interface ProtobufMessages.EntryPointOrBuilder
public List<ProtobufMessages.ObjectTypeConfiguration> getOtcList()
repeated .org.drools.core.marshalling.ObjectTypeConfiguration otc = 4;
getOtcList
in interface ProtobufMessages.EntryPointOrBuilder
public List<? extends ProtobufMessages.ObjectTypeConfigurationOrBuilder> getOtcOrBuilderList()
repeated .org.drools.core.marshalling.ObjectTypeConfiguration otc = 4;
getOtcOrBuilderList
in interface ProtobufMessages.EntryPointOrBuilder
public int getOtcCount()
repeated .org.drools.core.marshalling.ObjectTypeConfiguration otc = 4;
getOtcCount
in interface ProtobufMessages.EntryPointOrBuilder
public ProtobufMessages.ObjectTypeConfiguration getOtc(int index)
repeated .org.drools.core.marshalling.ObjectTypeConfiguration otc = 4;
getOtc
in interface ProtobufMessages.EntryPointOrBuilder
public ProtobufMessages.ObjectTypeConfigurationOrBuilder getOtcOrBuilder(int index)
repeated .org.drools.core.marshalling.ObjectTypeConfiguration otc = 4;
getOtcOrBuilder
in interface ProtobufMessages.EntryPointOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.AbstractMessage
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.AbstractMessage
protected Object writeReplace() throws ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessage
ObjectStreamException
public static ProtobufMessages.EntryPoint parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ProtobufMessages.EntryPoint parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ProtobufMessages.EntryPoint parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ProtobufMessages.EntryPoint parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ProtobufMessages.EntryPoint parseFrom(InputStream input) throws IOException
IOException
public static ProtobufMessages.EntryPoint parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ProtobufMessages.EntryPoint parseDelimitedFrom(InputStream input) throws IOException
IOException
public static ProtobufMessages.EntryPoint parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ProtobufMessages.EntryPoint parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static ProtobufMessages.EntryPoint parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ProtobufMessages.EntryPoint.Builder newBuilder()
public ProtobufMessages.EntryPoint.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static ProtobufMessages.EntryPoint.Builder newBuilder(ProtobufMessages.EntryPoint prototype)
public ProtobufMessages.EntryPoint.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected ProtobufMessages.EntryPoint.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.