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()
optional int32 strategy_index = 2;
the actual object reference
|
com.google.protobuf.ByteString |
getValue()
optional bytes value = 3; |
boolean |
hasName()
optional string name = 1; |
boolean |
hasStrategyIndex()
optional int32 strategy_index = 2;
the actual object reference
|
boolean |
hasValue()
optional bytes value = 3; |
boolean hasName()
optional string name = 1;
String getName()
optional string name = 1;
com.google.protobuf.ByteString getNameBytes()
optional string name = 1;
boolean hasStrategyIndex()
optional int32 strategy_index = 2;
the actual object reference
int getStrategyIndex()
optional int32 strategy_index = 2;
the actual object reference
boolean hasValue()
optional bytes value = 3;
com.google.protobuf.ByteString getValue()
optional bytes value = 3;
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.