Interface IProperty


  • public interface IProperty
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      Get the name of this Property.
      java.lang.Object getValue()
      Get the value of this Property.
      void setName​(java.lang.String name)
      Set the name of this Property.
      void setValue​(java.lang.Object value)
      Set the value of this Property.
    • Method Detail

      • getValue

        java.lang.Object getValue()
        Get the value of this Property.
        Returns:
        value
      • setValue

        void setValue​(java.lang.Object value)
        Set the value of this Property.
        Parameters:
        value - the value to be set
      • getName

        java.lang.String getName()
        Get the name of this Property.
        Returns:
        name
      • setName

        void setName​(java.lang.String name)
        Set the name of this Property.
        Parameters:
        name - the value to be set