Class GraphMLEventDrivenImporter.Data

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.String key  
      (package private) java.lang.String value  
    • Constructor Summary

      Constructors 
      Constructor Description
      Data​(java.lang.String key, java.lang.String value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isValid()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • key

        java.lang.String key
      • value

        java.lang.String value
    • Constructor Detail

      • Data

        public Data​(java.lang.String key,
                    java.lang.String value)
    • Method Detail

      • isValid

        public boolean isValid()