/** * Generated with Acceleo */ package com.github.lbroudoux.dsl.eip.parts; // Start of user code for imports // End of user code /** * @author yanngv29 * */ public interface AdapterPropertiesEditionPart { /** * Returns the internationalized title text. * * @return the internationalized title text. * */ public String getTitle(); // Start of user code for additional methods // End of user code }