Class Key


  • public class Key
    extends java.lang.Object
    GraphML key object that was parsed from the input stream.
    • Constructor Detail

      • Key

        public Key()
    • Method Detail

      • getDescription

        public java.lang.String getDescription()
      • setDescription

        public void setDescription​(java.lang.String description)
      • getAttributeName

        public java.lang.String getAttributeName()
      • setAttributeName

        public void setAttributeName​(java.lang.String attributeName)
      • getAttributeType

        public java.lang.String getAttributeType()
      • setAttributeType

        public void setAttributeType​(java.lang.String attributeType)
      • getDefaultValue

        public java.lang.String getDefaultValue()
      • setDefaultValue

        public void setDefaultValue​(java.lang.String defaultValue)
      • setId

        public void setId​(java.lang.String id)
      • setForType

        public void setForType​(Key.ForType forType)
      • getId

        public java.lang.String getId()
      • defaultValue

        public java.lang.String defaultValue()
      • applyKey

        public void applyKey​(Metadata metadata)