Class ProductConfiguration.ConfigurationProperty

  • Enclosing class:
    ProductConfiguration

    public static class ProductConfiguration.ConfigurationProperty
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private de.pdark.decentxml.Element dom  
    • Constructor Summary

      Constructors 
      Constructor Description
      ConfigurationProperty​(de.pdark.decentxml.Element dom)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      java.lang.String getValue()  
      void setValue​(java.lang.String value)  
      • Methods inherited from class java.lang.Object

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

      • dom

        private final de.pdark.decentxml.Element dom
    • Constructor Detail

      • ConfigurationProperty

        public ConfigurationProperty​(de.pdark.decentxml.Element dom)
    • Method Detail

      • getName

        public java.lang.String getName()
      • getValue

        public java.lang.String getValue()
      • setValue

        public void setValue​(java.lang.String value)