org.esa.beam.framework.gpf.internal
Class ApplicationData
java.lang.Object
org.esa.beam.framework.gpf.internal.ApplicationData
public class ApplicationData
- extends Object
Represents the application data for graphs.
- Author:
- marcoz
|
Constructor Summary |
ApplicationData(String string,
com.thoughtworks.xstream.io.xml.xppdom.XppDom xpp3Dom)
Constructs an Application Data object from the given Id and data objects. |
|
Method Summary |
com.thoughtworks.xstream.io.xml.xppdom.XppDom |
getData()
Returns the Application data as XppDom |
String |
getId()
Returns the Application ID. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApplicationData
public ApplicationData(String string,
com.thoughtworks.xstream.io.xml.xppdom.XppDom xpp3Dom)
- Constructs an Application Data object from the given Id and data objects.
- Parameters:
string - xpp3Dom -
getId
public String getId()
- Returns the Application ID.
- Returns:
- the appId
getData
public com.thoughtworks.xstream.io.xml.xppdom.XppDom getData()
- Returns the Application data as XppDom
- Returns:
- the data
Copyright © 2002-2012 Brockmann Consult GmbH. All Rights Reserved.