Package org.camunda.bpm.engine.impl
Class QueryPropertyImpl
- java.lang.Object
-
- org.camunda.bpm.engine.impl.QueryPropertyImpl
-
- All Implemented Interfaces:
Serializable,QueryProperty
public class QueryPropertyImpl extends Object implements QueryProperty
- Author:
- Thorben Lindhauer
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QueryPropertyImpl(String name)QueryPropertyImpl(String name, String function)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetFunction()StringgetName()inthashCode()StringtoString()
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceQueryProperty
-
getFunction
public String getFunction()
- Specified by:
getFunctionin interfaceQueryProperty
-
-