public class Property extends Object
| Constructor and Description |
|---|
Property() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getName()
Get name
|
String |
getValue()
Get value
|
int |
hashCode() |
Property |
name(String name) |
void |
setName(String name) |
void |
setValue(String value) |
String |
toString() |
Property |
value(String value) |
Copyright © 2017 WSO2. All rights reserved.