Class PropertyGroup.PropertyEntry

  • Enclosing class:
    PropertyGroup

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

      Constructors 
      Constructor Description
      PropertyEntry​(java.lang.String name, java.lang.Object value)  
    • Method Summary

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

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PropertyEntry

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

      • getName

        public java.lang.String getName()
      • getValue

        public java.lang.Object getValue()