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, parseUnknownFieldequals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toStringtoByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic 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.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic com.google.protobuf.Parser<ProtobufMessages.EntryPoint> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasEntryPointId()
optional string entry_point_id = 1;hasEntryPointId in interface ProtobufMessages.EntryPointOrBuilderpublic String getEntryPointId()
optional string entry_point_id = 1;getEntryPointId in interface ProtobufMessages.EntryPointOrBuilderpublic com.google.protobuf.ByteString getEntryPointIdBytes()
optional string entry_point_id = 1;getEntryPointIdBytes in interface ProtobufMessages.EntryPointOrBuilderpublic List<ProtobufMessages.FactHandle> getHandleList()
repeated .org.drools.core.marshalling.FactHandle handle = 2;getHandleList in interface ProtobufMessages.EntryPointOrBuilderpublic List<? extends ProtobufMessages.FactHandleOrBuilder> getHandleOrBuilderList()
repeated .org.drools.core.marshalling.FactHandle handle = 2;getHandleOrBuilderList in interface ProtobufMessages.EntryPointOrBuilderpublic int getHandleCount()
repeated .org.drools.core.marshalling.FactHandle handle = 2;getHandleCount in interface ProtobufMessages.EntryPointOrBuilderpublic ProtobufMessages.FactHandle getHandle(int index)
repeated .org.drools.core.marshalling.FactHandle handle = 2;getHandle in interface ProtobufMessages.EntryPointOrBuilderpublic ProtobufMessages.FactHandleOrBuilder getHandleOrBuilder(int index)
repeated .org.drools.core.marshalling.FactHandle handle = 2;getHandleOrBuilder in interface ProtobufMessages.EntryPointOrBuilderpublic boolean hasTms()
optional .org.drools.core.marshalling.TruthMaintenanceSystem tms = 3;hasTms in interface ProtobufMessages.EntryPointOrBuilderpublic ProtobufMessages.TruthMaintenanceSystem getTms()
optional .org.drools.core.marshalling.TruthMaintenanceSystem tms = 3;getTms in interface ProtobufMessages.EntryPointOrBuilderpublic ProtobufMessages.TruthMaintenanceSystemOrBuilder getTmsOrBuilder()
optional .org.drools.core.marshalling.TruthMaintenanceSystem tms = 3;getTmsOrBuilder in interface ProtobufMessages.EntryPointOrBuilderpublic List<ProtobufMessages.ObjectTypeConfiguration> getOtcList()
repeated .org.drools.core.marshalling.ObjectTypeConfiguration otc = 4;getOtcList in interface ProtobufMessages.EntryPointOrBuilderpublic List<? extends ProtobufMessages.ObjectTypeConfigurationOrBuilder> getOtcOrBuilderList()
repeated .org.drools.core.marshalling.ObjectTypeConfiguration otc = 4;getOtcOrBuilderList in interface ProtobufMessages.EntryPointOrBuilderpublic int getOtcCount()
repeated .org.drools.core.marshalling.ObjectTypeConfiguration otc = 4;getOtcCount in interface ProtobufMessages.EntryPointOrBuilderpublic ProtobufMessages.ObjectTypeConfiguration getOtc(int index)
repeated .org.drools.core.marshalling.ObjectTypeConfiguration otc = 4;getOtc in interface ProtobufMessages.EntryPointOrBuilderpublic ProtobufMessages.ObjectTypeConfigurationOrBuilder getOtcOrBuilder(int index)
repeated .org.drools.core.marshalling.ObjectTypeConfiguration otc = 4;getOtcOrBuilder in interface ProtobufMessages.EntryPointOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.AbstractMessageprotected Object writeReplace() throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageObjectStreamExceptionpublic static ProtobufMessages.EntryPoint parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProtobufMessages.EntryPoint parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProtobufMessages.EntryPoint parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProtobufMessages.EntryPoint parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProtobufMessages.EntryPoint parseFrom(InputStream input) throws IOException
IOExceptionpublic static ProtobufMessages.EntryPoint parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ProtobufMessages.EntryPoint parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ProtobufMessages.EntryPoint parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ProtobufMessages.EntryPoint parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ProtobufMessages.EntryPoint parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ProtobufMessages.EntryPoint.Builder newBuilder()
public ProtobufMessages.EntryPoint.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ProtobufMessages.EntryPoint.Builder newBuilder(ProtobufMessages.EntryPoint prototype)
public ProtobufMessages.EntryPoint.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected ProtobufMessages.EntryPoint.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2001–2015 JBoss by Red Hat. All rights reserved.