Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: e49b7918af85c4f2f017129e7adc76ba60206200 (plain) (tree)


























                                                                       
/**
 */
package org.eclipse.etrice.core.room;


/**
 * <!-- begin-user-doc -->
 * A representation of the model object '<em><b>Complex Type</b></em>'.
 * <!-- end-user-doc -->
 *
 * <!-- begin-model-doc -->
 * <br>The super class of
 * <ul>
 *   <li>{@link DataClass}</li>
 *   <li>{@link ExternalType}</li>
 * </ul>
 * 
 * <!-- end-model-doc -->
 *
 *
 * @see org.eclipse.etrice.core.room.RoomPackage#getComplexType()
 * @model
 * @generated
 */
public interface ComplexType extends DataType
{
} // ComplexType

Back to the top