jBPM Console NG - Business Domain API 6.2.1-SNAPSHOT

org.jbpm.console.ng.bd.dd.model
Class Parameter

java.lang.Object
  extended by org.jbpm.console.ng.bd.dd.model.Parameter

@Portable
public class Parameter
extends Object


Constructor Summary
Parameter()
           
Parameter(String type, String value)
           
 
Method Summary
 String getType()
           
 String getValue()
           
 void setType(String type)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Parameter

public Parameter()

Parameter

public Parameter(String type,
                 String value)
Method Detail

getValue

public String getValue()

setValue

public void setValue(String value)

getType

public String getType()

setType

public void setType(String type)

jBPM Console NG - Business Domain API 6.2.1-SNAPSHOT

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