/** * Generated with Acceleo */ package org.eclipse.amalgam.tutorials.emf.droid.parts; // Start of user code for imports import org.eclipse.emf.common.util.Enumerator; import org.eclipse.emf.ecore.EEnum; // End of user code /** * * */ public interface LayoutDimensionVAPropertiesEditionPart { /** * @return the constant_value * */ public Enumerator getConstant_value(); /** * Init the constant_value * @param eenum the enum to manage * @param current the current value */ public void initConstant_value(EEnum eenum, Enumerator current); /** * Defines a new constant_value * @param newValue the new constant_value to set * */ public void setConstant_value(Enumerator newValue); /** * Returns the internationalized title text. * * @return the internationalized title text. * */ public String getTitle(); // Start of user code for additional methods // End of user code }