jBPM distribution 6.0.0.Beta1

org.jbpm.form.builder.services.model.graph
Class GraphEntry

java.lang.Object
  extended by org.jbpm.form.builder.services.model.graph.GraphEntry
All Implemented Interfaces:
Map.Entry<String,String>

public class GraphEntry
extends Object
implements Map.Entry<String,String>


Constructor Summary
GraphEntry(String key, String value)
           
 
Method Summary
 String getKey()
           
 String getValue()
           
 String setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Map.Entry
equals, hashCode
 

Constructor Detail

GraphEntry

public GraphEntry(String key,
                  String value)
Method Detail

getKey

public String getKey()
Specified by:
getKey in interface Map.Entry<String,String>

getValue

public String getValue()
Specified by:
getValue in interface Map.Entry<String,String>

setValue

public String setValue(String value)
Specified by:
setValue in interface Map.Entry<String,String>

jBPM distribution 6.0.0.Beta1

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