public class Property extends Object
| Constructor and Description |
|---|
Property(String name,
String value,
String description,
Property[] childProperties) |
| Modifier and Type | Method and Description |
|---|---|
Property[] |
getChildProperties() |
String |
getDescription() |
String |
getName() |
String |
getValue() |
void |
setChildProperties(Property[] childProperties) |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setValue(String value) |
public String getName()
public void setName(String name)
public String getValue()
public void setValue(String value)
public String getDescription()
public void setDescription(String description)
public Property[] getChildProperties()
public void setChildProperties(Property[] childProperties)
Copyright © 2018 WSO2 Inc. All rights reserved.