edu.uci.ics.jung.io.graphml
Class Key

java.lang.Object
  extended by edu.uci.ics.jung.io.graphml.Key

public class Key
extends Object

GraphML key object that was parsed from the input stream.

Author:
Nathan Mittler - nathan.mittler@gmail.com

Nested Class Summary
static class Key.ForType
          Enumeration for the 'for' type of this key.
 
Constructor Summary
Key()
           
 
Method Summary
 void applyKey(Metadata metadata)
           
 String defaultValue()
           
 String getAttributeName()
           
 String getAttributeType()
           
 String getDefaultValue()
           
 String getDescription()
           
 Key.ForType getForType()
           
 String getId()
           
 void setAttributeName(String attributeName)
           
 void setAttributeType(String attributeType)
           
 void setDefaultValue(String defaultValue)
           
 void setDescription(String description)
           
 void setForType(Key.ForType forType)
           
 void setId(String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Key

public Key()
Method Detail

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getAttributeName

public String getAttributeName()

setAttributeName

public void setAttributeName(String attributeName)

getAttributeType

public String getAttributeType()

setAttributeType

public void setAttributeType(String attributeType)

getDefaultValue

public String getDefaultValue()

setDefaultValue

public void setDefaultValue(String defaultValue)

setId

public void setId(String id)

setForType

public void setForType(Key.ForType forType)

getId

public String getId()

defaultValue

public String defaultValue()

getForType

public Key.ForType getForType()

applyKey

public void applyKey(Metadata metadata)


Copyright © 2009. All Rights Reserved.