public interface VTFontPropertiesPackage
extends org.eclipse.emf.ecore.EPackage
VTFontPropertiesFactory
Modifier and Type | Interface and Description |
---|---|
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
|
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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 '. |
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 VTFontPropertiesPackage eINSTANCE
static final int FONT_PROPERTIES_STYLE_PROPERTY
Style Property
' class.
static final int FONT_PROPERTIES_STYLE_PROPERTY__ITALIC
static final int FONT_PROPERTIES_STYLE_PROPERTY__BOLD
static final int FONT_PROPERTIES_STYLE_PROPERTY__COLOR_HEX
static final int FONT_PROPERTIES_STYLE_PROPERTY__HEIGHT
static final int FONT_PROPERTIES_STYLE_PROPERTY__FONT_NAME
static final int FONT_PROPERTIES_STYLE_PROPERTY_FEATURE_COUNT
static final int FONT_PROPERTIES_STYLE_PROPERTY_OPERATION_COUNT
org.eclipse.emf.ecore.EClass getFontPropertiesStyleProperty()
Style Property
'.
VTFontPropertiesStyleProperty
org.eclipse.emf.ecore.EAttribute getFontPropertiesStyleProperty_Italic()
Italic
'.
VTFontPropertiesStyleProperty.isItalic()
,
getFontPropertiesStyleProperty()
org.eclipse.emf.ecore.EAttribute getFontPropertiesStyleProperty_Bold()
Bold
'.
VTFontPropertiesStyleProperty.isBold()
,
getFontPropertiesStyleProperty()
org.eclipse.emf.ecore.EAttribute getFontPropertiesStyleProperty_ColorHEX()
Color HEX
'.
VTFontPropertiesStyleProperty.getColorHEX()
,
getFontPropertiesStyleProperty()
org.eclipse.emf.ecore.EAttribute getFontPropertiesStyleProperty_Height()
Height
'.
VTFontPropertiesStyleProperty.getHeight()
,
getFontPropertiesStyleProperty()
org.eclipse.emf.ecore.EAttribute getFontPropertiesStyleProperty_FontName()
Font Name
'.
VTFontPropertiesStyleProperty.getFontName()
,
getFontPropertiesStyleProperty()
VTFontPropertiesFactory getFontPropertiesFactory()
Copyright © 2019. All rights reserved.