Interface ColorPackage.Literals
-
- Enclosing interface:
- ColorPackage
public static interface ColorPackage.LiteralsDefines literals for the meta objects that represent- each class,
- each feature of each class,
- each enum,
- and each data type
- Generated code
-
-
Field Summary
Fields Modifier and Type Field Description static org.eclipse.emf.ecore.EClassDOCUMENT_ROOTThe meta object literal for the 'Document Root' class.static org.eclipse.emf.ecore.EAttributeDOCUMENT_ROOT__BACKGROUND_COLORThe meta object literal for the 'Background Color' attribute feature.static org.eclipse.emf.ecore.EAttributeDOCUMENT_ROOT__BORDER_COLORThe meta object literal for the 'Border Color' attribute feature.static org.eclipse.emf.ecore.EAttributeDOCUMENT_ROOT__COLORThe meta object literal for the 'Color' attribute feature.static org.eclipse.emf.ecore.EAttributeDOCUMENT_ROOT__MIXEDThe meta object literal for the 'Mixed' attribute list feature.static org.eclipse.emf.ecore.EReferenceDOCUMENT_ROOT__XMLNS_PREFIX_MAPThe meta object literal for the 'XMLNS Prefix Map' map feature.static org.eclipse.emf.ecore.EReferenceDOCUMENT_ROOT__XSI_SCHEMA_LOCATIONThe meta object literal for the 'XSI Schema Location' map feature.static org.eclipse.emf.ecore.EDataTypeHEX_COLORThe meta object literal for the 'Hex Color' data type.
-
-
-
Field Detail
-
DOCUMENT_ROOT
static final org.eclipse.emf.ecore.EClass DOCUMENT_ROOT
The meta object literal for the 'Document Root' class.- See Also:
DocumentRootImpl,ColorPackageImpl.getDocumentRoot()- Generated code
-
DOCUMENT_ROOT__MIXED
static final org.eclipse.emf.ecore.EAttribute DOCUMENT_ROOT__MIXED
The meta object literal for the 'Mixed' attribute list feature.- Generated code
-
DOCUMENT_ROOT__XMLNS_PREFIX_MAP
static final org.eclipse.emf.ecore.EReference DOCUMENT_ROOT__XMLNS_PREFIX_MAP
The meta object literal for the 'XMLNS Prefix Map' map feature.- Generated code
-
DOCUMENT_ROOT__XSI_SCHEMA_LOCATION
static final org.eclipse.emf.ecore.EReference DOCUMENT_ROOT__XSI_SCHEMA_LOCATION
The meta object literal for the 'XSI Schema Location' map feature.- Generated code
-
DOCUMENT_ROOT__BACKGROUND_COLOR
static final org.eclipse.emf.ecore.EAttribute DOCUMENT_ROOT__BACKGROUND_COLOR
The meta object literal for the 'Background Color' attribute feature.- Generated code
-
DOCUMENT_ROOT__BORDER_COLOR
static final org.eclipse.emf.ecore.EAttribute DOCUMENT_ROOT__BORDER_COLOR
The meta object literal for the 'Border Color' attribute feature.- Generated code
-
DOCUMENT_ROOT__COLOR
static final org.eclipse.emf.ecore.EAttribute DOCUMENT_ROOT__COLOR
The meta object literal for the 'Color' attribute feature.- Generated code
-
HEX_COLOR
static final org.eclipse.emf.ecore.EDataType HEX_COLOR
The meta object literal for the 'Hex Color' data type.- See Also:
String,ColorPackageImpl.getHexColor()- Generated code
-
-