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 class
CTDefinedName.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
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.String
getComment()
Gets the "comment" attributejava.lang.String
getCustomMenu()
Gets the "customMenu" attributejava.lang.String
getDescription()
Gets the "description" attributeboolean
getFunction()
Gets the "function" attributelong
getFunctionGroupId()
Gets the "functionGroupId" attributejava.lang.String
getHelp()
Gets the "help" attributeboolean
getHidden()
Gets the "hidden" attributelong
getLocalSheetId()
Gets the "localSheetId" attributejava.lang.String
getName()
Gets the "name" attributeboolean
getPublishToServer()
Gets the "publishToServer" attributejava.lang.String
getShortcutKey()
Gets the "shortcutKey" attributejava.lang.String
getStatusBar()
Gets the "statusBar" attributeboolean
getVbProcedure()
Gets the "vbProcedure" attributeboolean
getWorkbookParameter()
Gets the "workbookParameter" attributeboolean
getXlm()
Gets the "xlm" attributeboolean
isSetComment()
True if has "comment" attributeboolean
isSetCustomMenu()
True if has "customMenu" attributeboolean
isSetDescription()
True if has "description" attributeboolean
isSetFunction()
True if has "function" attributeboolean
isSetFunctionGroupId()
True if has "functionGroupId" attributeboolean
isSetHelp()
True if has "help" attributeboolean
isSetHidden()
True if has "hidden" attributeboolean
isSetLocalSheetId()
True if has "localSheetId" attributeboolean
isSetPublishToServer()
True if has "publishToServer" attributeboolean
isSetShortcutKey()
True if has "shortcutKey" attributeboolean
isSetStatusBar()
True if has "statusBar" attributeboolean
isSetVbProcedure()
True if has "vbProcedure" attributeboolean
isSetWorkbookParameter()
True if has "workbookParameter" attributeboolean
isSetXlm()
True if has "xlm" attributevoid
setComment(java.lang.String comment)
Sets the "comment" attributevoid
setCustomMenu(java.lang.String customMenu)
Sets the "customMenu" attributevoid
setDescription(java.lang.String description)
Sets the "description" attributevoid
setFunction(boolean function)
Sets the "function" attributevoid
setFunctionGroupId(long functionGroupId)
Sets the "functionGroupId" attributevoid
setHelp(java.lang.String help)
Sets the "help" attributevoid
setHidden(boolean hidden)
Sets the "hidden" attributevoid
setLocalSheetId(long localSheetId)
Sets the "localSheetId" attributevoid
setName(java.lang.String name)
Sets the "name" attributevoid
setPublishToServer(boolean publishToServer)
Sets the "publishToServer" attributevoid
setShortcutKey(java.lang.String shortcutKey)
Sets the "shortcutKey" attributevoid
setStatusBar(java.lang.String statusBar)
Sets the "statusBar" attributevoid
setVbProcedure(boolean vbProcedure)
Sets the "vbProcedure" attributevoid
setWorkbookParameter(boolean workbookParameter)
Sets the "workbookParameter" attributevoid
setXlm(boolean xlm)
Sets the "xlm" attributevoid
unsetComment()
Unsets the "comment" attributevoid
unsetCustomMenu()
Unsets the "customMenu" attributevoid
unsetDescription()
Unsets the "description" attributevoid
unsetFunction()
Unsets the "function" attributevoid
unsetFunctionGroupId()
Unsets the "functionGroupId" attributevoid
unsetHelp()
Unsets the "help" attributevoid
unsetHidden()
Unsets the "hidden" attributevoid
unsetLocalSheetId()
Unsets the "localSheetId" attributevoid
unsetPublishToServer()
Unsets the "publishToServer" attributevoid
unsetShortcutKey()
Unsets the "shortcutKey" attributevoid
unsetStatusBar()
Unsets the "statusBar" attributevoid
unsetVbProcedure()
Unsets the "vbProcedure" attributevoid
unsetWorkbookParameter()
Unsets the "workbookParameter" attributevoid
unsetXlm()
Unsets the "xlm" attributeSTXstring
xgetComment()
Gets (as xml) the "comment" attributeSTXstring
xgetCustomMenu()
Gets (as xml) the "customMenu" attributeSTXstring
xgetDescription()
Gets (as xml) the "description" attributeXmlBoolean
xgetFunction()
Gets (as xml) the "function" attributeXmlUnsignedInt
xgetFunctionGroupId()
Gets (as xml) the "functionGroupId" attributeSTXstring
xgetHelp()
Gets (as xml) the "help" attributeXmlBoolean
xgetHidden()
Gets (as xml) the "hidden" attributeXmlUnsignedInt
xgetLocalSheetId()
Gets (as xml) the "localSheetId" attributeSTXstring
xgetName()
Gets (as xml) the "name" attributeXmlBoolean
xgetPublishToServer()
Gets (as xml) the "publishToServer" attributeSTXstring
xgetShortcutKey()
Gets (as xml) the "shortcutKey" attributeSTXstring
xgetStatusBar()
Gets (as xml) the "statusBar" attributeXmlBoolean
xgetVbProcedure()
Gets (as xml) the "vbProcedure" attributeXmlBoolean
xgetWorkbookParameter()
Gets (as xml) the "workbookParameter" attributeXmlBoolean
xgetXlm()
Gets (as xml) the "xlm" attributevoid
xsetComment(STXstring comment)
Sets (as xml) the "comment" attributevoid
xsetCustomMenu(STXstring customMenu)
Sets (as xml) the "customMenu" attributevoid
xsetDescription(STXstring description)
Sets (as xml) the "description" attributevoid
xsetFunction(XmlBoolean function)
Sets (as xml) the "function" attributevoid
xsetFunctionGroupId(XmlUnsignedInt functionGroupId)
Sets (as xml) the "functionGroupId" attributevoid
xsetHelp(STXstring help)
Sets (as xml) the "help" attributevoid
xsetHidden(XmlBoolean hidden)
Sets (as xml) the "hidden" attributevoid
xsetLocalSheetId(XmlUnsignedInt localSheetId)
Sets (as xml) the "localSheetId" attributevoid
xsetName(STXstring name)
Sets (as xml) the "name" attributevoid
xsetPublishToServer(XmlBoolean publishToServer)
Sets (as xml) the "publishToServer" attributevoid
xsetShortcutKey(STXstring shortcutKey)
Sets (as xml) the "shortcutKey" attributevoid
xsetStatusBar(STXstring statusBar)
Sets (as xml) the "statusBar" attributevoid
xsetVbProcedure(XmlBoolean vbProcedure)
Sets (as xml) the "vbProcedure" attributevoid
xsetWorkbookParameter(XmlBoolean workbookParameter)
Sets (as xml) the "workbookParameter" attributevoid
xsetXlm(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
-
-