public class JRFillScriptlet extends Object implements JRScriptlet
| Modifier and Type | Field and Description |
|---|---|
protected JRScriptlet |
parent |
SCRIPTLET_PARAMETER_NAME_SUFFIX| Modifier | Constructor and Description |
|---|---|
protected |
JRFillScriptlet(JRScriptlet parent,
JRFillObjectFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
String |
getDescription() |
String |
getName() |
JRPropertiesHolder |
getParentProperties()
Returns the parent properties holder, whose properties are used as defaults
for this object.
|
JRPropertiesMap |
getPropertiesMap()
Returns this object's properties map.
|
JRAbstractScriptlet |
getScriptlet() |
Class<?> |
getValueClass() |
String |
getValueClassName() |
boolean |
hasProperties()
Checks whether the object has any properties.
|
void |
setDescription(String description) |
void |
setScriptlet(JRAbstractScriptlet scriptlet) |
protected JRScriptlet parent
protected JRFillScriptlet(JRScriptlet parent, JRFillObjectFactory factory)
public String getName()
getName in interface JRScriptletpublic String getDescription()
getDescription in interface JRScriptletpublic void setDescription(String description)
setDescription in interface JRScriptletpublic Class<?> getValueClass()
getValueClass in interface JRScriptletpublic String getValueClassName()
getValueClassName in interface JRScriptletpublic JRAbstractScriptlet getScriptlet()
public void setScriptlet(JRAbstractScriptlet scriptlet)
public boolean hasProperties()
JRPropertiesHolderhasProperties in interface JRPropertiesHolderpublic JRPropertiesMap getPropertiesMap()
JRPropertiesHoldergetPropertiesMap in interface JRPropertiesHolderpublic JRPropertiesHolder getParentProperties()
JRPropertiesHoldergetParentProperties in interface JRPropertiesHoldernull if no parentpublic Object clone()
clone in interface JRCloneableclone in class ObjectCopyright © 2017. All rights reserved.