org.semispace.space.tutorial
Class Element

java.lang.Object
  extended by org.semispace.space.tutorial.Element

public class Element
extends Object

A simple name / value element.


Constructor Summary
Element()
           
 
Method Summary
 String getName()
           
 String getValue()
           
 void setName(String name)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Element

public Element()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getValue

public String getValue()

setValue

public void setValue(String value)


Copyright © 2008-2012. All Rights Reserved.