Uses of Class
com._1c.g5.v8.dt.moxel.ExtensionAlgorithm
-
Packages that use ExtensionAlgorithm Package Description com._1c.g5.v8.dt.moxel com._1c.g5.v8.dt.moxel.impl com._1c.g5.v8.dt.moxel.ui.editor com._1c.g5.v8.dt.moxel.ui.extension.handlers -
-
Uses of ExtensionAlgorithm in com._1c.g5.v8.dt.moxel
Fields in com._1c.g5.v8.dt.moxel with type parameters of type ExtensionAlgorithm Modifier and Type Field Description static 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 ExtensionAlgorithm Modifier and Type Method Description static ExtensionAlgorithm
ExtensionAlgorithm. get(int value)
Returns the 'Extension Algorithm' literal with the specified integer value.static ExtensionAlgorithm
ExtensionAlgorithm. get(String literal)
Returns the 'Extension Algorithm' literal with the specified literal value.static ExtensionAlgorithm
ExtensionAlgorithm. getByName(String name)
Returns the 'Extension Algorithm' literal with the specified name.ExtensionAlgorithm
SpreadsheetDocument. getExtensionMethod()
Returns the value of the 'Extension Method' attribute.static ExtensionAlgorithm
ExtensionAlgorithm. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExtensionAlgorithm[]
ExtensionAlgorithm. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com._1c.g5.v8.dt.moxel with parameters of type ExtensionAlgorithm Modifier and Type Method Description void
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 ExtensionAlgorithm Modifier and Type Method Description ExtensionAlgorithm
MoxelFactoryImpl. createExtensionAlgorithmFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
ExtensionAlgorithm
SpreadsheetDocumentImpl. getExtensionMethod()
Methods in com._1c.g5.v8.dt.moxel.impl with parameters of type ExtensionAlgorithm Modifier and Type Method Description void
SpreadsheetDocumentImpl. setExtensionMethod(ExtensionAlgorithm newExtensionMethod)
-
Uses of ExtensionAlgorithm in com._1c.g5.v8.dt.moxel.ui.editor
Methods in com._1c.g5.v8.dt.moxel.ui.editor that return ExtensionAlgorithm Modifier and Type Method Description ExtensionAlgorithm
SheetAccessor. getExtensionMethod()
Get extension method.Methods in com._1c.g5.v8.dt.moxel.ui.editor with parameters of type ExtensionAlgorithm Modifier and Type Method Description void
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 ExtensionAlgorithm Constructor Description SetExtensionMethodHandler(ExtensionAlgorithm extensionMethod)
Creates new instance ofSetExtensionMethodHandler
.
-