| Constructor and Description |
|---|
WaveXmdDimensionCustomAction()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCustomActionName() |
boolean |
getEnabled() |
String |
getIcon() |
String |
getMethod() |
int |
getSortIndex() |
String |
getTarget() |
String |
getTooltip() |
String |
getUrl() |
boolean |
isEnabled() |
void |
load(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setCustomActionName(String customActionName) |
protected void |
setCustomActionName(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setEnabled(boolean enabled) |
protected void |
setEnabled(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setIcon(String icon) |
protected void |
setIcon(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setMethod(String method) |
protected void |
setMethod(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setSortIndex(int sortIndex) |
protected void |
setSortIndex(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setTarget(String target) |
protected void |
setTarget(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setTooltip(String tooltip) |
protected void |
setTooltip(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setUrl(String url) |
protected void |
setUrl(XmlInputStream __in,
TypeMapper __typeMapper) |
String |
toString() |
void |
write(QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper) |
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
public String getCustomActionName()
public void setCustomActionName(String customActionName)
protected void setCustomActionName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
IOExceptionConnectionExceptionpublic boolean getEnabled()
public boolean isEnabled()
public void setEnabled(boolean enabled)
protected void setEnabled(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
IOExceptionConnectionExceptionpublic String getIcon()
public void setIcon(String icon)
protected void setIcon(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
IOExceptionConnectionExceptionpublic String getMethod()
public void setMethod(String method)
protected void setMethod(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
IOExceptionConnectionExceptionpublic int getSortIndex()
public void setSortIndex(int sortIndex)
protected void setSortIndex(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
IOExceptionConnectionExceptionpublic String getTarget()
public void setTarget(String target)
protected void setTarget(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
IOExceptionConnectionExceptionpublic String getTooltip()
public void setTooltip(String tooltip)
protected void setTooltip(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
IOExceptionConnectionExceptionpublic String getUrl()
public void setUrl(String url)
protected void setUrl(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
IOExceptionConnectionExceptionpublic void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
write in interface XMLizableIOExceptionprotected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
IOExceptionpublic void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
load in interface XMLizableIOExceptionConnectionExceptionprotected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
IOExceptionConnectionExceptionCopyright © 2017. All Rights Reserved.