org.mindswap.xmlparser.xml
Class XMLEnumeration

java.lang.Object
  |
  +--org.mindswap.xmlparser.xml.XMLResource
        |
        +--org.mindswap.xmlparser.xml.XMLEnumeration

public class XMLEnumeration
extends XMLResource

Title:

Description:

Copyright: Copyright (c) 2002

Company:

Author:
unascribed

Constructor Summary
XMLEnumeration()
           
 
Method Summary
 java.lang.String getValue()
           
 void setValue(java.lang.String s)
           
 
Methods inherited from class org.mindswap.xmlparser.xml.XMLResource
getFriendlyName, getName, setName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLEnumeration

public XMLEnumeration()
Method Detail

setValue

public void setValue(java.lang.String s)

getValue

public java.lang.String getValue()