1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
<?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="nebula" nsURI="http:///nebula" nsPrefix="nebula">
<eClassifiers xsi:type="ecore:EDataType" name="BadSomething" instanceClassName="java.util.Date">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="propertyEditorFactory" value="editor://org.eclipse.nebula.widgets.cdatetime/yyyy-MM-dd"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="NebulaMissingDateFormat" instanceClassName="java.util.Date">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="propertyEditorFactory" value="editor://org.eclipse.nebula.widgets.cdatetime"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="NebulaInvalidDateFormat" instanceClassName="java.util.Date">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="propertyEditorFactory" value="editor://org.eclipse.nebula.widgets.cdatetime/x"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="NebulaInvalidStyleElements" instanceClassName="java.util.Date">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="propertyEditorFactory" value="editor://org.eclipse.nebula.widgets.cdatetime/yyyy/MM/HH:mm"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="NebulaInvalidInstanceType" instanceClassName="java.lang.String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="propertyEditorFactory" value="editor://org.eclipse.nebula.widgets.cdatetime/yyyy%2FMM%2FHH:mm"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="NebulaInvalidCalendarType" instanceClassName="java.util.Calendar">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="propertyEditorFactory" value="editor://org.eclipse.nebula.widgets.cdatetime/yyyy%2FMM%2FHH:mm?bogus"/>
</eAnnotations>
</eClassifiers>
</ecore:EPackage>
|