NASA World Wind

gov.nasa.worldwind.applications.gio.ebrim
Class VersionInfoParser

java.lang.Object
  extended by gov.nasa.worldwind.applications.gio.xml.ElementParser
      extended by gov.nasa.worldwind.applications.gio.ebrim.VersionInfoParser
All Implemented Interfaces:
VersionInfo
Direct Known Subclasses:
ContentVersionInfoParser

public class VersionInfoParser
extends ElementParser
implements VersionInfo


Field Summary
static String ELEMENT_NAME
           
 
Constructor Summary
VersionInfoParser(String elementName, Attributes attributes)
           
 
Method Summary
 String getComment()
           
 String getVersionName()
           
 void setComment(String comment)
           
 void setVersionName(String versionName)
           
 
Methods inherited from class gov.nasa.worldwind.applications.gio.xml.ElementParser
characters, doCharacters, doEndElement, doStartElement, endElement, getCharacters, getCurrentElement, getElementName, setCurrentElement, startElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ELEMENT_NAME

public static final String ELEMENT_NAME
See Also:
Constant Field Values
Constructor Detail

VersionInfoParser

public VersionInfoParser(String elementName,
                         Attributes attributes)
Method Detail

getComment

public String getComment()
Specified by:
getComment in interface VersionInfo

getVersionName

public String getVersionName()
Specified by:
getVersionName in interface VersionInfo

setComment

public void setComment(String comment)
Specified by:
setComment in interface VersionInfo

setVersionName

public void setVersionName(String versionName)
Specified by:
setVersionName in interface VersionInfo

NASA World Wind