aboutsummaryrefslogtreecommitdiffstats
path: root/rba.model.view/src/rba/view/VerticalLayout.java
blob: 7a6fbc1cc77c3c1b03104e5c206fe8561ae7b287 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/**
 */
package rba.view;

/**
 * <!-- begin-user-doc -->
 * A representation of the model object '<em><b>Vertical Layout</b></em>'.
 * <!-- end-user-doc -->
 *
 * <!-- begin-model-doc -->
 * 
 * <!-- end-model-doc -->
 *
 *
 * @see rba.view.RBAViewPackage#getVerticalLayout()
 * @model
 * @generated
 */
public interface VerticalLayout extends AlignedLayout {
} // VerticalLayout