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, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, makeExtensionsImmutable, newFileScopedGeneratedExtension, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
equals, findInitializationErrors, getInitializationErrorString, hashCode, hashFields, toString
checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public 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.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<JBPMMessages.VariableContainer> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public List<JBPMMessages.Variable> getVariableList()
repeated .org.jbpm.marshalling.Variable variable = 1;
getVariableList
in interface JBPMMessages.VariableContainerOrBuilder
public List<? extends JBPMMessages.VariableOrBuilder> getVariableOrBuilderList()
repeated .org.jbpm.marshalling.Variable variable = 1;
getVariableOrBuilderList
in interface JBPMMessages.VariableContainerOrBuilder
public int getVariableCount()
repeated .org.jbpm.marshalling.Variable variable = 1;
getVariableCount
in interface JBPMMessages.VariableContainerOrBuilder
public JBPMMessages.Variable getVariable(int index)
repeated .org.jbpm.marshalling.Variable variable = 1;
getVariable
in interface JBPMMessages.VariableContainerOrBuilder
public JBPMMessages.VariableOrBuilder getVariableOrBuilder(int index)
repeated .org.jbpm.marshalling.Variable variable = 1;
getVariableOrBuilder
in interface JBPMMessages.VariableContainerOrBuilder
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 JBPMMessages.VariableContainer parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static JBPMMessages.VariableContainer parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static JBPMMessages.VariableContainer parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static JBPMMessages.VariableContainer parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static JBPMMessages.VariableContainer parseFrom(InputStream input) throws IOException
IOException
public static JBPMMessages.VariableContainer parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static JBPMMessages.VariableContainer parseDelimitedFrom(InputStream input) throws IOException
IOException
public static JBPMMessages.VariableContainer parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static JBPMMessages.VariableContainer parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static JBPMMessages.VariableContainer parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static JBPMMessages.VariableContainer.Builder newBuilder()
public JBPMMessages.VariableContainer.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static JBPMMessages.VariableContainer.Builder newBuilder(JBPMMessages.VariableContainer prototype)
public JBPMMessages.VariableContainer.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected JBPMMessages.VariableContainer.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.