Uses of Enum Class
com._1c.g5.v8.dt.moxel.ExtensionAlgorithm
Packages that use ExtensionAlgorithm
Package
Description
-
Uses of ExtensionAlgorithm in com._1c.g5.v8.dt.moxel
Fields in com._1c.g5.v8.dt.moxel with type parameters of type ExtensionAlgorithmModifier and TypeFieldDescriptionstatic final List<ExtensionAlgorithm>
ExtensionAlgorithm.VALUES
A public read-only list of all the 'Extension Algorithm' enumerators.Methods in com._1c.g5.v8.dt.moxel that return ExtensionAlgorithmModifier and TypeMethodDescriptionstatic ExtensionAlgorithm
ExtensionAlgorithm.get
(int value) Returns the 'Extension Algorithm' literal with the specified integer value.static ExtensionAlgorithm
Returns the 'Extension Algorithm' literal with the specified literal value.static ExtensionAlgorithm
Returns the 'Extension Algorithm' literal with the specified name.SpreadsheetDocument.getExtensionMethod()
Returns the value of the 'Extension Method' attribute.static ExtensionAlgorithm
Returns the enum constant of this class with the specified name.static ExtensionAlgorithm[]
ExtensionAlgorithm.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com._1c.g5.v8.dt.moxel with parameters of type ExtensionAlgorithmModifier and TypeMethodDescriptionvoid
SpreadsheetDocument.setExtensionMethod
(ExtensionAlgorithm value) Sets the value of the 'Extension Method
' attribute. -
Uses of ExtensionAlgorithm in com._1c.g5.v8.dt.moxel.impl
Methods in com._1c.g5.v8.dt.moxel.impl that return ExtensionAlgorithmModifier and TypeMethodDescriptionMoxelFactoryImpl.createExtensionAlgorithmFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) SpreadsheetDocumentImpl.getExtensionMethod()
Methods in com._1c.g5.v8.dt.moxel.impl with parameters of type ExtensionAlgorithmModifier and TypeMethodDescriptionvoid
SpreadsheetDocumentImpl.setExtensionMethod
(ExtensionAlgorithm newExtensionMethod) -
Uses of ExtensionAlgorithm in com._1c.g5.v8.dt.moxel.sheet
Methods in com._1c.g5.v8.dt.moxel.sheet that return ExtensionAlgorithmMethods in com._1c.g5.v8.dt.moxel.sheet with parameters of type ExtensionAlgorithmModifier and TypeMethodDescriptionvoid
SheetAccessor.setExtesionMethod
(ExtensionAlgorithm extensionMethod) Set extension algorithm value. -
Uses of ExtensionAlgorithm in com._1c.g5.v8.dt.moxel.ui.extension.handlers
Constructors in com._1c.g5.v8.dt.moxel.ui.extension.handlers with parameters of type ExtensionAlgorithmModifierConstructorDescriptionSetExtensionMethodHandler
(ExtensionAlgorithm extensionMethod) Creates new instance ofSetExtensionMethodHandler
.