org.eclipse.emf.ecp.view.template.style.fontProperties.model
Interface VTFontPropertiesPackage

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:
VTFontPropertiesPackageImpl

public interface VTFontPropertiesPackage
extends org.eclipse.emf.ecore.EPackage

The Package for the model. It contains accessors for the meta objects to represent

See Also:
VTFontPropertiesFactory

Nested Class Summary
static interface VTFontPropertiesPackage.Literals
          Defines literals for the meta objects that represent each class, each feature of each class, each operation of each class, each enum, and each data type
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry
 
Field Summary
static VTFontPropertiesPackage 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 FONT_PROPERTIES_STYLE_PROPERTY
          The meta object id for the ' Style Property' class.
static int FONT_PROPERTIES_STYLE_PROPERTY__BOLD
          The feature id for the 'Bold' attribute.
static int FONT_PROPERTIES_STYLE_PROPERTY__COLOR_HEX
          The feature id for the 'Color HEX' attribute.
static int FONT_PROPERTIES_STYLE_PROPERTY__FONT_NAME
          The feature id for the 'Font Name' attribute.
static int FONT_PROPERTIES_STYLE_PROPERTY__HEIGHT
          The feature id for the 'Height' attribute.
static int FONT_PROPERTIES_STYLE_PROPERTY__ITALIC
          The feature id for the 'Italic' attribute.
static int FONT_PROPERTIES_STYLE_PROPERTY_FEATURE_COUNT
          The number of structural features of the 'Style Property' class.
static int FONT_PROPERTIES_STYLE_PROPERTY_OPERATION_COUNT
          The number of operations of the 'Style Property' class.
 
Method Summary
 VTFontPropertiesFactory getFontPropertiesFactory()
          Returns the factory that creates the instances of the model.
 org.eclipse.emf.ecore.EAttribute getFontPropertiesStyleProperty_Bold()
          Returns the meta object for the attribute ' Bold'.
 org.eclipse.emf.ecore.EAttribute getFontPropertiesStyleProperty_ColorHEX()
          Returns the meta object for the attribute ' Color HEX'.
 org.eclipse.emf.ecore.EAttribute getFontPropertiesStyleProperty_FontName()
          Returns the meta object for the attribute ' Font Name'.
 org.eclipse.emf.ecore.EAttribute getFontPropertiesStyleProperty_Height()
          Returns the meta object for the attribute ' Height'.
 org.eclipse.emf.ecore.EAttribute getFontPropertiesStyleProperty_Italic()
          Returns the meta object for the attribute ' Italic'.
 org.eclipse.emf.ecore.EClass getFontPropertiesStyleProperty()
          Returns the meta object for class ' Style Property'.
 
Methods inherited from interface org.eclipse.emf.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
 
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
 
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
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

eNAME

static final String eNAME
The package name.

See Also:
Constant Field Values

eNS_URI

static final String eNS_URI
The package namespace URI.

See Also:
Constant Field Values

eNS_PREFIX

static final String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values

eINSTANCE

static final VTFontPropertiesPackage eINSTANCE
The singleton instance of the package.


FONT_PROPERTIES_STYLE_PROPERTY

static final int FONT_PROPERTIES_STYLE_PROPERTY
The meta object id for the ' Style Property' class.

See Also:
VTFontPropertiesStylePropertyImpl, VTFontPropertiesPackageImpl.getFontPropertiesStyleProperty(), Constant Field Values

FONT_PROPERTIES_STYLE_PROPERTY__ITALIC

static final int FONT_PROPERTIES_STYLE_PROPERTY__ITALIC
The feature id for the 'Italic' attribute.

See Also:
Constant Field Values

FONT_PROPERTIES_STYLE_PROPERTY__BOLD

static final int FONT_PROPERTIES_STYLE_PROPERTY__BOLD
The feature id for the 'Bold' attribute.

See Also:
Constant Field Values

FONT_PROPERTIES_STYLE_PROPERTY__COLOR_HEX

static final int FONT_PROPERTIES_STYLE_PROPERTY__COLOR_HEX
The feature id for the 'Color HEX' attribute.

See Also:
Constant Field Values

FONT_PROPERTIES_STYLE_PROPERTY__HEIGHT

static final int FONT_PROPERTIES_STYLE_PROPERTY__HEIGHT
The feature id for the 'Height' attribute.

See Also:
Constant Field Values

FONT_PROPERTIES_STYLE_PROPERTY__FONT_NAME

static final int FONT_PROPERTIES_STYLE_PROPERTY__FONT_NAME
The feature id for the 'Font Name' attribute.

See Also:
Constant Field Values

FONT_PROPERTIES_STYLE_PROPERTY_FEATURE_COUNT

static final int FONT_PROPERTIES_STYLE_PROPERTY_FEATURE_COUNT
The number of structural features of the 'Style Property' class.

See Also:
Constant Field Values

FONT_PROPERTIES_STYLE_PROPERTY_OPERATION_COUNT

static final int FONT_PROPERTIES_STYLE_PROPERTY_OPERATION_COUNT
The number of operations of the 'Style Property' class.

See Also:
Constant Field Values
Method Detail

getFontPropertiesStyleProperty

org.eclipse.emf.ecore.EClass getFontPropertiesStyleProperty()
Returns the meta object for class ' Style Property'.

Returns:
the meta object for class 'Style Property'.
See Also:
VTFontPropertiesStyleProperty

getFontPropertiesStyleProperty_Italic

org.eclipse.emf.ecore.EAttribute getFontPropertiesStyleProperty_Italic()
Returns the meta object for the attribute ' Italic'.

Returns:
the meta object for the attribute 'Italic'.
See Also:
VTFontPropertiesStyleProperty.isItalic(), getFontPropertiesStyleProperty()

getFontPropertiesStyleProperty_Bold

org.eclipse.emf.ecore.EAttribute getFontPropertiesStyleProperty_Bold()
Returns the meta object for the attribute ' Bold'.

Returns:
the meta object for the attribute 'Bold'.
See Also:
VTFontPropertiesStyleProperty.isBold(), getFontPropertiesStyleProperty()

getFontPropertiesStyleProperty_ColorHEX

org.eclipse.emf.ecore.EAttribute getFontPropertiesStyleProperty_ColorHEX()
Returns the meta object for the attribute ' Color HEX'.

Returns:
the meta object for the attribute 'Color HEX'.
See Also:
VTFontPropertiesStyleProperty.getColorHEX(), getFontPropertiesStyleProperty()

getFontPropertiesStyleProperty_Height

org.eclipse.emf.ecore.EAttribute getFontPropertiesStyleProperty_Height()
Returns the meta object for the attribute ' Height'.

Returns:
the meta object for the attribute 'Height'.
See Also:
VTFontPropertiesStyleProperty.getHeight(), getFontPropertiesStyleProperty()

getFontPropertiesStyleProperty_FontName

org.eclipse.emf.ecore.EAttribute getFontPropertiesStyleProperty_FontName()
Returns the meta object for the attribute ' Font Name'.

Returns:
the meta object for the attribute 'Font Name'.
See Also:
VTFontPropertiesStyleProperty.getFontName(), getFontPropertiesStyleProperty()

getFontPropertiesFactory

VTFontPropertiesFactory getFontPropertiesFactory()
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.


Copyright © 2015. All Rights Reserved.