public abstract class AbstractHelperDelegator extends Object
Modifier and Type | Field and Description |
---|---|
protected HelperContext |
aHelperContext |
Constructor and Description |
---|
AbstractHelperDelegator() |
Modifier and Type | Method and Description |
---|---|
HelperContext |
getHelperContext()
Return the helperContext that this instance is associated with.
|
void |
setHelperContext(HelperContext helperContext)
INTERNAL:
Set the helperContext that this instance is associated with.
|
protected HelperContext aHelperContext
public HelperContext getHelperContext()
HelperContext
,
HelperProvider
public void setHelperContext(HelperContext helperContext)
helperContext
- HelperContext
Copyright © 2017–2020 Eclipse.org - EclipseLink Project. All rights reserved.