public class QueryPropertyImpl extends Object implements QueryProperty
Modifier and Type | Field and Description |
---|---|
protected String |
function |
protected String |
name |
Constructor and Description |
---|
QueryPropertyImpl(String name) |
QueryPropertyImpl(String name,
String function) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getFunction() |
String |
getName() |
int |
hashCode() |
String |
toString() |
public QueryPropertyImpl(String name)
public String getName()
getName
in interface QueryProperty
public String getFunction()
getFunction
in interface QueryProperty
Copyright © 2022. All rights reserved.