org.jbpm.form.builder.services.model.graph
Class GraphEntry
java.lang.Object
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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GraphEntry
public GraphEntry(String key,
String value)
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>
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.