Class WbProperty

java.lang.Object
org.gradle.plugins.ide.eclipse.model.WbProperty
All Implemented Interfaces:
WbModuleEntry

public class WbProperty extends Object implements WbModuleEntry
A wtp descriptor property entry.
Since:
1.0
  • Constructor Details

    • WbProperty

      public WbProperty(Node node)
      Creates a new WbProperty.
      Since:
      2.14
    • WbProperty

      public WbProperty(String name, String value)
      Creates a new WbProperty.
      Since:
      1.0
  • Method Details

    • getName

      public String getName()
      Returns the name.
      Since:
      1.0
    • setName

      public void setName(String name)
      Sets the name.
      Since:
      1.0
    • getValue

      public String getValue()
      Returns the value.
      Since:
      1.0
    • setValue

      public void setValue(String value)
      Sets the value.
      Since:
      1.0
    • appendNode

      public void appendNode(Node node)
      Description copied from interface: WbModuleEntry
      Append node.
      Specified by:
      appendNode in interface WbModuleEntry
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object