org.eclipse.ohf.stem.internal.data
Class CountryGraphData.AreaData

java.lang.Object
  extended by org.eclipse.ohf.stem.internal.data.DataSetRecord.DataSetData
      extended by org.eclipse.ohf.stem.internal.data.GraphRecord.GraphData
          extended by org.eclipse.ohf.stem.internal.data.CountryGraphData
              extended by org.eclipse.ohf.stem.internal.data.CountryGraphData.AreaData
Enclosing class:
CountryGraphData

public static class CountryGraphData.AreaData
extends CountryGraphData

This class represents the area in square kilometers for a specific node in a specific adminstration level


Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.ohf.stem.internal.data.CountryGraphData
CountryGraphData.AreaData, CountryGraphData.NodeData, CountryGraphData.PopulationData
 
Constructor Summary
CountryGraphData.AreaData(ISOKey nodeKey, java.lang.String area)
           
 
Method Summary
 java.lang.String getArea()
           
 java.lang.String toString()
           
 
Methods inherited from class org.eclipse.ohf.stem.internal.data.CountryGraphData
getNodeKey, setNodeKey
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CountryGraphData.AreaData

public CountryGraphData.AreaData(ISOKey nodeKey,
                                 java.lang.String area)
Parameters:
nodeKey - The nodeKey of the node
area - the area of the node in square kilometers
Method Detail

getArea

public final java.lang.String getArea()
Returns:
the area of the node in square kilometers

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
See Also:
Object.toString()