Class Property

java.lang.Object
org.wso2.carbon.user.api.Property

public class Property extends Object
Represents a property in user store manager
  • Constructor Details

  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getChildProperties

      public Property[] getChildProperties()
    • setChildProperties

      public void setChildProperties(Property[] childProperties)