|
From: jistrawn <jis...@us...> - 2006-10-02 17:27:42
|
Update of /cvsroot/modelwizard/source/Chameleon Plugin/src/net/sourceforge/modelWizard/chameleon/XmlOut In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv10157/src/net/sourceforge/modelWizard/chameleon/XmlOut Modified Files: DocumentRoot.java CimPackage.java CimEnumeration.java CimMethod.java CimClass.java CimProperty.java CimParameter.java CimQualifier.java Log Message: removed unused imports Index: CimProperty.java =================================================================== RCS file: /cvsroot/modelwizard/source/Chameleon Plugin/src/net/sourceforge/modelWizard/chameleon/XmlOut/CimProperty.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** CimProperty.java 15 Nov 2005 20:38:16 -0000 1.1 --- CimProperty.java 2 Oct 2006 17:27:39 -0000 1.2 *************** *** 1,295 **** ! /** ! * <copyright> ! * </copyright> ! * ! * $Id$ ! */ ! package net.sourceforge.modelWizard.chameleon.XmlOut; ! ! import org.eclipse.emf.common.util.EList; ! ! import org.eclipse.emf.ecore.EObject; ! ! /** ! * <!-- begin-user-doc --> ! * A representation of the model object '<em><b>Cim Property</b></em>'. ! * <!-- end-user-doc --> ! * ! * <p> ! * The following features are supported: ! * <ul> ! * <li>{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimProperty#getDescription <em>Description</em>}</li> ! * <li>{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimProperty#getCimType <em>Cim Type</em>}</li> ! * <li>{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimProperty#getCimQualifier <em>Cim Qualifier</em>}</li> ! * <li>{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimProperty#getValue <em>Value</em>}</li> ! * <li>{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimProperty#getId <em>Id</em>}</li> ! * <li>{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimProperty#isIsEnd <em>Is End</em>}</li> ! * <li>{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimProperty#isIsLocal <em>Is Local</em>}</li> ! * <li>{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimProperty#getName <em>Name</em>}</li> ! * </ul> ! * </p> ! * ! * @see net.sourceforge.modelWizard.chameleon.XmlOut.XmlOutPackage#getCimProperty() ! * @model extendedMetaData="name='cimProperty' kind='elementOnly'" ! * @generated ! */ ! public interface CimProperty extends EObject { ! /** ! * <!-- begin-user-doc --> ! * <!-- end-user-doc --> ! * @generated ! */ ! String copyright = "(c) Cisco Systems Inc 2005"; ! ! /** ! * Returns the value of the '<em><b>Description</b></em>' attribute. ! * <!-- begin-user-doc --> ! * <p> ! * If the meaning of the '<em>Description</em>' attribute isn't clear, ! * there really should be more of a description here... ! * </p> ! * <!-- end-user-doc --> ! * @return the value of the '<em>Description</em>' attribute. ! * @see #setDescription(String) ! * @see net.sourceforge.modelWizard.chameleon.XmlOut.XmlOutPackage#getCimProperty_Description() ! * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" required="true" ! * extendedMetaData="kind='element' name='description' namespace='##targetNamespace'" ! * @generated ! */ ! String getDescription(); ! ! /** ! * Sets the value of the '{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimProperty#getDescription <em>Description</em>}' attribute. ! * <!-- begin-user-doc --> ! * <!-- end-user-doc --> ! * @param value the new value of the '<em>Description</em>' attribute. ! * @see #getDescription() ! * @generated ! */ ! void setDescription(String value); ! ! /** ! * Returns the value of the '<em><b>Cim Type</b></em>' containment reference. ! * <!-- begin-user-doc --> ! * <p> ! * If the meaning of the '<em>Cim Type</em>' containment reference isn't clear, ! * there really should be more of a description here... ! * </p> ! * <!-- end-user-doc --> ! * @return the value of the '<em>Cim Type</em>' containment reference. ! * @see #setCimType(CimType) ! * @see net.sourceforge.modelWizard.chameleon.XmlOut.XmlOutPackage#getCimProperty_CimType() ! * @model containment="true" resolveProxies="false" required="true" ! * extendedMetaData="kind='element' name='cimType' namespace='##targetNamespace'" ! * @generated ! */ ! CimType getCimType(); ! ! /** ! * Sets the value of the '{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimProperty#getCimType <em>Cim Type</em>}' containment reference. ! * <!-- begin-user-doc --> ! * <!-- end-user-doc --> ! * @param value the new value of the '<em>Cim Type</em>' containment reference. ! * @see #getCimType() ! * @generated ! */ ! void setCimType(CimType value); ! ! /** ! * Returns the value of the '<em><b>Cim Qualifier</b></em>' containment reference list. ! * The list contents are of type {@link net.sourceforge.modelWizard.chameleon.XmlOut.CimQualifier}. ! * <!-- begin-user-doc --> ! * <p> ! * If the meaning of the '<em>Cim Qualifier</em>' containment reference list isn't clear, ! * there really should be more of a description here... ! * </p> ! * <!-- end-user-doc --> ! * @return the value of the '<em>Cim Qualifier</em>' containment reference list. ! * @see net.sourceforge.modelWizard.chameleon.XmlOut.XmlOutPackage#getCimProperty_CimQualifier() ! * @model type="net.sourceforge.modelWizard.chameleon.XmlOut.CimQualifier" containment="true" resolveProxies="false" required="true" ! * extendedMetaData="kind='element' name='cimQualifier' namespace='##targetNamespace'" ! * @generated ! */ ! EList getCimQualifier(); ! ! /** ! * Returns the value of the '<em><b>Value</b></em>' attribute list. ! * The list contents are of type {@link java.lang.String}. ! * <!-- begin-user-doc --> ! * <p> ! * If the meaning of the '<em>Value</em>' attribute list isn't clear, ! * there really should be more of a description here... ! * </p> ! * <!-- end-user-doc --> ! * @return the value of the '<em>Value</em>' attribute list. ! * @see net.sourceforge.modelWizard.chameleon.XmlOut.XmlOutPackage#getCimProperty_Value() ! * @model type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" ! * extendedMetaData="kind='element' name='value' namespace='##targetNamespace'" ! * @generated ! */ ! EList getValue(); ! ! /** ! * Returns the value of the '<em><b>Id</b></em>' attribute. ! * <!-- begin-user-doc --> ! * <p> ! * If the meaning of the '<em>Id</em>' attribute isn't clear, ! * there really should be more of a description here... ! * </p> ! * <!-- end-user-doc --> ! * @return the value of the '<em>Id</em>' attribute. ! * @see #setId(String) ! * @see net.sourceforge.modelWizard.chameleon.XmlOut.XmlOutPackage#getCimProperty_Id() ! * @model unique="false" id="true" dataType="org.eclipse.emf.ecore.xml.type.ID" required="true" ! * extendedMetaData="kind='attribute' name='id' namespace='##targetNamespace'" ! * @generated ! */ ! String getId(); ! ! /** ! * Sets the value of the '{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimProperty#getId <em>Id</em>}' attribute. ! * <!-- begin-user-doc --> ! * <!-- end-user-doc --> ! * @param value the new value of the '<em>Id</em>' attribute. ! * @see #getId() ! * @generated ! */ ! void setId(String value); ! ! /** ! * Returns the value of the '<em><b>Is End</b></em>' attribute. ! * <!-- begin-user-doc --> ! * <p> ! * If the meaning of the '<em>Is End</em>' attribute isn't clear, ! * there really should be more of a description here... ! * </p> ! * <!-- end-user-doc --> ! * @return the value of the '<em>Is End</em>' attribute. ! * @see #isSetIsEnd() ! * @see #unsetIsEnd() ! * @see #setIsEnd(boolean) ! * @see net.sourceforge.modelWizard.chameleon.XmlOut.XmlOutPackage#getCimProperty_IsEnd() ! * @model unique="false" unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Boolean" ! * extendedMetaData="kind='attribute' name='isEnd' namespace='##targetNamespace'" ! * @generated ! */ ! boolean isIsEnd(); ! ! /** ! * Sets the value of the '{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimProperty#isIsEnd <em>Is End</em>}' attribute. ! * <!-- begin-user-doc --> ! * <!-- end-user-doc --> ! * @param value the new value of the '<em>Is End</em>' attribute. ! * @see #isSetIsEnd() ! * @see #unsetIsEnd() ! * @see #isIsEnd() ! * @generated ! */ ! void setIsEnd(boolean value); ! ! /** ! * Unsets the value of the '{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimProperty#isIsEnd <em>Is End</em>}' attribute. ! * <!-- begin-user-doc --> ! * <!-- end-user-doc --> ! * @see #isSetIsEnd() ! * @see #isIsEnd() ! * @see #setIsEnd(boolean) ! * @generated ! */ ! void unsetIsEnd(); ! ! /** ! * Returns whether the value of the '{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimProperty#isIsEnd <em>Is End</em>}' attribute is set. ! * <!-- begin-user-doc --> ! * <!-- end-user-doc --> ! * @return whether the value of the '<em>Is End</em>' attribute is set. ! * @see #unsetIsEnd() ! * @see #isIsEnd() ! * @see #setIsEnd(boolean) ! * @generated ! */ ! boolean isSetIsEnd(); ! ! /** ! * Returns the value of the '<em><b>Is Local</b></em>' attribute. ! * The default value is <code>"true"</code>. ! * <!-- begin-user-doc --> ! * <p> ! * If the meaning of the '<em>Is Local</em>' attribute isn't clear, ! * there really should be more of a description here... ! * </p> ! * <!-- end-user-doc --> ! * @return the value of the '<em>Is Local</em>' attribute. ! * @see #isSetIsLocal() ! * @see #unsetIsLocal() ! * @see #setIsLocal(boolean) ! * @see net.sourceforge.modelWizard.chameleon.XmlOut.XmlOutPackage#getCimProperty_IsLocal() ! * @model default="true" unique="false" unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Boolean" ! * extendedMetaData="kind='attribute' name='isLocal' namespace='##targetNamespace'" ! * @generated ! */ ! boolean isIsLocal(); ! ! /** ! * Sets the value of the '{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimProperty#isIsLocal <em>Is Local</em>}' attribute. ! * <!-- begin-user-doc --> ! * <!-- end-user-doc --> ! * @param value the new value of the '<em>Is Local</em>' attribute. ! * @see #isSetIsLocal() ! * @see #unsetIsLocal() ! * @see #isIsLocal() ! * @generated ! */ ! void setIsLocal(boolean value); ! ! /** ! * Unsets the value of the '{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimProperty#isIsLocal <em>Is Local</em>}' attribute. ! * <!-- begin-user-doc --> ! * <!-- end-user-doc --> ! * @see #isSetIsLocal() ! * @see #isIsLocal() ! * @see #setIsLocal(boolean) ! * @generated ! */ ! void unsetIsLocal(); ! ! /** ! * Returns whether the value of the '{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimProperty#isIsLocal <em>Is Local</em>}' attribute is set. ! * <!-- begin-user-doc --> ! * <!-- end-user-doc --> ! * @return whether the value of the '<em>Is Local</em>' attribute is set. ! * @see #unsetIsLocal() ! * @see #isIsLocal() ! * @see #setIsLocal(boolean) ! * @generated ! */ ! boolean isSetIsLocal(); ! ! /** ! * Returns the value of the '<em><b>Name</b></em>' attribute. ! * <!-- begin-user-doc --> ! * <p> ! * If the meaning of the '<em>Name</em>' attribute isn't clear, ! * there really should be more of a description here... ! * </p> ! * <!-- end-user-doc --> ! * @return the value of the '<em>Name</em>' attribute. ! * @see #setName(String) ! * @see net.sourceforge.modelWizard.chameleon.XmlOut.XmlOutPackage#getCimProperty_Name() ! * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" required="true" ! * extendedMetaData="kind='attribute' name='name' namespace='##targetNamespace'" ! * @generated ! */ ! String getName(); ! ! /** ! * Sets the value of the '{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimProperty#getName <em>Name</em>}' attribute. ! * <!-- begin-user-doc --> ! * <!-- end-user-doc --> ! * @param value the new value of the '<em>Name</em>' attribute. ! * @see #getName() ! * @generated ! */ ! void setName(String value); ! ! } // CimProperty --- 1,294 ---- ! /** ! * <copyright> ! * </copyright> ! * ! * $Id$ ! */ ! package net.sourceforge.modelWizard.chameleon.XmlOut; ! ! import org.eclipse.emf.common.util.EList; ! import org.eclipse.emf.ecore.EObject; ! ! /** ! * <!-- begin-user-doc --> ! * A representation of the model object '<em><b>Cim Property</b></em>'. ! * <!-- end-user-doc --> ! * ! * <p> ! * The following features are supported: ! * <ul> ! * <li>{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimProperty#getDescription <em>Description</em>}</li> ! * <li>{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimProperty#getCimType <em>Cim Type</em>}</li> ! * <li>{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimProperty#getCimQualifier <em>Cim Qualifier</em>}</li> ! * <li>{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimProperty#getValue <em>Value</em>}</li> ! * <li>{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimProperty#getId <em>Id</em>}</li> ! * <li>{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimProperty#isIsEnd <em>Is End</em>}</li> ! * <li>{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimProperty#isIsLocal <em>Is Local</em>}</li> ! * <li>{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimProperty#getName <em>Name</em>}</li> ! * </ul> ! * </p> ! * ! * @see net.sourceforge.modelWizard.chameleon.XmlOut.XmlOutPackage#getCimProperty() ! * @model extendedMetaData="name='cimProperty' kind='elementOnly'" ! * @generated ! */ ! public interface CimProperty extends EObject { ! /** ! * <!-- begin-user-doc --> ! * <!-- end-user-doc --> ! * @generated ! */ ! String copyright = "(c) Cisco Systems Inc 2005"; ! ! /** ! * Returns the value of the '<em><b>Description</b></em>' attribute. ! * <!-- begin-user-doc --> ! * <p> ! * If the meaning of the '<em>Description</em>' attribute isn't clear, ! * there really should be more of a description here... ! * </p> ! * <!-- end-user-doc --> ! * @return the value of the '<em>Description</em>' attribute. ! * @see #setDescription(String) ! * @see net.sourceforge.modelWizard.chameleon.XmlOut.XmlOutPackage#getCimProperty_Description() ! * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" required="true" ! * extendedMetaData="kind='element' name='description' namespace='##targetNamespace'" ! * @generated ! */ ! String getDescription(); ! ! /** ! * Sets the value of the '{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimProperty#getDescription <em>Description</em>}' attribute. ! * <!-- begin-user-doc --> ! * <!-- end-user-doc --> ! * @param value the new value of the '<em>Description</em>' attribute. ! * @see #getDescription() ! * @generated ! */ ! void setDescription(String value); ! ! /** ! * Returns the value of the '<em><b>Cim Type</b></em>' containment reference. ! * <!-- begin-user-doc --> ! * <p> ! * If the meaning of the '<em>Cim Type</em>' containment reference isn't clear, ! * there really should be more of a description here... ! * </p> ! * <!-- end-user-doc --> ! * @return the value of the '<em>Cim Type</em>' containment reference. ! * @see #setCimType(CimType) ! * @see net.sourceforge.modelWizard.chameleon.XmlOut.XmlOutPackage#getCimProperty_CimType() ! * @model containment="true" resolveProxies="false" required="true" ! * extendedMetaData="kind='element' name='cimType' namespace='##targetNamespace'" ! * @generated ! */ ! CimType getCimType(); ! ! /** ! * Sets the value of the '{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimProperty#getCimType <em>Cim Type</em>}' containment reference. ! * <!-- begin-user-doc --> ! * <!-- end-user-doc --> ! * @param value the new value of the '<em>Cim Type</em>' containment reference. ! * @see #getCimType() ! * @generated ! */ ! void setCimType(CimType value); ! ! /** ! * Returns the value of the '<em><b>Cim Qualifier</b></em>' containment reference list. ! * The list contents are of type {@link net.sourceforge.modelWizard.chameleon.XmlOut.CimQualifier}. ! * <!-- begin-user-doc --> ! * <p> ! * If the meaning of the '<em>Cim Qualifier</em>' containment reference list isn't clear, ! * there really should be more of a description here... ! * </p> ! * <!-- end-user-doc --> ! * @return the value of the '<em>Cim Qualifier</em>' containment reference list. ! * @see net.sourceforge.modelWizard.chameleon.XmlOut.XmlOutPackage#getCimProperty_CimQualifier() ! * @model type="net.sourceforge.modelWizard.chameleon.XmlOut.CimQualifier" containment="true" resolveProxies="false" required="true" ! * extendedMetaData="kind='element' name='cimQualifier' namespace='##targetNamespace'" ! * @generated ! */ ! EList getCimQualifier(); ! ! /** ! * Returns the value of the '<em><b>Value</b></em>' attribute list. ! * The list contents are of type {@link java.lang.String}. ! * <!-- begin-user-doc --> ! * <p> ! * If the meaning of the '<em>Value</em>' attribute list isn't clear, ! * there really should be more of a description here... ! * </p> ! * <!-- end-user-doc --> ! * @return the value of the '<em>Value</em>' attribute list. ! * @see net.sourceforge.modelWizard.chameleon.XmlOut.XmlOutPackage#getCimProperty_Value() ! * @model type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" ! * extendedMetaData="kind='element' name='value' namespace='##targetNamespace'" ! * @generated ! */ ! EList getValue(); ! ! /** ! * Returns the value of the '<em><b>Id</b></em>' attribute. ! * <!-- begin-user-doc --> ! * <p> ! * If the meaning of the '<em>Id</em>' attribute isn't clear, ! * there really should be more of a description here... ! * </p> ! * <!-- end-user-doc --> ! * @return the value of the '<em>Id</em>' attribute. ! * @see #setId(String) ! * @see net.sourceforge.modelWizard.chameleon.XmlOut.XmlOutPackage#getCimProperty_Id() ! * @model unique="false" id="true" dataType="org.eclipse.emf.ecore.xml.type.ID" required="true" ! * extendedMetaData="kind='attribute' name='id' namespace='##targetNamespace'" ! * @generated ! */ ! String getId(); ! ! /** ! * Sets the value of the '{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimProperty#getId <em>Id</em>}' attribute. ! * <!-- begin-user-doc --> ! * <!-- end-user-doc --> ! * @param value the new value of the '<em>Id</em>' attribute. ! * @see #getId() ! * @generated ! */ ! void setId(String value); ! ! /** ! * Returns the value of the '<em><b>Is End</b></em>' attribute. ! * <!-- begin-user-doc --> ! * <p> ! * If the meaning of the '<em>Is End</em>' attribute isn't clear, ! * there really should be more of a description here... ! * </p> ! * <!-- end-user-doc --> ! * @return the value of the '<em>Is End</em>' attribute. ! * @see #isSetIsEnd() ! * @see #unsetIsEnd() ! * @see #setIsEnd(boolean) ! * @see net.sourceforge.modelWizard.chameleon.XmlOut.XmlOutPackage#getCimProperty_IsEnd() ! * @model unique="false" unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Boolean" ! * extendedMetaData="kind='attribute' name='isEnd' namespace='##targetNamespace'" ! * @generated ! */ ! boolean isIsEnd(); ! ! /** ! * Sets the value of the '{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimProperty#isIsEnd <em>Is End</em>}' attribute. ! * <!-- begin-user-doc --> ! * <!-- end-user-doc --> ! * @param value the new value of the '<em>Is End</em>' attribute. ! * @see #isSetIsEnd() ! * @see #unsetIsEnd() ! * @see #isIsEnd() ! * @generated ! */ ! void setIsEnd(boolean value); ! ! /** ! * Unsets the value of the '{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimProperty#isIsEnd <em>Is End</em>}' attribute. ! * <!-- begin-user-doc --> ! * <!-- end-user-doc --> ! * @see #isSetIsEnd() ! * @see #isIsEnd() ! * @see #setIsEnd(boolean) ! * @generated ! */ ! void unsetIsEnd(); ! ! /** ! * Returns whether the value of the '{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimProperty#isIsEnd <em>Is End</em>}' attribute is set. ! * <!-- begin-user-doc --> ! * <!-- end-user-doc --> ! * @return whether the value of the '<em>Is End</em>' attribute is set. ! * @see #unsetIsEnd() ! * @see #isIsEnd() ! * @see #setIsEnd(boolean) ! * @generated ! */ ! boolean isSetIsEnd(); ! ! /** ! * Returns the value of the '<em><b>Is Local</b></em>' attribute. ! * The default value is <code>"true"</code>. ! * <!-- begin-user-doc --> ! * <p> ! * If the meaning of the '<em>Is Local</em>' attribute isn't clear, ! * there really should be more of a description here... ! * </p> ! * <!-- end-user-doc --> ! * @return the value of the '<em>Is Local</em>' attribute. ! * @see #isSetIsLocal() ! * @see #unsetIsLocal() ! * @see #setIsLocal(boolean) ! * @see net.sourceforge.modelWizard.chameleon.XmlOut.XmlOutPackage#getCimProperty_IsLocal() ! * @model default="true" unique="false" unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Boolean" ! * extendedMetaData="kind='attribute' name='isLocal' namespace='##targetNamespace'" ! * @generated ! */ ! boolean isIsLocal(); ! ! /** ! * Sets the value of the '{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimProperty#isIsLocal <em>Is Local</em>}' attribute. ! * <!-- begin-user-doc --> ! * <!-- end-user-doc --> ! * @param value the new value of the '<em>Is Local</em>' attribute. ! * @see #isSetIsLocal() ! * @see #unsetIsLocal() ! * @see #isIsLocal() ! * @generated ! */ ! void setIsLocal(boolean value); ! ! /** ! * Unsets the value of the '{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimProperty#isIsLocal <em>Is Local</em>}' attribute. ! * <!-- begin-user-doc --> ! * <!-- end-user-doc --> ! * @see #isSetIsLocal() ! * @see #isIsLocal() ! * @see #setIsLocal(boolean) ! * @generated ! */ ! void unsetIsLocal(); ! ! /** ! * Returns whether the value of the '{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimProperty#isIsLocal <em>Is Local</em>}' attribute is set. ! * <!-- begin-user-doc --> ! * <!-- end-user-doc --> ! * @return whether the value of the '<em>Is Local</em>' attribute is set. ! * @see #unsetIsLocal() ! * @see #isIsLocal() ! * @see #setIsLocal(boolean) ! * @generated ! */ ! boolean isSetIsLocal(); ! ! /** ! * Returns the value of the '<em><b>Name</b></em>' attribute. ! * <!-- begin-user-doc --> ! * <p> ! * If the meaning of the '<em>Name</em>' attribute isn't clear, ! * there really should be more of a description here... ! * </p> ! * <!-- end-user-doc --> ! * @return the value of the '<em>Name</em>' attribute. ! * @see #setName(String) ! * @see net.sourceforge.modelWizard.chameleon.XmlOut.XmlOutPackage#getCimProperty_Name() ! * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" required="true" ! * extendedMetaData="kind='attribute' name='name' namespace='##targetNamespace'" ! * @generated ! */ ! String getName(); ! ! /** ! * Sets the value of the '{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimProperty#getName <em>Name</em>}' attribute. ! * <!-- begin-user-doc --> ! * <!-- end-user-doc --> ! * @param value the new value of the '<em>Name</em>' attribute. ! * @see #getName() ! * @generated ! */ ! void setName(String value); ! ! } // CimProperty Index: CimParameter.java =================================================================== RCS file: /cvsroot/modelwizard/source/Chameleon Plugin/src/net/sourceforge/modelWizard/chameleon/XmlOut/CimParameter.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** CimParameter.java 15 Nov 2005 20:38:16 -0000 1.1 --- CimParameter.java 2 Oct 2006 17:27:39 -0000 1.2 *************** *** 1,166 **** ! /** ! * <copyright> ! * </copyright> ! * ! * $Id$ ! */ ! package net.sourceforge.modelWizard.chameleon.XmlOut; ! ! import org.eclipse.emf.common.util.EList; ! ! import org.eclipse.emf.ecore.EObject; ! ! /** ! * <!-- begin-user-doc --> ! * A representation of the model object '<em><b>Cim Parameter</b></em>'. ! * <!-- end-user-doc --> ! * ! * <p> ! * The following features are supported: ! * <ul> ! * <li>{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimParameter#getDescription <em>Description</em>}</li> ! * <li>{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimParameter#getCimType <em>Cim Type</em>}</li> ! * <li>{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimParameter#getCimQualifier <em>Cim Qualifier</em>}</li> ! * <li>{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimParameter#getId <em>Id</em>}</li> ! * <li>{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimParameter#getName <em>Name</em>}</li> ! * </ul> ! * </p> ! * ! * @see net.sourceforge.modelWizard.chameleon.XmlOut.XmlOutPackage#getCimParameter() ! * @model extendedMetaData="name='cimParameter' kind='elementOnly'" ! * @generated ! */ ! public interface CimParameter extends EObject { ! /** ! * <!-- begin-user-doc --> ! * <!-- end-user-doc --> ! * @generated ! */ ! String copyright = "(c) Cisco Systems Inc 2005"; ! ! /** ! * Returns the value of the '<em><b>Description</b></em>' attribute. ! * <!-- begin-user-doc --> ! * <p> ! * If the meaning of the '<em>Description</em>' attribute isn't clear, ! * there really should be more of a description here... ! * </p> ! * <!-- end-user-doc --> ! * @return the value of the '<em>Description</em>' attribute. ! * @see #setDescription(String) ! * @see net.sourceforge.modelWizard.chameleon.XmlOut.XmlOutPackage#getCimParameter_Description() ! * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" required="true" ! * extendedMetaData="kind='element' name='description' namespace='##targetNamespace'" ! * @generated ! */ ! String getDescription(); ! ! /** ! * Sets the value of the '{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimParameter#getDescription <em>Description</em>}' attribute. ! * <!-- begin-user-doc --> ! * <!-- end-user-doc --> ! * @param value the new value of the '<em>Description</em>' attribute. ! * @see #getDescription() ! * @generated ! */ ! void setDescription(String value); ! ! /** ! * Returns the value of the '<em><b>Cim Type</b></em>' containment reference. ! * <!-- begin-user-doc --> ! * <p> ! * If the meaning of the '<em>Cim Type</em>' containment reference isn't clear, ! * there really should be more of a description here... ! * </p> ! * <!-- end-user-doc --> ! * @return the value of the '<em>Cim Type</em>' containment reference. ! * @see #setCimType(CimType) ! * @see net.sourceforge.modelWizard.chameleon.XmlOut.XmlOutPackage#getCimParameter_CimType() ! * @model containment="true" resolveProxies="false" required="true" ! * extendedMetaData="kind='element' name='cimType' namespace='##targetNamespace'" ! * @generated ! */ ! CimType getCimType(); ! ! /** ! * Sets the value of the '{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimParameter#getCimType <em>Cim Type</em>}' containment reference. ! * <!-- begin-user-doc --> ! * <!-- end-user-doc --> ! * @param value the new value of the '<em>Cim Type</em>' containment reference. ! * @see #getCimType() ! * @generated ! */ ! void setCimType(CimType value); ! ! /** ! * Returns the value of the '<em><b>Cim Qualifier</b></em>' containment reference list. ! * The list contents are of type {@link net.sourceforge.modelWizard.chameleon.XmlOut.CimQualifier}. ! * <!-- begin-user-doc --> ! * <p> ! * If the meaning of the '<em>Cim Qualifier</em>' containment reference list isn't clear, ! * there really should be more of a description here... ! * </p> ! * <!-- end-user-doc --> ! * @return the value of the '<em>Cim Qualifier</em>' containment reference list. ! * @see net.sourceforge.modelWizard.chameleon.XmlOut.XmlOutPackage#getCimParameter_CimQualifier() ! * @model type="net.sourceforge.modelWizard.chameleon.XmlOut.CimQualifier" containment="true" resolveProxies="false" ! * extendedMetaData="kind='element' name='cimQualifier' namespace='##targetNamespace'" ! * @generated ! */ ! EList getCimQualifier(); ! ! /** ! * Returns the value of the '<em><b>Id</b></em>' attribute. ! * <!-- begin-user-doc --> ! * <p> ! * If the meaning of the '<em>Id</em>' attribute isn't clear, ! * there really should be more of a description here... ! * </p> ! * <!-- end-user-doc --> ! * @return the value of the '<em>Id</em>' attribute. ! * @see #setId(String) ! * @see net.sourceforge.modelWizard.chameleon.XmlOut.XmlOutPackage#getCimParameter_Id() ! * @model unique="false" id="true" dataType="org.eclipse.emf.ecore.xml.type.ID" required="true" ! * extendedMetaData="kind='attribute' name='id' namespace='##targetNamespace'" ! * @generated ! */ ! String getId(); ! ! /** ! * Sets the value of the '{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimParameter#getId <em>Id</em>}' attribute. ! * <!-- begin-user-doc --> ! * <!-- end-user-doc --> ! * @param value the new value of the '<em>Id</em>' attribute. ! * @see #getId() ! * @generated ! */ ! void setId(String value); ! ! /** ! * Returns the value of the '<em><b>Name</b></em>' attribute. ! * <!-- begin-user-doc --> ! * <p> ! * If the meaning of the '<em>Name</em>' attribute isn't clear, ! * there really should be more of a description here... ! * </p> ! * <!-- end-user-doc --> ! * @return the value of the '<em>Name</em>' attribute. ! * @see #setName(String) ! * @see net.sourceforge.modelWizard.chameleon.XmlOut.XmlOutPackage#getCimParameter_Name() ! * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" required="true" ! * extendedMetaData="kind='attribute' name='name' namespace='##targetNamespace'" ! * @generated ! */ ! String getName(); ! ! /** ! * Sets the value of the '{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimParameter#getName <em>Name</em>}' attribute. ! * <!-- begin-user-doc --> ! * <!-- end-user-doc --> ! * @param value the new value of the '<em>Name</em>' attribute. ! * @see #getName() ! * @generated ! */ ! void setName(String value); ! ! } // CimParameter --- 1,165 ---- ! /** ! * <copyright> ! * </copyright> ! * ! * $Id$ ! */ ! package net.sourceforge.modelWizard.chameleon.XmlOut; ! ! import org.eclipse.emf.common.util.EList; ! import org.eclipse.emf.ecore.EObject; ! ! /** ! * <!-- begin-user-doc --> ! * A representation of the model object '<em><b>Cim Parameter</b></em>'. ! * <!-- end-user-doc --> ! * ! * <p> ! * The following features are supported: ! * <ul> ! * <li>{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimParameter#getDescription <em>Description</em>}</li> ! * <li>{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimParameter#getCimType <em>Cim Type</em>}</li> ! * <li>{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimParameter#getCimQualifier <em>Cim Qualifier</em>}</li> ! * <li>{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimParameter#getId <em>Id</em>}</li> ! * <li>{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimParameter#getName <em>Name</em>}</li> ! * </ul> ! * </p> ! * ! * @see net.sourceforge.modelWizard.chameleon.XmlOut.XmlOutPackage#getCimParameter() ! * @model extendedMetaData="name='cimParameter' kind='elementOnly'" ! * @generated ! */ ! public interface CimParameter extends EObject { ! /** ! * <!-- begin-user-doc --> ! * <!-- end-user-doc --> ! * @generated ! */ ! String copyright = "(c) Cisco Systems Inc 2005"; ! ! /** ! * Returns the value of the '<em><b>Description</b></em>' attribute. ! * <!-- begin-user-doc --> ! * <p> ! * If the meaning of the '<em>Description</em>' attribute isn't clear, ! * there really should be more of a description here... ! * </p> ! * <!-- end-user-doc --> ! * @return the value of the '<em>Description</em>' attribute. ! * @see #setDescription(String) ! * @see net.sourceforge.modelWizard.chameleon.XmlOut.XmlOutPackage#getCimParameter_Description() ! * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" required="true" ! * extendedMetaData="kind='element' name='description' namespace='##targetNamespace'" ! * @generated ! */ ! String getDescription(); ! ! /** ! * Sets the value of the '{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimParameter#getDescription <em>Description</em>}' attribute. ! * <!-- begin-user-doc --> ! * <!-- end-user-doc --> ! * @param value the new value of the '<em>Description</em>' attribute. ! * @see #getDescription() ! * @generated ! */ ! void setDescription(String value); ! ! /** ! * Returns the value of the '<em><b>Cim Type</b></em>' containment reference. ! * <!-- begin-user-doc --> ! * <p> ! * If the meaning of the '<em>Cim Type</em>' containment reference isn't clear, ! * there really should be more of a description here... ! * </p> ! * <!-- end-user-doc --> ! * @return the value of the '<em>Cim Type</em>' containment reference. ! * @see #setCimType(CimType) ! * @see net.sourceforge.modelWizard.chameleon.XmlOut.XmlOutPackage#getCimParameter_CimType() ! * @model containment="true" resolveProxies="false" required="true" ! * extendedMetaData="kind='element' name='cimType' namespace='##targetNamespace'" ! * @generated ! */ ! CimType getCimType(); ! ! /** ! * Sets the value of the '{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimParameter#getCimType <em>Cim Type</em>}' containment reference. ! * <!-- begin-user-doc --> ! * <!-- end-user-doc --> ! * @param value the new value of the '<em>Cim Type</em>' containment reference. ! * @see #getCimType() ! * @generated ! */ ! void setCimType(CimType value); ! ! /** ! * Returns the value of the '<em><b>Cim Qualifier</b></em>' containment reference list. ! * The list contents are of type {@link net.sourceforge.modelWizard.chameleon.XmlOut.CimQualifier}. ! * <!-- begin-user-doc --> ! * <p> ! * If the meaning of the '<em>Cim Qualifier</em>' containment reference list isn't clear, ! * there really should be more of a description here... ! * </p> ! * <!-- end-user-doc --> ! * @return the value of the '<em>Cim Qualifier</em>' containment reference list. ! * @see net.sourceforge.modelWizard.chameleon.XmlOut.XmlOutPackage#getCimParameter_CimQualifier() ! * @model type="net.sourceforge.modelWizard.chameleon.XmlOut.CimQualifier" containment="true" resolveProxies="false" ! * extendedMetaData="kind='element' name='cimQualifier' namespace='##targetNamespace'" ! * @generated ! */ ! EList getCimQualifier(); ! ! /** ! * Returns the value of the '<em><b>Id</b></em>' attribute. ! * <!-- begin-user-doc --> ! * <p> ! * If the meaning of the '<em>Id</em>' attribute isn't clear, ! * there really should be more of a description here... ! * </p> ! * <!-- end-user-doc --> ! * @return the value of the '<em>Id</em>' attribute. ! * @see #setId(String) ! * @see net.sourceforge.modelWizard.chameleon.XmlOut.XmlOutPackage#getCimParameter_Id() ! * @model unique="false" id="true" dataType="org.eclipse.emf.ecore.xml.type.ID" required="true" ! * extendedMetaData="kind='attribute' name='id' namespace='##targetNamespace'" ! * @generated ! */ ! String getId(); ! ! /** ! * Sets the value of the '{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimParameter#getId <em>Id</em>}' attribute. ! * <!-- begin-user-doc --> ! * <!-- end-user-doc --> ! * @param value the new value of the '<em>Id</em>' attribute. ! * @see #getId() ! * @generated ! */ ! void setId(String value); ! ! /** ! * Returns the value of the '<em><b>Name</b></em>' attribute. ! * <!-- begin-user-doc --> ! * <p> ! * If the meaning of the '<em>Name</em>' attribute isn't clear, ! * there really should be more of a description here... ! * </p> ! * <!-- end-user-doc --> ! * @return the value of the '<em>Name</em>' attribute. ! * @see #setName(String) ! * @see net.sourceforge.modelWizard.chameleon.XmlOut.XmlOutPackage#getCimParameter_Name() ! * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" required="true" ! * extendedMetaData="kind='attribute' name='name' namespace='##targetNamespace'" ! * @generated ! */ ! String getName(); ! ! /** ! * Sets the value of the '{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimParameter#getName <em>Name</em>}' attribute. ! * <!-- begin-user-doc --> ! * <!-- end-user-doc --> ! * @param value the new value of the '<em>Name</em>' attribute. ! * @see #getName() ! * @generated ! */ ! void setName(String value); ! ! } // CimParameter Index: CimClass.java =================================================================== RCS file: /cvsroot/modelwizard/source/Chameleon Plugin/src/net/sourceforge/modelWizard/chameleon/XmlOut/CimClass.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** CimClass.java 5 May 2006 15:33:38 -0000 1.3 --- CimClass.java 2 Oct 2006 17:27:39 -0000 1.4 *************** *** 8,12 **** import org.eclipse.emf.common.util.EList; - import org.eclipse.emf.ecore.EObject; --- 8,11 ---- Index: CimPackage.java =================================================================== RCS file: /cvsroot/modelwizard/source/Chameleon Plugin/src/net/sourceforge/modelWizard/chameleon/XmlOut/CimPackage.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** CimPackage.java 15 Nov 2005 20:38:16 -0000 1.1 --- CimPackage.java 2 Oct 2006 17:27:38 -0000 1.2 *************** *** 1,240 **** ! /** ! * <copyright> ! * </copyright> ! * ! * $Id$ ! */ ! package net.sourceforge.modelWizard.chameleon.XmlOut; ! ! import org.eclipse.emf.common.util.EList; ! ! import org.eclipse.emf.ecore.EObject; ! ! import org.eclipse.emf.ecore.util.FeatureMap; ! ! /** ! * <!-- begin-user-doc --> ! * A representation of the model object '<em><b>Cim Package</b></em>'. ! * <!-- end-user-doc --> ! * ! * <p> ! * The following features are supported: ! * <ul> ! * <li>{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimPackage#getGroup <em>Group</em>}</li> ! * <li>{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimPackage#getDescription <em>Description</em>}</li> ! * <li>{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimPackage#getCimEnumeration <em>Cim Enumeration</em>}</li> ! * <li>{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimPackage#getCimPackage <em>Cim Package</em>}</li> ! * <li>{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimPackage#getCimClass <em>Cim Class</em>}</li> ! * <li>{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimPackage#getBasePackage <em>Base Package</em>}</li> ! * <li>{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimPackage#getId <em>Id</em>}</li> ! * <li>{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimPackage#getName <em>Name</em>}</li> ! * <li>{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimPackage#getVersion <em>Version</em>}</li> ! * </ul> ! * </p> ! * ! * @see net.sourceforge.modelWizard.chameleon.XmlOut.XmlOutPackage#getCimPackage() ! * @model extendedMetaData="name='cimPackage' kind='elementOnly'" ! * @generated ! */ ! public interface CimPackage extends EObject { ! /** ! * <!-- begin-user-doc --> ! * <!-- end-user-doc --> ! * @generated ! */ ! String copyright = "(c) Cisco Systems Inc 2005"; ! ! /** ! * Returns the value of the '<em><b>Group</b></em>' attribute list. ! * The list contents are of type {@link org.eclipse.emf.ecore.util.FeatureMap.Entry}. ! * <!-- begin-user-doc --> ! * <p> ! * If the meaning of the '<em>Group</em>' attribute list isn't clear, ! * there really should be more of a description here... ! * </p> ! * <!-- end-user-doc --> ! * @return the value of the '<em>Group</em>' attribute list. ! * @see net.sourceforge.modelWizard.chameleon.XmlOut.XmlOutPackage#getCimPackage_Group() ! * @model unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="true" ! * extendedMetaData="kind='group' name='group:0'" ! * @generated ! */ ! FeatureMap getGroup(); ! ! /** ! * Returns the value of the '<em><b>Description</b></em>' attribute list. ! * The list contents are of type {@link java.lang.String}. ! * <!-- begin-user-doc --> ! * <p> ! * If the meaning of the '<em>Description</em>' attribute list isn't clear, ! * there really should be more of a description here... ! * </p> ! * <!-- end-user-doc --> ! * @return the value of the '<em>Description</em>' attribute list. ! * @see net.sourceforge.modelWizard.chameleon.XmlOut.XmlOutPackage#getCimPackage_Description() ! * @model type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" transient="true" volatile="true" derived="true" ! * extendedMetaData="kind='element' name='description' namespace='##targetNamespace' group='group:0'" ! * @generated ! */ ! EList getDescription(); ! ! /** ! * Returns the value of the '<em><b>Cim Enumeration</b></em>' containment reference list. ! * The list contents are of type {@link net.sourceforge.modelWizard.chameleon.XmlOut.CimEnumeration}. ! * <!-- begin-user-doc --> ! * <p> ! * If the meaning of the '<em>Cim Enumeration</em>' containment reference list isn't clear, ! * there really should be more of a description here... ! * </p> ! * <!-- end-user-doc --> ! * @return the value of the '<em>Cim Enumeration</em>' containment reference list. ! * @see net.sourceforge.modelWizard.chameleon.XmlOut.XmlOutPackage#getCimPackage_CimEnumeration() ! * @model type="net.sourceforge.modelWizard.chameleon.XmlOut.CimEnumeration" containment="true" resolveProxies="false" transient="true" volatile="true" derived="true" ! * extendedMetaData="kind='element' name='cimEnumeration' namespace='##targetNamespace' group='group:0'" ! * @generated ! */ ! EList getCimEnumeration(); ! ! /** ! * Returns the value of the '<em><b>Cim Package</b></em>' containment reference list. ! * The list contents are of type {@link net.sourceforge.modelWizard.chameleon.XmlOut.CimPackage}. ! * <!-- begin-user-doc --> ! * <p> ! * If the meaning of the '<em>Cim Package</em>' containment reference list isn't clear, ! * there really should be more of a description here... ! * </p> ! * <!-- end-user-doc --> ! * @return the value of the '<em>Cim Package</em>' containment reference list. ! * @see net.sourceforge.modelWizard.chameleon.XmlOut.XmlOutPackage#getCimPackage_CimPackage() ! * @model type="net.sourceforge.modelWizard.chameleon.XmlOut.CimPackage" containment="true" resolveProxies="false" transient="true" volatile="true" derived="true" ! * extendedMetaData="kind='element' name='cimPackage' namespace='##targetNamespace' group='group:0'" ! * @generated ! */ ! EList getCimPackage(); ! ! /** ! * Returns the value of the '<em><b>Cim Class</b></em>' containment reference list. ! * The list contents are of type {@link net.sourceforge.modelWizard.chameleon.XmlOut.CimClass}. ! * <!-- begin-user-doc --> ! * <p> ! * If the meaning of the '<em>Cim Class</em>' containment reference list isn't clear, ! * there really should be more of a description here... ! * </p> ! * <!-- end-user-doc --> ! * @return the value of the '<em>Cim Class</em>' containment reference list. ! * @see net.sourceforge.modelWizard.chameleon.XmlOut.XmlOutPackage#getCimPackage_CimClass() ! * @model type="net.sourceforge.modelWizard.chameleon.XmlOut.CimClass" containment="true" resolveProxies="false" transient="true" volatile="true" derived="true" ! * extendedMetaData="kind='element' name='cimClass' namespace='##targetNamespace' group='group:0'" ! * @generated ! */ ! EList getCimClass(); ! ! /** ! * Returns the value of the '<em><b>Base Package</b></em>' attribute. ! * <!-- begin-user-doc --> ! * <p> ! * If the meaning of the '<em>Base Package</em>' attribute isn't clear, ! * there really should be more of a description here... ! * </p> ! * <!-- end-user-doc --> ! * @return the value of the '<em>Base Package</em>' attribute. ! * @see #setBasePackage(String) ! * @see net.sourceforge.modelWizard.chameleon.XmlOut.XmlOutPackage#getCimPackage_BasePackage() ! * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" ! * extendedMetaData="kind='attribute' name='basePackage' namespace='##targetNamespace'" ! * @generated ! */ ! String getBasePackage(); ! ! /** ! * Sets the value of the '{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimPackage#getBasePackage <em>Base Package</em>}' attribute. ! * <!-- begin-user-doc --> ! * <!-- end-user-doc --> ! * @param value the new value of the '<em>Base Package</em>' attribute. ! * @see #getBasePackage() ! * @generated ! */ ! void setBasePackage(String value); ! ! /** ! * Returns the value of the '<em><b>Id</b></em>' attribute. ! * <!-- begin-user-doc --> ! * <p> ! * If the meaning of the '<em>Id</em>' attribute isn't clear, ! * there really should be more of a description here... ! * </p> ! * <!-- end-user-doc --> ! * @return the value of the '<em>Id</em>' attribute. ! * @see #setId(String) ! * @see net.sourceforge.modelWizard.chameleon.XmlOut.XmlOutPackage#getCimPackage_Id() ! * @model unique="false" id="true" dataType="org.eclipse.emf.ecore.xml.type.ID" required="true" ! * extendedMetaData="kind='attribute' name='id' namespace='##targetNamespace'" ! * @generated ! */ ! String getId(); ! ! /** ! * Sets the value of the '{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimPackage#getId <em>Id</em>}' attribute. ! * <!-- begin-user-doc --> ! * <!-- end-user-doc --> ! * @param value the new value of the '<em>Id</em>' attribute. ! * @see #getId() ! * @generated ! */ ! void setId(String value); ! ! /** ! * Returns the value of the '<em><b>Name</b></em>' attribute. ! * <!-- begin-user-doc --> ! * <p> ! * If the meaning of the '<em>Name</em>' attribute isn't clear, ! * there really should be more of a description here... ! * </p> ! * <!-- end-user-doc --> ! * @return the value of the '<em>Name</em>' attribute. ! * @see #setName(String) ! * @see net.sourceforge.modelWizard.chameleon.XmlOut.XmlOutPackage#getCimPackage_Name() ! * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" required="true" ! * extendedMetaData="kind='attribute' name='name' namespace='##targetNamespace'" ! * @generated ! */ ! String getName(); ! ! /** ! * Sets the value of the '{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimPackage#getName <em>Name</em>}' attribute. ! * <!-- begin-user-doc --> ! * <!-- end-user-doc --> ! * @param value the new value of the '<em>Name</em>' attribute. ! * @see #getName() ! * @generated ! */ ! void setName(String value); ! ! /** ! * Returns the value of the '<em><b>Version</b></em>' attribute. ! * <!-- begin-user-doc --> ! * <p> ! * If the meaning of the '<em>Version</em>' attribute isn't clear, ! * there really should be more of a description here... ! * </p> ! * <!-- end-user-doc --> ! * @return the value of the '<em>Version</em>' attribute. ! * @see #setVersion(String) ! * @see net.sourceforge.modelWizard.chameleon.XmlOut.XmlOutPackage#getCimPackage_Version() ! * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" ! * extendedMetaData="kind='attribute' name='version' namespace='##targetNamespace'" ! * @generated ! */ ! String getVersion(); ! ! /** ! * Sets the value of the '{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimPackage#getVersion <em>Version</em>}' attribute. ! * <!-- begin-user-doc --> ! * <!-- end-user-doc --> ! * @param value the new value of the '<em>Version</em>' attribute. ! * @see #getVersion() ! * @generated ! */ ! void setVersion(String value); ! ! } // CimPackage --- 1,238 ---- ! /** ! * <copyright> ! * </copyright> ! * ! * $Id$ ! */ ! package net.sourceforge.modelWizard.chameleon.XmlOut; ! ! import org.eclipse.emf.common.util.EList; ! import org.eclipse.emf.ecore.EObject; ! import org.eclipse.emf.ecore.util.FeatureMap; ! ! /** ! * <!-- begin-user-doc --> ! * A representation of the model object '<em><b>Cim Package</b></em>'. ! * <!-- end-user-doc --> ! * ! * <p> ! * The following features are supported: ! * <ul> ! * <li>{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimPackage#getGroup <em>Group</em>}</li> ! * <li>{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimPackage#getDescription <em>Description</em>}</li> ! * <li>{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimPackage#getCimEnumeration <em>Cim Enumeration</em>}</li> ! * <li>{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimPackage#getCimPackage <em>Cim Package</em>}</li> ! * <li>{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimPackage#getCimClass <em>Cim Class</em>}</li> ! * <li>{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimPackage#getBasePackage <em>Base Package</em>}</li> ! * <li>{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimPackage#getId <em>Id</em>}</li> ! * <li>{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimPackage#getName <em>Name</em>}</li> ! * <li>{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimPackage#getVersion <em>Version</em>}</li> ! * </ul> ! * </p> ! * ! * @see net.sourceforge.modelWizard.chameleon.XmlOut.XmlOutPackage#getCimPackage() ! * @model extendedMetaData="name='cimPackage' kind='elementOnly'" ! * @generated ! */ ! public interface CimPackage extends EObject { ! /** ! * <!-- begin-user-doc --> ! * <!-- end-user-doc --> ! * @generated ! */ ! String copyright = "(c) Cisco Systems Inc 2005"; ! ! /** ! * Returns the value of the '<em><b>Group</b></em>' attribute list. ! * The list contents are of type {@link org.eclipse.emf.ecore.util.FeatureMap.Entry}. ! * <!-- begin-user-doc --> ! * <p> ! * If the meaning of the '<em>Group</em>' attribute list isn't clear, ! * there really should be more of a description here... ! * </p> ! * <!-- end-user-doc --> ! * @return the value of the '<em>Group</em>' attribute list. ! * @see net.sourceforge.modelWizard.chameleon.XmlOut.XmlOutPackage#getCimPackage_Group() ! * @model unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="true" ! * extendedMetaData="kind='group' name='group:0'" ! * @generated ! */ ! FeatureMap getGroup(); ! ! /** ! * Returns the value of the '<em><b>Description</b></em>' attribute list. ! * The list contents are of type {@link java.lang.String}. ! * <!-- begin-user-doc --> ! * <p> ! * If the meaning of the '<em>Description</em>' attribute list isn't clear, ! * there really should be more of a description here... ! * </p> ! * <!-- end-user-doc --> ! * @return the value of the '<em>Description</em>' attribute list. ! * @see net.sourceforge.modelWizard.chameleon.XmlOut.XmlOutPackage#getCimPackage_Description() ! * @model type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" transient="true" volatile="true" derived="true" ! * extendedMetaData="kind='element' name='description' namespace='##targetNamespace' group='group:0'" ! * @generated ! */ ! EList getDescription(); ! ! /** ! * Returns the value of the '<em><b>Cim Enumeration</b></em>' containment reference list. ! * The list contents are of type {@link net.sourceforge.modelWizard.chameleon.XmlOut.CimEnumeration}. ! * <!-- begin-user-doc --> ! * <p> ! * If the meaning of the '<em>Cim Enumeration</em>' containment reference list isn't clear, ! * there really should be more of a description here... ! * </p> ! * <!-- end-user-doc --> ! * @return the value of the '<em>Cim Enumeration</em>' containment reference list. ! * @see net.sourceforge.modelWizard.chameleon.XmlOut.XmlOutPackage#getCimPackage_CimEnumeration() ! * @model type="net.sourceforge.modelWizard.chameleon.XmlOut.CimEnumeration" containment="true" resolveProxies="false" transient="true" volatile="true" derived="true" ! * extendedMetaData="kind='element' name='cimEnumeration' namespace='##targetNamespace' group='group:0'" ! * @generated ! */ ! EList getCimEnumeration(); ! ! /** ! * Returns the value of the '<em><b>Cim Package</b></em>' containment reference list. ! * The list contents are of type {@link net.sourceforge.modelWizard.chameleon.XmlOut.CimPackage}. ! * <!-- begin-user-doc --> ! * <p> ! * If the meaning of the '<em>Cim Package</em>' containment reference list isn't clear, ! * there really should be more of a description here... ! * </p> ! * <!-- end-user-doc --> ! * @return the value of the '<em>Cim Package</em>' containment reference list. ! * @see net.sourceforge.modelWizard.chameleon.XmlOut.XmlOutPackage#getCimPackage_CimPackage() ! * @model type="net.sourceforge.modelWizard.chameleon.XmlOut.CimPackage" containment="true" resolveProxies="false" transient="true" volatile="true" derived="true" ! * extendedMetaData="kind='element' name='cimPackage' namespace='##targetNamespace' group='group:0'" ! * @generated ! */ ! EList getCimPackage(); ! ! /** ! * Returns the value of the '<em><b>Cim Class</b></em>' containment reference list. ! * The list contents are of type {@link net.sourceforge.modelWizard.chameleon.XmlOut.CimClass}. ! * <!-- begin-user-doc --> ! * <p> ! * If the meaning of the '<em>Cim Class</em>' containment reference list isn't clear, ! * there really should be more of a description here... ! * </p> ! * <!-- end-user-doc --> ! * @return the value of the '<em>Cim Class</em>' containment reference list. ! * @see net.sourceforge.modelWizard.chameleon.XmlOut.XmlOutPackage#getCimPackage_CimClass() ! * @model type="net.sourceforge.modelWizard.chameleon.XmlOut.CimClass" containment="true" resolveProxies="false" transient="true" volatile="true" derived="true" ! * extendedMetaData="kind='element' name='cimClass' namespace='##targetNamespace' group='group:0'" ! * @generated ! */ ! EList getCimClass(); ! ! /** ! * Returns the value of the '<em><b>Base Package</b></em>' attribute. ! * <!-- begin-user-doc --> ! * <p> ! * If the meaning of the '<em>Base Package</em>' attribute isn't clear, ! * there really should be more of a description here... ! * </p> ! * <!-- end-user-doc --> ! * @return the value of the '<em>Base Package</em>' attribute. ! * @see #setBasePackage(String) ! * @see net.sourceforge.modelWizard.chameleon.XmlOut.XmlOutPackage#getCimPackage_BasePackage() ! * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" ! * extendedMetaData="kind='attribute' name='basePackage' namespace='##targetNamespace'" ! * @generated ! */ ! String getBasePackage(); ! ! /** ! * Sets the value of the '{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimPackage#getBasePackage <em>Base Package</em>}' attribute. ! * <!-- begin-user-doc --> ! * <!-- end-user-doc --> ! * @param value the new value of the '<em>Base Package</em>' attribute. ! * @see #getBasePackage() ! * @generated ! */ ! void setBasePackage(String value); ! ! /** ! * Returns the value of the '<em><b>Id</b></em>' attribute. ! * <!-- begin-user-doc --> ! * <p> ! * If the meaning of the '<em>Id</em>' attribute isn't clear, ! * there really should be more of a description here... ! * </p> ! * <!-- end-user-doc --> ! * @return the value of the '<em>Id</em>' attribute. ! * @see #setId(String) ! * @see net.sourceforge.modelWizard.chameleon.XmlOut.XmlOutPackage#getCimPackage_Id() ! * @model unique="false" id="true" dataType="org.eclipse.emf.ecore.xml.type.ID" required="true" ! * extendedMetaData="kind='attribute' name='id' namespace='##targetNamespace'" ! * @generated ! */ ! String getId(); ! ! /** ! * Sets the value of the '{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimPackage#getId <em>Id</em>}' attribute. ! * <!-- begin-user-doc --> ! * <!-- end-user-doc --> ! * @param value the new value of the '<em>Id</em>' attribute. ! * @see #getId() ! * @generated ! */ ! void setId(String value); ! ! /** ! * Returns the value of the '<em><b>Name</b></em>' attribute. ! * <!-- begin-user-doc --> ! * <p> ! * If the meaning of the '<em>Name</em>' attribute isn't clear, ! * there really should be more of a description here... ! * </p> ! * <!-- end-user-doc --> ! * @return the value of the '<em>Name</em>' attribute. ! * @see #setName(String) ! * @see net.sourceforge.modelWizard.chameleon.XmlOut.XmlOutPackage#getCimPackage_Name() ! * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" required="true" ! * extendedMetaData="kind='attribute' name='name' namespace='##targetNamespace'" ! * @generated ! */ ! String getName(); ! ! /** ! * Sets the value of the '{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimPackage#getName <em>Name</em>}' attribute. ! * <!-- begin-user-doc --> ! * <!-- end-user-doc --> ! * @param value the new value of the '<em>Name</em>' attribute. ! * @see #getName() ! * @generated ! */ ! void setName(String value); ! ! /** ! * Returns the value of the '<em><b>Version</b></em>' attribute. ! * <!-- begin-user-doc --> ! * <p> ! * If the meaning of the '<em>Version</em>' attribute isn't clear, ! * there really should be more of a description here... ! * </p> ! * <!-- end-user-doc --> ! * @return the value of the '<em>Version</em>' attribute. ! * @see #setVersion(String) ! * @see net.sourceforge.modelWizard.chameleon.XmlOut.XmlOutPackage#getCimPackage_Version() ! * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" ! * extendedMetaData="kind='attribute' name='version' namespace='##targetNamespace'" ! * @generated ! */ ! String getVersion(); ! ! /** ! * Sets the value of the '{@link net.sourceforge.modelWizard.chameleon.XmlOut.CimPackage#getVersion <em>Version</em>}' attribute. ! * <!-- begin-user-doc --> ! * <!-- end-user-doc --> ! * @param value the new value of the '<em>Version</em>' attribute. ! * @see #getVersion() ! * @generated ! */ ! void setVersion(String value); ! ! } // CimPackage Index: DocumentRoot.java =================================================================== RCS file: /cvsroot/modelwizard/source/Chameleon Plugin/src/net/sourceforge/modelWizard/chameleon/XmlOut/DocumentRoot.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** DocumentRoot.java 15 Nov 2005 20:38:16 -0000 1.1 --- DocumentRoot.java 2 Oct 2006 17:27:38 -0000 1.2 *************** *** 1,122 **** ! /** ! * <copyright> ! * </copyright> ! * ! * $Id$ ! */ ! package net.sourceforge.modelWizard.chameleon.XmlOut; ! ! import org.eclipse.emf.common.util.EMap; ! ! import org.eclipse.emf.ecore.EObject; ! ! import org.eclipse.emf.ecore.util.FeatureMap; ! ! /** ! * <!-- begin-user-doc --> ! * A representation of the model object '<em><b>Document Root</b></em>'. ! * <!-- end-user-doc --> ! * ! * <p> ! * The following features are supported: ! * <ul> ! * <li>{@link net.sourceforge.modelWizard.chameleon.XmlOut.DocumentRoot#getMixed <em>Mixed</em>}</li> ! * <li>{@link net.sourceforge.modelWizard.chameleon.XmlOut.DocumentRoot#getXMLNSPrefixMap <em>XMLNS Prefix Map</em>}</li> ! * <li>{@link net.sourceforge.modelWizard.chameleon.XmlOut.DocumentRoot#getXSISchemaLocation <em>XSI Schema Location</em>}</li> ! * <li>{@link net.sourceforge.modelWizard.chameleon.XmlOut.DocumentRoot#getCimCx <em>Cim Cx</em>}</li> ! * </ul> ! * </p> ! * ! * @see net.sourceforge.modelWizard.chameleon.XmlOut.XmlOutPackage#getDocumentRoot() ! * @model extendedMetaData="name='' kind='mixed'" ! * @gener... [truncated message content] |