public static final class JBPMMessages.VariableContainer extends com.google.protobuf.GeneratedMessage implements JBPMMessages.VariableContainerOrBuilder
org.jbpm.marshalling.VariableContainer| Modifier and Type | Class and Description |
|---|---|
static class |
JBPMMessages.VariableContainer.Builder
Protobuf type
org.jbpm.marshalling.VariableContainer |
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 com.google.protobuf.Parser<JBPMMessages.VariableContainer> |
PARSER |
static int |
VARIABLE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
static JBPMMessages.VariableContainer |
getDefaultInstance() |
JBPMMessages.VariableContainer |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<JBPMMessages.VariableContainer> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
JBPMMessages.Variable |
getVariable(int index)
repeated .org.jbpm.marshalling.Variable variable = 1; |
int |
getVariableCount()
repeated .org.jbpm.marshalling.Variable variable = 1; |
List<JBPMMessages.Variable> |
getVariableList()
repeated .org.jbpm.marshalling.Variable variable = 1; |
JBPMMessages.VariableOrBuilder |
getVariableOrBuilder(int index)
repeated .org.jbpm.marshalling.Variable variable = 1; |
List<? extends JBPMMessages.VariableOrBuilder> |
getVariableOrBuilderList()
repeated .org.jbpm.marshalling.Variable variable = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static JBPMMessages.VariableContainer.Builder |
newBuilder() |
static JBPMMessages.VariableContainer.Builder |
newBuilder(JBPMMessages.VariableContainer prototype) |
JBPMMessages.VariableContainer.Builder |
newBuilderForType() |
protected JBPMMessages.VariableContainer.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static JBPMMessages.VariableContainer |
parseDelimitedFrom(InputStream input) |
static JBPMMessages.VariableContainer |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static JBPMMessages.VariableContainer |
parseFrom(byte[] data) |
static JBPMMessages.VariableContainer |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static JBPMMessages.VariableContainer |
parseFrom(com.google.protobuf.ByteString data) |
static JBPMMessages.VariableContainer |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static JBPMMessages.VariableContainer |
parseFrom(com.google.protobuf.CodedInputStream input) |
static JBPMMessages.VariableContainer |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static JBPMMessages.VariableContainer |
parseFrom(InputStream input) |
static JBPMMessages.VariableContainer |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
JBPMMessages.VariableContainer.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<JBPMMessages.VariableContainer> PARSER
public static final int VARIABLE_FIELD_NUMBER
public static JBPMMessages.VariableContainer getDefaultInstance()
public JBPMMessages.VariableContainer 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<JBPMMessages.VariableContainer> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic List<JBPMMessages.Variable> getVariableList()
repeated .org.jbpm.marshalling.Variable variable = 1;getVariableList in interface JBPMMessages.VariableContainerOrBuilderpublic List<? extends JBPMMessages.VariableOrBuilder> getVariableOrBuilderList()
repeated .org.jbpm.marshalling.Variable variable = 1;getVariableOrBuilderList in interface JBPMMessages.VariableContainerOrBuilderpublic int getVariableCount()
repeated .org.jbpm.marshalling.Variable variable = 1;getVariableCount in interface JBPMMessages.VariableContainerOrBuilderpublic JBPMMessages.Variable getVariable(int index)
repeated .org.jbpm.marshalling.Variable variable = 1;getVariable in interface JBPMMessages.VariableContainerOrBuilderpublic JBPMMessages.VariableOrBuilder getVariableOrBuilder(int index)
repeated .org.jbpm.marshalling.Variable variable = 1;getVariableOrBuilder in interface JBPMMessages.VariableContainerOrBuilderpublic 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 JBPMMessages.VariableContainer parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static JBPMMessages.VariableContainer parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static JBPMMessages.VariableContainer parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static JBPMMessages.VariableContainer parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static JBPMMessages.VariableContainer parseFrom(InputStream input) throws IOException
IOExceptionpublic static JBPMMessages.VariableContainer parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static JBPMMessages.VariableContainer parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static JBPMMessages.VariableContainer parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static JBPMMessages.VariableContainer parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static JBPMMessages.VariableContainer parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static JBPMMessages.VariableContainer.Builder newBuilder()
public JBPMMessages.VariableContainer.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static JBPMMessages.VariableContainer.Builder newBuilder(JBPMMessages.VariableContainer prototype)
public JBPMMessages.VariableContainer.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected JBPMMessages.VariableContainer.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2001–2015 JBoss by Red Hat. All rights reserved.