public class QueryVariable extends Object
Modifier and Type | Class and Description |
---|---|
static class |
QueryVariable.QueryVariableOperation |
Constructor and Description |
---|
QueryVariable() |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
String |
getOperation() |
String |
getType() |
Object |
getValue() |
QueryVariable.QueryVariableOperation |
getVariableOperation() |
void |
setName(String name) |
void |
setOperation(String operation) |
void |
setType(String type) |
void |
setValue(Object value) |
public String getName()
public void setName(String name)
public QueryVariable.QueryVariableOperation getVariableOperation()
public String getOperation()
public void setOperation(String operation)
public Object getValue()
public void setValue(Object value)
public String getType()
public void setType(String type)
Copyright © 2016 Alfresco. All rights reserved.