public class ReservedFunctionXML extends RepositoryStorageXML implements ReservedFunctionStorage
nickname, reposListeners, transferAgent| Constructor and Description |
|---|
ReservedFunctionXML(RepositoryConnectivity conn,
java.lang.String storagename) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(java.lang.Object c) |
java.lang.Object |
evaluate(java.lang.Object[] args,
DefaultSpreadsheetPanel p,
DefaultSpreadsheetTable t) |
int |
getArgCount() |
java.lang.String |
getCategory() |
java.lang.Class |
getDefaultGraphicalEditorClass() |
java.lang.String |
getDescription() |
java.lang.Class |
getDOMStorageClass()
Returns a DOM storage variant of this storage instance.
|
java.lang.String |
getFunctionName() |
java.lang.String |
getGroovyText() |
int |
getMaxArgCount()
Sets the minimum number of arguments.
|
int |
getMinArgCount()
Sets the minimum number of arguments.
|
java.lang.String |
getName() |
java.lang.String |
getShortDescription() |
java.lang.Class |
getStorageTransferAgentClass()
This method should be overridden by subclasses wanting to extend the transfer method.
|
void |
importGroovyFile(java.io.File file) |
Script |
parseGroovyScript() |
void |
setArgCount(int m) |
void |
setCategory(java.lang.String cat) |
void |
setGroovyText(java.lang.String s) |
void |
setMaxArgCount(int m) |
void |
setMinArgCount(int m) |
void |
setShortDescription(java.lang.String desc) |
void |
show() |
java.lang.String |
toString() |
void |
writeGroovyFile(java.io.File x) |
copyStorage, getComment, getCreatedBy, getCreatedOn, getDOM, getEnabled, getNickname, getStorage, getXMLDirectory, getXMLFilename, setComment, setCreatedBy, setCreatedOn, setEnabled, setNickname, transferStorage, writeXMLaddRepositoryListener, afterCopyStorage, afterTransferStorage, beforeCopyStorage, beforeTransferStorage, copyStorageCommands, getStorageCalculationsAgentClass, removeRepositoryListener, transferStorageCommandsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCommentaddRepositoryListener, getComment, getCreatedBy, getCreatedOn, getEnabled, getNickname, removeRepositoryListener, setComment, setCreatedBy, setCreatedOn, setEnabled, setNicknameafterCopyStorage, afterTransferStorage, beforeCopyStorage, beforeTransferStorage, copyStorage, copyStorageCommands, transferStorage, transferStorageCommandspublic ReservedFunctionXML(RepositoryConnectivity conn, java.lang.String storagename)
public java.lang.Class getDefaultGraphicalEditorClass()
getDefaultGraphicalEditorClass in interface RepositoryStoragegetDefaultGraphicalEditorClass in class RepositoryStorageXMLpublic java.lang.Class getStorageTransferAgentClass()
AbstractRepositoryStoragegetStorageTransferAgentClass in class AbstractRepositoryStoragepublic java.lang.Class getDOMStorageClass()
AbstractRepositoryStoragegetDOMStorageClass in interface DOMStorablegetDOMStorageClass in class RepositoryStorageXMLpublic void importGroovyFile(java.io.File file)
importGroovyFile in interface GroovyScriptStoragepublic void writeGroovyFile(java.io.File x)
writeGroovyFile in interface GroovyScriptStoragepublic java.lang.String getGroovyText()
getGroovyText in interface GroovyScriptStoragepublic void setGroovyText(java.lang.String s)
setGroovyText in interface GroovyScriptStoragepublic Script parseGroovyScript()
parseGroovyScript in interface GroovyScriptStoragepublic void setCategory(java.lang.String cat)
setCategory in interface GroovyScriptStoragesetCategory in interface ReservedFunctionStoragepublic java.lang.String getCategory()
getCategory in interface GroovyScriptStoragegetCategory in interface ReservedFunctionStoragegetCategory in interface ReservedFunctionpublic void setShortDescription(java.lang.String desc)
setShortDescription in interface GroovyScriptStoragepublic java.lang.String getShortDescription()
getShortDescription in interface GroovyScriptStoragepublic void show()
show in class AbstractRepositoryStoragepublic void setMaxArgCount(int m)
setMaxArgCount in interface ReservedFunctionStoragepublic void setMinArgCount(int m)
setMinArgCount in interface ReservedFunctionStoragepublic int getMaxArgCount()
ReservedFunctiongetMaxArgCount in interface ReservedFunctionStoragegetMaxArgCount in interface ReservedFunctionpublic int getMinArgCount()
ReservedFunctiongetMinArgCount in interface ReservedFunctionStoragegetMinArgCount in interface ReservedFunctionpublic java.lang.String getFunctionName()
getFunctionName in interface ReservedFunctionStoragepublic void setArgCount(int m)
setArgCount in interface ReservedFunctionpublic int getArgCount()
getArgCount in interface ReservedFunctionpublic java.lang.String getName()
getName in interface ReservedFunctionpublic java.lang.String getDescription()
getDescription in interface ReservedFunctionpublic java.lang.Object evaluate(java.lang.Object[] args,
DefaultSpreadsheetPanel p,
DefaultSpreadsheetTable t)
evaluate in interface ReservedFunctionStorageevaluate in interface ReservedFunctionpublic java.lang.String toString()
toString in interface ReservedFunctionStoragetoString in interface ReservedFunctiontoString in class java.lang.Objectpublic int compareTo(java.lang.Object c)
compareTo in interface ReservedFunctioncompareTo in interface java.lang.ComparableCopyright © 2011, 2013. Daniel P. Dougherty