Class PropertyGroup.PropertyEntry

  • Enclosing class:
    PropertyGroup

    public static class PropertyGroup.PropertyEntry
    extends Object
    This class represents a single property contained within a PropertyGroup.
    • Constructor Detail

      • PropertyEntry

        public PropertyEntry​(String name,
                             Object value)
    • Method Detail

      • getName

        public String getName()
      • getValue

        public Object getValue()