public class QueryVariableMetaData extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
description |
boolean |
mandatory |
String |
name |
String |
type |
| Constructor and Description |
|---|
QueryVariableMetaData(String name,
boolean mandatory,
String type,
String description) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getName() |
String |
getType() |
boolean |
isMandatory() |
void |
setDescription(String description) |
void |
setMandatory(boolean mandatory) |
void |
setName(String name) |
void |
setType(String type) |
public String name
public boolean mandatory
public String type
public String description
public String getName()
public void setName(String name)
public boolean isMandatory()
public void setMandatory(boolean mandatory)
public String getType()
public void setType(String type)
public String getDescription()
public void setDescription(String description)
Copyright © 2014. All rights reserved.