Class ConfigurationElement.PropertyPair

  • Enclosing class:
    ConfigurationElement

    public static class ConfigurationElement.PropertyPair
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String property  
      java.lang.String value  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • property

        public java.lang.String property
      • value

        public java.lang.String value