public static interface JBPMMessages.VariableOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getName()
optional string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 1; |
int |
getStrategyIndex()
the actual object reference
optional int32 strategy_index = 2; |
com.google.protobuf.ByteString |
getValue()
optional bytes value = 3; |
boolean |
hasName()
optional string name = 1; |
boolean |
hasStrategyIndex()
the actual object reference
optional int32 strategy_index = 2; |
boolean |
hasValue()
optional bytes value = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasName()
optional string name = 1;
String getName()
optional string name = 1;
com.google.protobuf.ByteString getNameBytes()
optional string name = 1;
boolean hasStrategyIndex()
the actual object reference
optional int32 strategy_index = 2;
int getStrategyIndex()
the actual object reference
optional int32 strategy_index = 2;
boolean hasValue()
optional bytes value = 3;
com.google.protobuf.ByteString getValue()
optional bytes value = 3;
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.