/** */ package rba.view.impl; import org.eclipse.emf.ecore.EClass; import rba.view.HorizontalLayout; import rba.view.RBAViewPackage; /** * An implementation of the model object 'Horizontal Layout'. * * @generated */ public class HorizontalLayoutImpl extends AlignedLayoutImpl implements HorizontalLayout { /** * * @generated */ protected HorizontalLayoutImpl() { super(); } /** * * @generated */ @Override protected EClass eStaticClass() { return RBAViewPackage.Literals.HORIZONTAL_LAYOUT; } } // HorizontalLayoutImpl