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