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 com._1c.g5.v8.dt.moxel.util 
- 
- 
Uses of ExtensionAlgorithm in com._1c.g5.v8.dt.moxelFields in com._1c.g5.v8.dt.moxel with type parameters of type ExtensionAlgorithm Modifier and Type Field Description static List<ExtensionAlgorithm>ExtensionAlgorithm. VALUESA 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 ExtensionAlgorithmExtensionAlgorithm. get(int value)Returns the 'Extension Algorithm' literal with the specified integer value.static ExtensionAlgorithmExtensionAlgorithm. get(String literal)Returns the 'Extension Algorithm' literal with the specified literal value.static ExtensionAlgorithmExtensionAlgorithm. getByName(String name)Returns the 'Extension Algorithm' literal with the specified name.ExtensionAlgorithmSpreadsheetDocument. getExtensionMethod()Returns the value of the 'Extension Method' attribute.static ExtensionAlgorithmExtensionAlgorithm. 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 voidSpreadsheetDocument. setExtensionMethod(ExtensionAlgorithm value)Sets the value of the 'Extension Method' attribute.
- 
Uses of ExtensionAlgorithm in com._1c.g5.v8.dt.moxel.implMethods in com._1c.g5.v8.dt.moxel.impl that return ExtensionAlgorithm Modifier and Type Method Description ExtensionAlgorithmMoxelFactoryImpl. createExtensionAlgorithmFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)ExtensionAlgorithmSpreadsheetDocumentImpl. getExtensionMethod()Methods in com._1c.g5.v8.dt.moxel.impl with parameters of type ExtensionAlgorithm Modifier and Type Method Description voidSpreadsheetDocumentImpl. setExtensionMethod(ExtensionAlgorithm newExtensionMethod)
- 
Uses of ExtensionAlgorithm in com._1c.g5.v8.dt.moxel.ui.editorMethods in com._1c.g5.v8.dt.moxel.ui.editor that return ExtensionAlgorithm Modifier and Type Method Description ExtensionAlgorithmSheetAccessor. getExtensionMethod()Get extension method.Methods in com._1c.g5.v8.dt.moxel.ui.editor with parameters of type ExtensionAlgorithm Modifier and Type Method Description voidSheetAccessor. setExtesionMethod(ExtensionAlgorithm extensionMethod)Set extension algorithm value.
- 
Uses of ExtensionAlgorithm in com._1c.g5.v8.dt.moxel.ui.extension.handlersConstructors in com._1c.g5.v8.dt.moxel.ui.extension.handlers with parameters of type ExtensionAlgorithm Constructor Description SetExtensionMethodHandler(ExtensionAlgorithm extensionMethod)Creates new instance ofSetExtensionMethodHandler.
- 
Uses of ExtensionAlgorithm in com._1c.g5.v8.dt.moxel.utilMethods in com._1c.g5.v8.dt.moxel.util that return ExtensionAlgorithm Modifier and Type Method Description static ExtensionAlgorithmMxlSerializerUtil. getExtensionAlgorithm(int val)ReturnsExtensionAlgorithmvalue of the extension algorithm by its integer value.Methods in com._1c.g5.v8.dt.moxel.util with parameters of type ExtensionAlgorithm Modifier and Type Method Description static intMxlSerializerUtil. getMxlExtensionAlgorithm(ExtensionAlgorithm extensionAlgorithm)Returns integer value of the extension algorithm ofSpreadsheetDocumentby its enum value.
 
-