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

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.NodeData
Enclosing class:
CountryGraphData

public static class CountryGraphData.NodeData
extends CountryGraphData

This class contains the data that defines node in a country graph.


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.NodeData(ISOKey nodeKey, java.lang.String name)
           
 
Method Summary
 java.lang.String getName()
           
 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.NodeData

public CountryGraphData.NodeData(ISOKey nodeKey,
                                 java.lang.String name)
Parameters:
name - name of the node.
nodeKey - nodeKey for the node.
Method Detail

getName

public final java.lang.String getName()
Returns:
the name

toString

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