Class Key

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

public class Key extends Object
GraphML key object that was parsed from the input stream.
  • Field Details

    • id

      private String id
    • description

      private String description
    • attributeName

      private String attributeName
    • attributeType

      private String attributeType
    • defaultValue

      private String defaultValue
    • forType

      private Key.ForType forType
  • Constructor Details

    • Key

      public Key()
  • Method Details

    • 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)