Interface ColorPackage
-
- All Superinterfaces:
org.eclipse.emf.ecore.EModelElement,org.eclipse.emf.ecore.ENamedElement,org.eclipse.emf.ecore.EObject,org.eclipse.emf.ecore.EPackage,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ColorPackageImpl
public interface ColorPackage extends org.eclipse.emf.ecore.EPackageThe Package for the model. It contains accessors for the meta objects to represent- each class,
- each feature of each class,
- each enum,
- and each data type
- See Also:
ColorFactory- Generated code
- Model
- kind="package"
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceColorPackage.LiteralsDefines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
-
Field Summary
Fields Modifier and Type Field Description static intDOCUMENT_ROOTThe meta object id for the 'Document Root' class.static intDOCUMENT_ROOT__BACKGROUND_COLORThe feature id for the 'Background Color' attribute.static intDOCUMENT_ROOT__BORDER_COLORThe feature id for the 'Border Color' attribute.static intDOCUMENT_ROOT__COLORThe feature id for the 'Color' attribute.static intDOCUMENT_ROOT__MIXEDThe feature id for the 'Mixed' attribute list.static intDOCUMENT_ROOT__XMLNS_PREFIX_MAPThe feature id for the 'XMLNS Prefix Map' map.static intDOCUMENT_ROOT__XSI_SCHEMA_LOCATIONThe feature id for the 'XSI Schema Location' map.static intDOCUMENT_ROOT_FEATURE_COUNTThe number of structural features of the 'Document Root' class.static ColorPackageeINSTANCEThe singleton instance of the package.static StringeNAMEThe package name.static StringeNS_PREFIXThe package namespace name.static StringeNS_URIThe package namespace URI.static intHEX_COLORThe meta object id for the 'Hex Color' data type.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ColorFactorygetColorFactory()Returns the factory that creates the instances of the model.org.eclipse.emf.ecore.EClassgetDocumentRoot()Returns the meta object for class 'Document Root'.org.eclipse.emf.ecore.EAttributegetDocumentRoot_BackgroundColor()Returns the meta object for the attribute 'Background Color'.org.eclipse.emf.ecore.EAttributegetDocumentRoot_BorderColor()Returns the meta object for the attribute 'Border Color'.org.eclipse.emf.ecore.EAttributegetDocumentRoot_Color()Returns the meta object for the attribute 'Color'.org.eclipse.emf.ecore.EAttributegetDocumentRoot_Mixed()Returns the meta object for the attribute list 'Mixed'.org.eclipse.emf.ecore.EReferencegetDocumentRoot_XMLNSPrefixMap()Returns the meta object for the map 'XMLNS Prefix Map'.org.eclipse.emf.ecore.EReferencegetDocumentRoot_XSISchemaLocation()Returns the meta object for the map 'XSI Schema Location'.org.eclipse.emf.ecore.EDataTypegetHexColor()Returns the meta object for data type 'Hex Color'.-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
-
-
-
Field Detail
-
eNAME
static final String eNAME
The package name.- See Also:
- Constant Field Values
- Generated code
-
eNS_URI
static final String eNS_URI
The package namespace URI.- See Also:
- Constant Field Values
- Generated code
-
eNS_PREFIX
static final String eNS_PREFIX
The package namespace name.- See Also:
- Constant Field Values
- Generated code
-
eINSTANCE
static final ColorPackage eINSTANCE
The singleton instance of the package.- Generated code
-
DOCUMENT_ROOT
static final int DOCUMENT_ROOT
The meta object id for the 'Document Root' class.- See Also:
DocumentRootImpl,ColorPackageImpl.getDocumentRoot(), Constant Field Values- Generated code
-
DOCUMENT_ROOT__MIXED
static final int DOCUMENT_ROOT__MIXED
The feature id for the 'Mixed' attribute list.- See Also:
- Constant Field Values
- Generated code
- Ordered
-
DOCUMENT_ROOT__XMLNS_PREFIX_MAP
static final int DOCUMENT_ROOT__XMLNS_PREFIX_MAP
The feature id for the 'XMLNS Prefix Map' map.- See Also:
- Constant Field Values
- Generated code
- Ordered
-
DOCUMENT_ROOT__XSI_SCHEMA_LOCATION
static final int DOCUMENT_ROOT__XSI_SCHEMA_LOCATION
The feature id for the 'XSI Schema Location' map.- See Also:
- Constant Field Values
- Generated code
- Ordered
-
DOCUMENT_ROOT__BACKGROUND_COLOR
static final int DOCUMENT_ROOT__BACKGROUND_COLOR
The feature id for the 'Background Color' attribute.- See Also:
- Constant Field Values
- Generated code
- Ordered
-
DOCUMENT_ROOT__BORDER_COLOR
static final int DOCUMENT_ROOT__BORDER_COLOR
The feature id for the 'Border Color' attribute.- See Also:
- Constant Field Values
- Generated code
- Ordered
-
DOCUMENT_ROOT__COLOR
static final int DOCUMENT_ROOT__COLOR
The feature id for the 'Color' attribute.- See Also:
- Constant Field Values
- Generated code
- Ordered
-
DOCUMENT_ROOT_FEATURE_COUNT
static final int DOCUMENT_ROOT_FEATURE_COUNT
The number of structural features of the 'Document Root' class.- See Also:
- Constant Field Values
- Generated code
- Ordered
-
HEX_COLOR
static final int HEX_COLOR
The meta object id for the 'Hex Color' data type.- See Also:
String,ColorPackageImpl.getHexColor(), Constant Field Values- Generated code
-
-
Method Detail
-
getDocumentRoot
org.eclipse.emf.ecore.EClass getDocumentRoot()
Returns the meta object for class 'Document Root'.- Returns:
- the meta object for class 'Document Root'.
- See Also:
DocumentRoot- Generated code
-
getDocumentRoot_Mixed
org.eclipse.emf.ecore.EAttribute getDocumentRoot_Mixed()
Returns the meta object for the attribute list 'Mixed'.- Returns:
- the meta object for the attribute list 'Mixed'.
- See Also:
DocumentRoot.getMixed(),getDocumentRoot()- Generated code
-
getDocumentRoot_XMLNSPrefixMap
org.eclipse.emf.ecore.EReference getDocumentRoot_XMLNSPrefixMap()
Returns the meta object for the map 'XMLNS Prefix Map'.- Returns:
- the meta object for the map 'XMLNS Prefix Map'.
- See Also:
DocumentRoot.getXMLNSPrefixMap(),getDocumentRoot()- Generated code
-
getDocumentRoot_XSISchemaLocation
org.eclipse.emf.ecore.EReference getDocumentRoot_XSISchemaLocation()
Returns the meta object for the map 'XSI Schema Location'.- Returns:
- the meta object for the map 'XSI Schema Location'.
- See Also:
DocumentRoot.getXSISchemaLocation(),getDocumentRoot()- Generated code
-
getDocumentRoot_BackgroundColor
org.eclipse.emf.ecore.EAttribute getDocumentRoot_BackgroundColor()
Returns the meta object for the attribute 'Background Color'.- Returns:
- the meta object for the attribute 'Background Color'.
- See Also:
DocumentRoot.getBackgroundColor(),getDocumentRoot()- Generated code
-
getDocumentRoot_BorderColor
org.eclipse.emf.ecore.EAttribute getDocumentRoot_BorderColor()
Returns the meta object for the attribute 'Border Color'.- Returns:
- the meta object for the attribute 'Border Color'.
- See Also:
DocumentRoot.getBorderColor(),getDocumentRoot()- Generated code
-
getDocumentRoot_Color
org.eclipse.emf.ecore.EAttribute getDocumentRoot_Color()
Returns the meta object for the attribute 'Color'.- Returns:
- the meta object for the attribute 'Color'.
- See Also:
DocumentRoot.getColor(),getDocumentRoot()- Generated code
-
getHexColor
org.eclipse.emf.ecore.EDataType getHexColor()
Returns the meta object for data type 'Hex Color'.- Returns:
- the meta object for data type 'Hex Color'.
- See Also:
String- Generated code
- Model
- instanceClass="java.lang.String" extendedMetaData="name='HexColor' baseType='http://www.eclipse.org/emf/2003/XMLType#string' pattern='#[0-9a-fA-F]{6}'"
-
getColorFactory
ColorFactory getColorFactory()
Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
- Generated code
-
-