public class ExtensionParam extends Object
| Constructor and Description |
|---|
ExtensionParam() |
| Modifier and Type | Method and Description |
|---|---|
Element |
getElement()
Get the XML Contribution element
|
String |
getTargetInstanceName()
Get the target bean name of extension
|
String |
getTargetName()
Get the target extension point name
|
void |
setElement(Element element)
Set the XML Contribution element
|
void |
setTargetInstanceName(String targetInstanceName)
Set the target bean name of extension
|
void |
setTargetName(String targetName)
Set the target bean name of extension
|
public String getTargetName()
public void setTargetName(String targetName)
targetName - The target bean name of extensionpublic Element getElement()
public void setElement(Element element)
element - The XML Contribution elementpublic String getTargetInstanceName()
public void setTargetInstanceName(String targetInstanceName)
targetInstanceName - The the target bean name of extensionCopyright © 2021. All rights reserved.