public class Property extends Object
Constructor and Description |
---|
Property() |
Modifier and Type | Method and Description |
---|---|
String |
getKey() |
String |
getType() |
String |
getValue() |
boolean |
isExpression() |
void |
setExpression(boolean expression) |
void |
setKey(String key) |
void |
setType(String type) |
void |
setValue(String value) |
public String getKey()
public void setKey(String key)
public String getValue()
public void setValue(String value)
public boolean isExpression()
public void setExpression(boolean expression)
public String getType()
public void setType(String type)
Copyright © 2017 WSO2. All rights reserved.