Interface CTDefinedName
-
- All Superinterfaces:
STFormula,STXstring,XmlAnySimpleType,XmlObject,XmlString,XmlTokenSource
public interface CTDefinedName extends STFormula
An XML CT_DefinedName(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is an atomic type that is a restriction of org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDefinedName.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTDefinedName.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetComment()Gets the "comment" attributejava.lang.StringgetCustomMenu()Gets the "customMenu" attributejava.lang.StringgetDescription()Gets the "description" attributebooleangetFunction()Gets the "function" attributelonggetFunctionGroupId()Gets the "functionGroupId" attributejava.lang.StringgetHelp()Gets the "help" attributebooleangetHidden()Gets the "hidden" attributelonggetLocalSheetId()Gets the "localSheetId" attributejava.lang.StringgetName()Gets the "name" attributebooleangetPublishToServer()Gets the "publishToServer" attributejava.lang.StringgetShortcutKey()Gets the "shortcutKey" attributejava.lang.StringgetStatusBar()Gets the "statusBar" attributebooleangetVbProcedure()Gets the "vbProcedure" attributebooleangetWorkbookParameter()Gets the "workbookParameter" attributebooleangetXlm()Gets the "xlm" attributebooleanisSetComment()True if has "comment" attributebooleanisSetCustomMenu()True if has "customMenu" attributebooleanisSetDescription()True if has "description" attributebooleanisSetFunction()True if has "function" attributebooleanisSetFunctionGroupId()True if has "functionGroupId" attributebooleanisSetHelp()True if has "help" attributebooleanisSetHidden()True if has "hidden" attributebooleanisSetLocalSheetId()True if has "localSheetId" attributebooleanisSetPublishToServer()True if has "publishToServer" attributebooleanisSetShortcutKey()True if has "shortcutKey" attributebooleanisSetStatusBar()True if has "statusBar" attributebooleanisSetVbProcedure()True if has "vbProcedure" attributebooleanisSetWorkbookParameter()True if has "workbookParameter" attributebooleanisSetXlm()True if has "xlm" attributevoidsetComment(java.lang.String comment)Sets the "comment" attributevoidsetCustomMenu(java.lang.String customMenu)Sets the "customMenu" attributevoidsetDescription(java.lang.String description)Sets the "description" attributevoidsetFunction(boolean function)Sets the "function" attributevoidsetFunctionGroupId(long functionGroupId)Sets the "functionGroupId" attributevoidsetHelp(java.lang.String help)Sets the "help" attributevoidsetHidden(boolean hidden)Sets the "hidden" attributevoidsetLocalSheetId(long localSheetId)Sets the "localSheetId" attributevoidsetName(java.lang.String name)Sets the "name" attributevoidsetPublishToServer(boolean publishToServer)Sets the "publishToServer" attributevoidsetShortcutKey(java.lang.String shortcutKey)Sets the "shortcutKey" attributevoidsetStatusBar(java.lang.String statusBar)Sets the "statusBar" attributevoidsetVbProcedure(boolean vbProcedure)Sets the "vbProcedure" attributevoidsetWorkbookParameter(boolean workbookParameter)Sets the "workbookParameter" attributevoidsetXlm(boolean xlm)Sets the "xlm" attributevoidunsetComment()Unsets the "comment" attributevoidunsetCustomMenu()Unsets the "customMenu" attributevoidunsetDescription()Unsets the "description" attributevoidunsetFunction()Unsets the "function" attributevoidunsetFunctionGroupId()Unsets the "functionGroupId" attributevoidunsetHelp()Unsets the "help" attributevoidunsetHidden()Unsets the "hidden" attributevoidunsetLocalSheetId()Unsets the "localSheetId" attributevoidunsetPublishToServer()Unsets the "publishToServer" attributevoidunsetShortcutKey()Unsets the "shortcutKey" attributevoidunsetStatusBar()Unsets the "statusBar" attributevoidunsetVbProcedure()Unsets the "vbProcedure" attributevoidunsetWorkbookParameter()Unsets the "workbookParameter" attributevoidunsetXlm()Unsets the "xlm" attributeSTXstringxgetComment()Gets (as xml) the "comment" attributeSTXstringxgetCustomMenu()Gets (as xml) the "customMenu" attributeSTXstringxgetDescription()Gets (as xml) the "description" attributeXmlBooleanxgetFunction()Gets (as xml) the "function" attributeXmlUnsignedIntxgetFunctionGroupId()Gets (as xml) the "functionGroupId" attributeSTXstringxgetHelp()Gets (as xml) the "help" attributeXmlBooleanxgetHidden()Gets (as xml) the "hidden" attributeXmlUnsignedIntxgetLocalSheetId()Gets (as xml) the "localSheetId" attributeSTXstringxgetName()Gets (as xml) the "name" attributeXmlBooleanxgetPublishToServer()Gets (as xml) the "publishToServer" attributeSTXstringxgetShortcutKey()Gets (as xml) the "shortcutKey" attributeSTXstringxgetStatusBar()Gets (as xml) the "statusBar" attributeXmlBooleanxgetVbProcedure()Gets (as xml) the "vbProcedure" attributeXmlBooleanxgetWorkbookParameter()Gets (as xml) the "workbookParameter" attributeXmlBooleanxgetXlm()Gets (as xml) the "xlm" attributevoidxsetComment(STXstring comment)Sets (as xml) the "comment" attributevoidxsetCustomMenu(STXstring customMenu)Sets (as xml) the "customMenu" attributevoidxsetDescription(STXstring description)Sets (as xml) the "description" attributevoidxsetFunction(XmlBoolean function)Sets (as xml) the "function" attributevoidxsetFunctionGroupId(XmlUnsignedInt functionGroupId)Sets (as xml) the "functionGroupId" attributevoidxsetHelp(STXstring help)Sets (as xml) the "help" attributevoidxsetHidden(XmlBoolean hidden)Sets (as xml) the "hidden" attributevoidxsetLocalSheetId(XmlUnsignedInt localSheetId)Sets (as xml) the "localSheetId" attributevoidxsetName(STXstring name)Sets (as xml) the "name" attributevoidxsetPublishToServer(XmlBoolean publishToServer)Sets (as xml) the "publishToServer" attributevoidxsetShortcutKey(STXstring shortcutKey)Sets (as xml) the "shortcutKey" attributevoidxsetStatusBar(STXstring statusBar)Sets (as xml) the "statusBar" attributevoidxsetVbProcedure(XmlBoolean vbProcedure)Sets (as xml) the "vbProcedure" attributevoidxsetWorkbookParameter(XmlBoolean workbookParameter)Sets (as xml) the "workbookParameter" attributevoidxsetXlm(XmlBoolean xlm)Sets (as xml) the "xlm" attribute-
Methods inherited from interface org.apache.xmlbeans.XmlAnySimpleType
getStringValue, set, setStringValue, stringValue
-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getName
java.lang.String getName()
Gets the "name" attribute
-
xgetName
STXstring xgetName()
Gets (as xml) the "name" attribute
-
setName
void setName(java.lang.String name)
Sets the "name" attribute
-
xsetName
void xsetName(STXstring name)
Sets (as xml) the "name" attribute
-
getComment
java.lang.String getComment()
Gets the "comment" attribute
-
xgetComment
STXstring xgetComment()
Gets (as xml) the "comment" attribute
-
isSetComment
boolean isSetComment()
True if has "comment" attribute
-
setComment
void setComment(java.lang.String comment)
Sets the "comment" attribute
-
xsetComment
void xsetComment(STXstring comment)
Sets (as xml) the "comment" attribute
-
unsetComment
void unsetComment()
Unsets the "comment" attribute
-
getCustomMenu
java.lang.String getCustomMenu()
Gets the "customMenu" attribute
-
xgetCustomMenu
STXstring xgetCustomMenu()
Gets (as xml) the "customMenu" attribute
-
isSetCustomMenu
boolean isSetCustomMenu()
True if has "customMenu" attribute
-
setCustomMenu
void setCustomMenu(java.lang.String customMenu)
Sets the "customMenu" attribute
-
xsetCustomMenu
void xsetCustomMenu(STXstring customMenu)
Sets (as xml) the "customMenu" attribute
-
unsetCustomMenu
void unsetCustomMenu()
Unsets the "customMenu" attribute
-
getDescription
java.lang.String getDescription()
Gets the "description" attribute
-
xgetDescription
STXstring xgetDescription()
Gets (as xml) the "description" attribute
-
isSetDescription
boolean isSetDescription()
True if has "description" attribute
-
setDescription
void setDescription(java.lang.String description)
Sets the "description" attribute
-
xsetDescription
void xsetDescription(STXstring description)
Sets (as xml) the "description" attribute
-
unsetDescription
void unsetDescription()
Unsets the "description" attribute
-
getHelp
java.lang.String getHelp()
Gets the "help" attribute
-
xgetHelp
STXstring xgetHelp()
Gets (as xml) the "help" attribute
-
isSetHelp
boolean isSetHelp()
True if has "help" attribute
-
setHelp
void setHelp(java.lang.String help)
Sets the "help" attribute
-
xsetHelp
void xsetHelp(STXstring help)
Sets (as xml) the "help" attribute
-
unsetHelp
void unsetHelp()
Unsets the "help" attribute
-
getStatusBar
java.lang.String getStatusBar()
Gets the "statusBar" attribute
-
xgetStatusBar
STXstring xgetStatusBar()
Gets (as xml) the "statusBar" attribute
-
isSetStatusBar
boolean isSetStatusBar()
True if has "statusBar" attribute
-
setStatusBar
void setStatusBar(java.lang.String statusBar)
Sets the "statusBar" attribute
-
xsetStatusBar
void xsetStatusBar(STXstring statusBar)
Sets (as xml) the "statusBar" attribute
-
unsetStatusBar
void unsetStatusBar()
Unsets the "statusBar" attribute
-
getLocalSheetId
long getLocalSheetId()
Gets the "localSheetId" attribute
-
xgetLocalSheetId
XmlUnsignedInt xgetLocalSheetId()
Gets (as xml) the "localSheetId" attribute
-
isSetLocalSheetId
boolean isSetLocalSheetId()
True if has "localSheetId" attribute
-
setLocalSheetId
void setLocalSheetId(long localSheetId)
Sets the "localSheetId" attribute
-
xsetLocalSheetId
void xsetLocalSheetId(XmlUnsignedInt localSheetId)
Sets (as xml) the "localSheetId" attribute
-
unsetLocalSheetId
void unsetLocalSheetId()
Unsets the "localSheetId" attribute
-
getHidden
boolean getHidden()
Gets the "hidden" attribute
-
xgetHidden
XmlBoolean xgetHidden()
Gets (as xml) the "hidden" attribute
-
isSetHidden
boolean isSetHidden()
True if has "hidden" attribute
-
setHidden
void setHidden(boolean hidden)
Sets the "hidden" attribute
-
xsetHidden
void xsetHidden(XmlBoolean hidden)
Sets (as xml) the "hidden" attribute
-
unsetHidden
void unsetHidden()
Unsets the "hidden" attribute
-
getFunction
boolean getFunction()
Gets the "function" attribute
-
xgetFunction
XmlBoolean xgetFunction()
Gets (as xml) the "function" attribute
-
isSetFunction
boolean isSetFunction()
True if has "function" attribute
-
setFunction
void setFunction(boolean function)
Sets the "function" attribute
-
xsetFunction
void xsetFunction(XmlBoolean function)
Sets (as xml) the "function" attribute
-
unsetFunction
void unsetFunction()
Unsets the "function" attribute
-
getVbProcedure
boolean getVbProcedure()
Gets the "vbProcedure" attribute
-
xgetVbProcedure
XmlBoolean xgetVbProcedure()
Gets (as xml) the "vbProcedure" attribute
-
isSetVbProcedure
boolean isSetVbProcedure()
True if has "vbProcedure" attribute
-
setVbProcedure
void setVbProcedure(boolean vbProcedure)
Sets the "vbProcedure" attribute
-
xsetVbProcedure
void xsetVbProcedure(XmlBoolean vbProcedure)
Sets (as xml) the "vbProcedure" attribute
-
unsetVbProcedure
void unsetVbProcedure()
Unsets the "vbProcedure" attribute
-
getXlm
boolean getXlm()
Gets the "xlm" attribute
-
xgetXlm
XmlBoolean xgetXlm()
Gets (as xml) the "xlm" attribute
-
isSetXlm
boolean isSetXlm()
True if has "xlm" attribute
-
setXlm
void setXlm(boolean xlm)
Sets the "xlm" attribute
-
xsetXlm
void xsetXlm(XmlBoolean xlm)
Sets (as xml) the "xlm" attribute
-
unsetXlm
void unsetXlm()
Unsets the "xlm" attribute
-
getFunctionGroupId
long getFunctionGroupId()
Gets the "functionGroupId" attribute
-
xgetFunctionGroupId
XmlUnsignedInt xgetFunctionGroupId()
Gets (as xml) the "functionGroupId" attribute
-
isSetFunctionGroupId
boolean isSetFunctionGroupId()
True if has "functionGroupId" attribute
-
setFunctionGroupId
void setFunctionGroupId(long functionGroupId)
Sets the "functionGroupId" attribute
-
xsetFunctionGroupId
void xsetFunctionGroupId(XmlUnsignedInt functionGroupId)
Sets (as xml) the "functionGroupId" attribute
-
unsetFunctionGroupId
void unsetFunctionGroupId()
Unsets the "functionGroupId" attribute
-
getShortcutKey
java.lang.String getShortcutKey()
Gets the "shortcutKey" attribute
-
xgetShortcutKey
STXstring xgetShortcutKey()
Gets (as xml) the "shortcutKey" attribute
-
isSetShortcutKey
boolean isSetShortcutKey()
True if has "shortcutKey" attribute
-
setShortcutKey
void setShortcutKey(java.lang.String shortcutKey)
Sets the "shortcutKey" attribute
-
xsetShortcutKey
void xsetShortcutKey(STXstring shortcutKey)
Sets (as xml) the "shortcutKey" attribute
-
unsetShortcutKey
void unsetShortcutKey()
Unsets the "shortcutKey" attribute
-
getPublishToServer
boolean getPublishToServer()
Gets the "publishToServer" attribute
-
xgetPublishToServer
XmlBoolean xgetPublishToServer()
Gets (as xml) the "publishToServer" attribute
-
isSetPublishToServer
boolean isSetPublishToServer()
True if has "publishToServer" attribute
-
setPublishToServer
void setPublishToServer(boolean publishToServer)
Sets the "publishToServer" attribute
-
xsetPublishToServer
void xsetPublishToServer(XmlBoolean publishToServer)
Sets (as xml) the "publishToServer" attribute
-
unsetPublishToServer
void unsetPublishToServer()
Unsets the "publishToServer" attribute
-
getWorkbookParameter
boolean getWorkbookParameter()
Gets the "workbookParameter" attribute
-
xgetWorkbookParameter
XmlBoolean xgetWorkbookParameter()
Gets (as xml) the "workbookParameter" attribute
-
isSetWorkbookParameter
boolean isSetWorkbookParameter()
True if has "workbookParameter" attribute
-
setWorkbookParameter
void setWorkbookParameter(boolean workbookParameter)
Sets the "workbookParameter" attribute
-
xsetWorkbookParameter
void xsetWorkbookParameter(XmlBoolean workbookParameter)
Sets (as xml) the "workbookParameter" attribute
-
unsetWorkbookParameter
void unsetWorkbookParameter()
Unsets the "workbookParameter" attribute
-
-