|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.crystaldecisions.sdk.occa.report.data.Formula
com.crystaldecisions.sdk.occa.report.data.CustomFunction
public class CustomFunction
This object enables you to set and retrieve information for custom functions. Use the
CustomFunctionController
object to
retrieve and modify a custom function.
Constructor Summary | |
---|---|
CustomFunction()
|
|
CustomFunction(ICustomFunction src)
|
Method Summary | |
---|---|
java.lang.Object |
clone(boolean deepClone)
|
void |
copyTo(java.lang.Object destObject,
boolean deepCopy)
|
java.lang.Object |
createMember(java.lang.String eleName,
org.xml.sax.Attributes attrs,
XMLSerializationContext ctxt,
java.util.Map objState,
boolean[] bLoaded)
For internal use only. |
void |
disconnect()
|
void |
doControllerModification(java.lang.Object newObject)
For internal use only. |
void |
endElement(java.lang.String eleName,
java.util.Map objState)
For internal use only. |
java.lang.String |
getLinkedURI()
|
java.lang.String |
getName()
Returns the name of the custom function. |
int |
getVersion()
|
boolean |
hasContent(java.lang.Object srcCustomFunction)
|
boolean |
isConnected()
|
boolean |
isDirectlyControllable()
For internal use only. |
void |
readElement(java.lang.String eleName,
java.lang.String sVal,
org.xml.sax.Attributes attrs,
java.util.Map objState)
For internal use only. |
void |
refresh()
|
void |
save(XMLWriter writer,
java.lang.String sTag,
XMLSerializationContext ctxt)
For internal use only. |
void |
save(XMLWriter writer,
XMLSerializationContext ctxt)
For internal use only. |
void |
saveContents(XMLWriter writer,
XMLSerializationContext ctxt)
For internal use only. |
void |
setLinkedURI(java.lang.String URI)
|
void |
setName(java.lang.String name)
Sets the name of the custom function. |
void |
setVersion(int version)
|
void |
startElement(java.lang.String eleName,
java.util.Map objState,
org.xml.sax.Attributes attrs)
For internal use only. |
Methods inherited from class com.crystaldecisions.sdk.occa.report.data.Formula |
---|
enumerateMembers, getControllableMixin, getFormulaNullTreatment, getSyntax, getText, setFormulaNullTreatment, setSyntax, setText |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.crystaldecisions.sdk.occa.report.data.IFormula |
---|
getFormulaNullTreatment, getSyntax, getText, setFormulaNullTreatment, setSyntax, setText |
Constructor Detail |
---|
public CustomFunction(ICustomFunction src)
public CustomFunction()
Method Detail |
---|
public java.lang.Object clone(boolean deepClone)
clone
in class Formula
public void copyTo(java.lang.Object destObject, boolean deepCopy)
copyTo
in class Formula
public java.lang.Object createMember(java.lang.String eleName, org.xml.sax.Attributes attrs, XMLSerializationContext ctxt, java.util.Map objState, boolean[] bLoaded)
createMember
in class Formula
public void endElement(java.lang.String eleName, java.util.Map objState)
endElement
in class Formula
public java.lang.String getName()
ICustomFunction
Returns the name of the custom function.
getName
in interface ICustomFunction
String
.public boolean hasContent(java.lang.Object srcCustomFunction)
hasContent
in class Formula
public void readElement(java.lang.String eleName, java.lang.String sVal, org.xml.sax.Attributes attrs, java.util.Map objState)
readElement
in class Formula
public void save(XMLWriter writer, XMLSerializationContext ctxt) throws java.io.IOException
save
in class Formula
java.io.IOException
public void save(XMLWriter writer, java.lang.String sTag, XMLSerializationContext ctxt) throws java.io.IOException
save
in class Formula
java.io.IOException
public void saveContents(XMLWriter writer, XMLSerializationContext ctxt) throws java.io.IOException
saveContents
in class Formula
java.io.IOException
public void setName(java.lang.String name)
ICustomFunction
Sets the name of the custom function.
setName
in interface ICustomFunction
name
- The name of the custom function as a String
.public void startElement(java.lang.String eleName, java.util.Map objState, org.xml.sax.Attributes attrs)
startElement
in class Formula
public java.lang.String getLinkedURI()
public int getVersion()
public void setLinkedURI(java.lang.String URI)
public void setVersion(int version)
public boolean isConnected()
public void disconnect()
public void refresh()
public void doControllerModification(java.lang.Object newObject) throws ReportSDKException
Formula
doControllerModification
in class Formula
ReportSDKException
public boolean isDirectlyControllable()
Formula
isDirectlyControllable
in class Formula
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |