/** * <copyright> * </copyright> * * $Id$ */ package org.eclipse.gmf.codegen.gmfgen; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Gen Standard Property Tab</b></em>'. * <!-- end-user-doc --> * * <!-- begin-model-doc --> * Standard property category plugs in predefined sets of properties (provided by runtime). Identifiers 'appearance', 'diagram' and 'advanced' are known at the moment * <!-- end-model-doc --> * * * @see org.eclipse.gmf.codegen.gmfgen.GMFGenPackage#getGenStandardPropertyTab() * @model * @generated */ public interface GenStandardPropertyTab extends GenPropertyTab { } // GenStandardPropertyTab