public class CoreCondition extends Condition
| Modifier and Type | Field and Description |
|---|---|
protected Column |
column |
protected CoreFunctionType |
function |
protected Object[] |
parameters |
| Constructor and Description |
|---|
CoreCondition(Column column,
CoreFunctionType function,
Object... params) |
| Modifier and Type | Method and Description |
|---|---|
Column |
getColumn() |
CoreFunctionType |
getFunction() |
Object[] |
getParameters() |
protected Column column
protected CoreFunctionType function
protected Object[] parameters
public CoreCondition(Column column, CoreFunctionType function, Object... params)
public Column getColumn()
public CoreFunctionType getFunction()
public Object[] getParameters()
Copyright © 2017–2020 JBoss by Red Hat. All rights reserved.