diff -r 000000000000 -r 30eb2d538f02 configtool/com.nokia.s60ct.genconfml/src/gcmodel/File.java --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/configtool/com.nokia.s60ct.genconfml/src/gcmodel/File.java Thu Mar 11 18:39:02 2010 +0200 @@ -0,0 +1,191 @@ +/* +* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). +* All rights reserved. +* This component and the accompanying materials are made available +* under the terms of "Eclipse Public License v1.0" +* which accompanies this distribution, and is available +* at the URL "http://www.eclipse.org/legal/epl-v10.html". +* +* Initial Contributors: +* Nokia Corporation - initial contribution. +* +* Contributors: +* +* Description: +* +*/ +package gcmodel; + +import org.eclipse.emf.common.util.EList; + +import org.eclipse.emf.ecore.EObject; + +/** + * + * A representation of the model object 'File'. + * + * + *
+ * The following features are supported: + *
+ * If the meaning of the 'Settings' containment reference list isn't clear, + * there really should be more of a description here... + *
+ * + * @return the value of the 'Settings' containment reference list. + * @see gcmodel.GcmodelPackage#getFile_Settings() + * @model containment="true" + * @generated + */ + EList+ * If the meaning of the 'Template' attribute isn't clear, + * there really should be more of a description here... + *
+ * + * @return the value of the 'Template' attribute. + * @see #setTemplate(String) + * @see gcmodel.GcmodelPackage#getFile_Template() + * @model transient="true" + * @generated + */ + String getTemplate(); + + /** + * Sets the value of the '{@link gcmodel.File#getTemplate Template}' attribute. + * + * + * @param value the new value of the 'Template' attribute. + * @see #getTemplate() + * @generated + */ + void setTemplate(String value); + + /** + * Returns the value of the 'Name' attribute. + * + *+ * If the meaning of the 'Name' attribute isn't clear, + * there really should be more of a description here... + *
+ * + * @return the value of the 'Name' attribute. + * @see #setName(String) + * @see gcmodel.GcmodelPackage#getFile_Name() + * @model + * @generated + */ + String getName(); + + /** + * Sets the value of the '{@link gcmodel.File#getName Name}' attribute. + * + * + * @param value the new value of the 'Name' attribute. + * @see #getName() + * @generated + */ + void setName(String value); + + /** + * Returns the value of the 'Folder' attribute. + * + *+ * If the meaning of the 'Folder' attribute isn't clear, + * there really should be more of a description here... + *
+ * + * @return the value of the 'Folder' attribute. + * @see #setFolder(String) + * @see gcmodel.GcmodelPackage#getFile_Folder() + * @model transient="true" + * @generated + */ + String getFolder(); + + /** + * Sets the value of the '{@link gcmodel.File#getFolder Folder}' attribute. + * + * + * @param value the new value of the 'Folder' attribute. + * @see #getFolder() + * @generated + */ + void setFolder(String value); + + /** + * Returns the value of the 'Parent' attribute. + * + *+ * If the meaning of the 'Parent' attribute isn't clear, + * there really should be more of a description here... + *
+ * + * @return the value of the 'Parent' attribute. + * @see #setParent(String) + * @see gcmodel.GcmodelPackage#getFile_Parent() + * @model + * @generated + */ + String getParent(); + + /** + * Sets the value of the '{@link gcmodel.File#getParent Parent}' attribute. + * + * + * @param value the new value of the 'Parent' attribute. + * @see #getParent() + * @generated + */ + void setParent(String value); + + /** + * Returns the value of the 'Target' attribute. + * + *+ * If the meaning of the 'Target' attribute isn't clear, + * there really should be more of a description here... + *
+ * + * @return the value of the 'Target' attribute. + * @see #setTarget(String) + * @see gcmodel.GcmodelPackage#getFile_Target() + * @model + * @generated + */ + String getTarget(); + + /** + * Sets the value of the '{@link gcmodel.File#getTarget Target}' attribute. + * + * + * @param value the new value of the 'Target' attribute. + * @see #getTarget() + * @generated + */ + void setTarget(String value); + +} // File