jBPM distribution 6.0.0.CR4

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
 String getId()
          optional string id = 1;
 com.google.protobuf.ByteString getIdBytes()
          optional string id = 1;
 int getLevel()
          optional int32 level = 2;
 boolean hasId()
          optional string id = 1;
 boolean hasLevel()
          optional int32 level = 2;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

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;


jBPM distribution 6.0.0.CR4

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.