public class PrimitiveStatement extends Object
Constructor and Description |
---|
PrimitiveStatement(String property,
Object value,
Type type,
ConditionType condition) |
Modifier and Type | Method and Description |
---|---|
ConditionType |
getCondition() |
String |
getProperty() |
Object |
getValue() |
Type |
getValueType() |
public PrimitiveStatement(String property, Object value, Type type, ConditionType condition)
public String getProperty()
public Object getValue()
public Type getValueType()
public ConditionType getCondition()
Apache CXF