org.ow2.bonita.definition
Class MultiInstantiatorDescriptor
java.lang.Object
org.ow2.bonita.definition.MultiInstantiatorDescriptor
public class MultiInstantiatorDescriptor
- extends java.lang.Object
Class returned by the MultiInstantiator interface and therefore by the classes implementing
it written for the need of the end user application.
- Author:
- Guillaume Porcher
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
variableValues
protected java.util.List<java.lang.Object> variableValues
joinNumber
protected int joinNumber
MultiInstantiatorDescriptor
protected MultiInstantiatorDescriptor()
MultiInstantiatorDescriptor
public MultiInstantiatorDescriptor(int joinNumber,
java.util.List<java.lang.Object> variableValues)
getVariableValues
public java.util.List<java.lang.Object> getVariableValues()
getJoinNumber
public int getJoinNumber()
Copyright © 2008 OW2 Consortium. All Rights Reserved.