diff -r 000000000000 -r fb279309251b uidesigner/com.nokia.sdt.component.symbian/src/com/nokia/sdt/emf/component/MapIdentifierTypeType.java --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/uidesigner/com.nokia.sdt.component.symbian/src/com/nokia/sdt/emf/component/MapIdentifierTypeType.java Fri Apr 03 23:33:03 2009 +0100 @@ -0,0 +1,55 @@ +/** + * + * + * + * $Id$ + */ +package com.nokia.sdt.emf.component; + + +/** + * + * A representation of the model object 'Map Identifier Type Type'. + * + * + *

+ * The following features are supported: + *

+ *

+ * + * @see com.nokia.sdt.emf.component.ComponentPackage#getMapIdentifierTypeType() + * @model extendedMetaData="name='mapIdentifierType_._type' kind='empty'" + * @generated + */ +public interface MapIdentifierTypeType extends MappingIdentifierType { + + /** + * Returns the value of the 'Type Id' attribute. + * + * + * + * + * Identifies the id for this particular kind of type mapping. + * + * + * @return the value of the 'Type Id' attribute. + * @see #setTypeId(String) + * @see com.nokia.sdt.emf.component.ComponentPackage#getMapIdentifierTypeType_TypeId() + * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" + * extendedMetaData="kind='attribute' name='typeId'" + * @generated + */ + String getTypeId(); + + /** + * Sets the value of the '{@link com.nokia.sdt.emf.component.MapIdentifierTypeType#getTypeId Type Id}' attribute. + * + * + * @param value the new value of the 'Type Id' attribute. + * @see #getTypeId() + * @generated + */ + void setTypeId(String value); +} // MapIdentifierTypeType