blob: 6af5c937c8e0aecbe2bc9b9b839e4c0b6f2c8602 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="preferences"
nsURI="http://eclipse.org/rcptt/ctx/preferences" nsPrefix="org.eclipse.rcptt.ctx.preferences">
<eClassifiers xsi:type="ecore:EClass" name="PreferencesContext" eSuperTypes="../../org.eclipse.rcptt.core.scenario/models/scenario.ecore#//Context">
<eStructuralFeatures xsi:type="ecore:EReference" name="content" upperBound="-1"
eType="#//PrefNode" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cleanPreferences" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="settings" eType="#//SettingsNode"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PrefNode">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="childs" upperBound="-1"
eType="#//PrefNode" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="data" upperBound="-1" eType="#//PrefData"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PrefData" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SettingsNode" eSuperTypes="#//PrefNode"/>
<eClassifiers xsi:type="ecore:EClass" name="StringPrefData" eSuperTypes="#//PrefData">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ListPrefData" eSuperTypes="#//PrefData">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="values" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SecurePrefNode" eSuperTypes="#//PrefNode"/>
</ecore:EPackage>