Class PredefinedContainerCodeLengthChangeTask

java.lang.Object
com._1c.g5.v8.bm.integration.AbstractBmTask<org.eclipse.core.runtime.IStatus>
com._1c.g5.v8.bm.integration.BmBasicTask
com._1c.g5.v8.bm.integration.BmBasicTask1<BasicDbObject>
com._1c.g5.v8.dt.md.api.PredefinedContainerCodeLengthChangeTask
All Implemented Interfaces:
IBmTask<org.eclipse.core.runtime.IStatus>

public class PredefinedContainerCodeLengthChangeTask extends BmBasicTask1<BasicDbObject>
An IBmTask implementation for changing predefined container code length.
  • Constructor Details

    • PredefinedContainerCodeLengthChangeTask

      public PredefinedContainerCodeLengthChangeTask(BasicDbObject basicDbObject, int codeLength, org.eclipse.emf.ecore.EStructuralFeature feature)
      Parameters:
      basicDbObject - is the BasicDbObject predefined container, cannot be null
      codeLength - is code length
      feature - the feature, cannot be null
  • Method Details