Class EmfTimeScaleLevelMultilanguageModel

All Implemented Interfaces:
IAttribute<org.eclipse.emf.ecore.EObject,org.eclipse.emf.ecore.EStructuralFeature>, IEditableModel, IEmfAttribute<org.eclipse.emf.ecore.EObject>, IModel, IEmfMapAttribute<String,String,org.eclipse.emf.ecore.EObject>, IMap<String,String>, IValidable, IMultilanguageModel, Map<String,String>

public class EmfTimeScaleLevelMultilanguageModel extends EmfMap<String,String> implements IMultilanguageModel
The special EMF implementation of the IMultilanguageModel for the TimeScaleLevel object format string.
  • Constructor Details

    • EmfTimeScaleLevelMultilanguageModel

      public EmfTimeScaleLevelMultilanguageModel(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature, IV8Project v8project, String langCode)
      Creates a new model.
      Parameters:
      object - the object, cannot be null.
      feature - the feature, cannot be null.
      v8project - the V8 project, cannot be null.
      langCode - the editing language code, cannot be null.
  • Method Details