Package com.sforce.soap.metadata
Class WaveXmdDimensionCustomAction
- java.lang.Object
-
- com.sforce.soap.metadata.WaveXmdDimensionCustomAction
-
-
Constructor Summary
Constructors Constructor Description WaveXmdDimensionCustomAction()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCustomActionName()booleangetEnabled()StringgetIcon()StringgetMethod()intgetSortIndex()StringgetTarget()StringgetTooltip()StringgetUrl()booleanisEnabled()voidload(XmlInputStream __in, TypeMapper __typeMapper)protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetCustomActionName(XmlInputStream __in, TypeMapper __typeMapper)voidsetCustomActionName(String customActionName)voidsetEnabled(boolean enabled)protected voidsetEnabled(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetIcon(XmlInputStream __in, TypeMapper __typeMapper)voidsetIcon(String icon)protected voidsetMethod(XmlInputStream __in, TypeMapper __typeMapper)voidsetMethod(String method)voidsetSortIndex(int sortIndex)protected voidsetSortIndex(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetTarget(XmlInputStream __in, TypeMapper __typeMapper)voidsetTarget(String target)protected voidsetTooltip(XmlInputStream __in, TypeMapper __typeMapper)voidsetTooltip(String tooltip)protected voidsetUrl(XmlInputStream __in, TypeMapper __typeMapper)voidsetUrl(String url)StringtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
-
-
Method Detail
-
getCustomActionName
public String getCustomActionName()
-
setCustomActionName
public void setCustomActionName(String customActionName)
-
setCustomActionName
protected void setCustomActionName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnabled
public boolean getEnabled()
-
isEnabled
public boolean isEnabled()
-
setEnabled
public void setEnabled(boolean enabled)
-
setEnabled
protected void setEnabled(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIcon
public String getIcon()
-
setIcon
public void setIcon(String icon)
-
setIcon
protected void setIcon(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMethod
public String getMethod()
-
setMethod
public void setMethod(String method)
-
setMethod
protected void setMethod(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSortIndex
public int getSortIndex()
-
setSortIndex
public void setSortIndex(int sortIndex)
-
setSortIndex
protected void setSortIndex(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getTarget
public String getTarget()
-
setTarget
public void setTarget(String target)
-
setTarget
protected void setTarget(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getTooltip
public String getTooltip()
-
setTooltip
public void setTooltip(String tooltip)
-
setTooltip
protected void setTooltip(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getUrl
public String getUrl()
-
setUrl
public void setUrl(String url)
-
setUrl
protected void setUrl(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Specified by:
writein interfaceXMLizable- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
-