/** * Generated with Acceleo */ package org.eclipse.amalgam.tutorials.emf.droid.parts; // Start of user code for imports // End of user code /** * * */ public interface DimensionVDPropertiesEditionPart { /** * @return the value * */ public String getValue(); /** * Defines a new value * @param newValue the new value to set * */ public void setValue(String 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 }