public interface ColorPackage
extends org.eclipse.emf.ecore.EPackage
ColorFactory
Modifier and Type | Interface and Description |
---|---|
static interface |
ColorPackage.Literals
Defines literals for the meta objects that represent
each class,
each feature of each class,
each enum,
and each data type
|
Modifier and Type | Field and Description |
---|---|
static int |
DOCUMENT_ROOT
The meta object id for the '
Document Root ' class |
static int |
DOCUMENT_ROOT__BACKGROUND_COLOR
The feature id for the 'Background Color' attribute
|
static int |
DOCUMENT_ROOT__BORDER_COLOR
The feature id for the 'Border Color' attribute
|
static int |
DOCUMENT_ROOT__COLOR
The feature id for the 'Color' attribute
|
static int |
DOCUMENT_ROOT__MIXED
The feature id for the 'Mixed' attribute list
|
static int |
DOCUMENT_ROOT__XMLNS_PREFIX_MAP
The feature id for the 'XMLNS Prefix Map' map
|
static int |
DOCUMENT_ROOT__XSI_SCHEMA_LOCATION
The feature id for the 'XSI Schema Location' map
|
static int |
DOCUMENT_ROOT_FEATURE_COUNT
The number of structural features of the 'Document Root' class
|
static ColorPackage |
eINSTANCE
The singleton instance of the package
|
static String |
eNAME
The package name
|
static String |
eNS_PREFIX
The package namespace name
|
static String |
eNS_URI
The package namespace URI
|
static int |
HEX_COLOR
The meta object id for the 'Hex Color' data type
|
Modifier and Type | Method and Description |
---|---|
ColorFactory |
getColorFactory()
Returns the factory that creates the instances of the model
|
org.eclipse.emf.ecore.EAttribute |
getDocumentRoot_BackgroundColor()
Returns the meta object for the attribute '
Background Color ' |
org.eclipse.emf.ecore.EAttribute |
getDocumentRoot_BorderColor()
Returns the meta object for the attribute '
Border Color ' |
org.eclipse.emf.ecore.EAttribute |
getDocumentRoot_Color()
Returns the meta object for the attribute '
Color ' |
org.eclipse.emf.ecore.EAttribute |
getDocumentRoot_Mixed()
Returns the meta object for the attribute list '
Mixed ' |
org.eclipse.emf.ecore.EReference |
getDocumentRoot_XMLNSPrefixMap()
Returns the meta object for the map '
XMLNS Prefix Map ' |
org.eclipse.emf.ecore.EReference |
getDocumentRoot_XSISchemaLocation()
Returns the meta object for the map '
XSI Schema Location ' |
org.eclipse.emf.ecore.EClass |
getDocumentRoot()
Returns the meta object for class '
Document Root ' |
org.eclipse.emf.ecore.EDataType |
getHexColor()
Returns the meta object for data type '
Hex Color ' |
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
getEAnnotation, getEAnnotations
static final String eNAME
static final String eNS_URI
static final String eNS_PREFIX
static final ColorPackage eINSTANCE
static final int DOCUMENT_ROOT
Document Root
' class.
DocumentRootImpl
,
ColorPackageImpl.getDocumentRoot()
,
Constant Field Valuesstatic final int DOCUMENT_ROOT__MIXED
static final int DOCUMENT_ROOT__XMLNS_PREFIX_MAP
static final int DOCUMENT_ROOT__XSI_SCHEMA_LOCATION
static final int DOCUMENT_ROOT__BACKGROUND_COLOR
static final int DOCUMENT_ROOT__BORDER_COLOR
static final int DOCUMENT_ROOT__COLOR
static final int DOCUMENT_ROOT_FEATURE_COUNT
static final int HEX_COLOR
String
,
ColorPackageImpl.getHexColor()
,
Constant Field Valuesorg.eclipse.emf.ecore.EClass getDocumentRoot()
Document Root
'.
DocumentRoot
org.eclipse.emf.ecore.EAttribute getDocumentRoot_Mixed()
Mixed
'.
DocumentRoot.getMixed()
,
getDocumentRoot()
org.eclipse.emf.ecore.EReference getDocumentRoot_XMLNSPrefixMap()
XMLNS Prefix Map
'.
DocumentRoot.getXMLNSPrefixMap()
,
getDocumentRoot()
org.eclipse.emf.ecore.EReference getDocumentRoot_XSISchemaLocation()
XSI Schema Location
'.
DocumentRoot.getXSISchemaLocation()
,
getDocumentRoot()
org.eclipse.emf.ecore.EAttribute getDocumentRoot_BackgroundColor()
Background Color
'.
DocumentRoot.getBackgroundColor()
,
getDocumentRoot()
org.eclipse.emf.ecore.EAttribute getDocumentRoot_BorderColor()
Border Color
'.
DocumentRoot.getBorderColor()
,
getDocumentRoot()
org.eclipse.emf.ecore.EAttribute getDocumentRoot_Color()
Color
'.
DocumentRoot.getColor()
,
getDocumentRoot()
org.eclipse.emf.ecore.EDataType getHexColor()
Hex Color
'.
String
ColorFactory getColorFactory()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.