Class Property
- java.lang.Object
-
- org.wso2.carbon.mediator.bam.config.stream.Property
-
public class Property extends Object
Property of a Stream Definition
-
-
Constructor Summary
Constructors Constructor Description Property()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
getKey
public String getKey()
-
setKey
public void setKey(String key)
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
-
isExpression
public boolean isExpression()
-
setExpression
public void setExpression(boolean expression)
-
getType
public String getType()
-
setType
public void setType(String type)
-
-