/** * <copyright> * </copyright> * * $Id: UnstructuredAbapType.java,v 1.2 2011/03/05 21:37:36 auhl Exp $ */ package abapmapping.abapdictionary; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Unstructured Abap Type</b></em>'. * <!-- end-user-doc --> * * <!-- begin-model-doc --> * Like any AbapType, mapped to a Class with the corresponding annotations. * <!-- end-model-doc --> * * * @see abapmapping.abapdictionary.AbapdictionaryPackage#getUnstructuredAbapType() * @model * @generated */ public interface UnstructuredAbapType extends AbapType { } // UnstructuredAbapType