Class Property

java.lang.Object
org.exoplatform.container.xml.Property

public class Property extends Object
  • Constructor Details

    • Property

      public Property()
    • Property

      public Property(String n, String v)
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String s)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String s)