public class ScenarioDelegate extends ShareDataAwardDelegate
| Modifier and Type | Field and Description |
|---|---|
protected groovy.lang.Closure<?> |
closure |
protected SimpleScenario |
scenario |
protected String |
title |
values| Constructor and Description |
|---|
ScenarioDelegate(Parameters values) |
ScenarioDelegate(PropertyToStringDelegate parent,
String propertyName,
Parameters values) |
| Modifier and Type | Method and Description |
|---|---|
groovy.lang.Closure<?> |
getClosure() |
SimpleScenario |
getScenario() |
String |
getTitle() |
protected PropertyToStringDelegate |
newNextLevelProperty(PropertyToStringDelegate parent,
String propertyName) |
void |
setClosure(groovy.lang.Closure<?> closure) |
void |
setScenario(SimpleScenario scenario) |
void |
setTitle(String title) |
getPropertyInnernalequals, getFullPropertyName, getFullPropertyName, getParent, getProperty, getValues, hashCode, hasProperty, setProperty, toStringcreateMap, getMetaPropertyValues, getProperties, invokeMethodprotected String title
protected SimpleScenario scenario
protected groovy.lang.Closure<?> closure
public ScenarioDelegate(Parameters values)
public ScenarioDelegate(PropertyToStringDelegate parent, String propertyName, Parameters values)
public String getTitle()
public void setTitle(String title)
public SimpleScenario getScenario()
public void setScenario(SimpleScenario scenario)
public groovy.lang.Closure<?> getClosure()
public void setClosure(groovy.lang.Closure<?> closure)
protected PropertyToStringDelegate newNextLevelProperty(PropertyToStringDelegate parent, String propertyName)
newNextLevelProperty in class ShareDataAwardDelegateCopyright © 2019. All rights reserved.