Package org.jbpm.marshalling.impl
Interface JBPMMessages.IterationLevelOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
JBPMMessages.IterationLevel,JBPMMessages.IterationLevel.Builder
- Enclosing class:
- JBPMMessages
public static interface JBPMMessages.IterationLevelOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetId()optional string id = 1;com.google.protobuf.ByteStringgetIdBytes()optional string id = 1;intgetLevel()optional int32 level = 2;booleanhasId()optional string id = 1;booleanhasLevel()optional int32 level = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasId
boolean hasId()
optional string id = 1;
-
getId
String getId()
optional string id = 1;
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
optional string id = 1;
-
hasLevel
boolean hasLevel()
optional int32 level = 2;
-
getLevel
int getLevel()
optional int32 level = 2;
-
-