public interface VTTableStylePropertyPackage
extends org.eclipse.emf.ecore.EPackage
VTTableStylePropertyFactory
Modifier and Type | Interface and Description |
---|---|
static interface |
VTTableStylePropertyPackage.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 VTTableStylePropertyPackage |
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 |
TABLE_STYLE_PROPERTY
The meta object id for the
'
Table
Style Property ' class. |
static int |
TABLE_STYLE_PROPERTY__ENABLE_SORTING
The feature id for the 'Enable Sorting' attribute.
|
static int |
TABLE_STYLE_PROPERTY__MAXIMUM_HEIGHT
The feature id for the 'Maximum Height' attribute.
|
static int |
TABLE_STYLE_PROPERTY__MINIMUM_HEIGHT
The feature id for the 'Minimum Height' attribute.
|
static int |
TABLE_STYLE_PROPERTY__SHOW_VALIDATION_SUMMARY_TOOLTIP
The feature id for the 'Show Validation Summary Tooltip' attribute.
|
static int |
TABLE_STYLE_PROPERTY_FEATURE_COUNT
The number of structural features of the 'Table Style Property' class.
|
static int |
TABLE_STYLE_PROPERTY_OPERATION_COUNT
The number of operations of the 'Table Style Property' class.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.ecore.EAttribute |
getTableStyleProperty_EnableSorting()
Returns the meta object for the attribute
'
Enable Sorting '. |
org.eclipse.emf.ecore.EAttribute |
getTableStyleProperty_MaximumHeight()
Returns the meta object for the attribute
'
Maximum Height '. |
org.eclipse.emf.ecore.EAttribute |
getTableStyleProperty_MinimumHeight()
Returns the meta object for the attribute
'
Minimum Height '. |
org.eclipse.emf.ecore.EAttribute |
getTableStyleProperty_ShowValidationSummaryTooltip()
Returns the meta object for the attribute
'
Show Validation Summary Tooltip '. |
org.eclipse.emf.ecore.EClass |
getTableStyleProperty()
Returns the meta object for class
'
Table Style
Property '. |
VTTableStylePropertyFactory |
getTableStylePropertyFactory()
Returns the factory that creates the instances of the model.
|
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 VTTableStylePropertyPackage eINSTANCE
static final int TABLE_STYLE_PROPERTY
Table
Style Property
' class.
static final int TABLE_STYLE_PROPERTY__MINIMUM_HEIGHT
static final int TABLE_STYLE_PROPERTY__MAXIMUM_HEIGHT
static final int TABLE_STYLE_PROPERTY__SHOW_VALIDATION_SUMMARY_TOOLTIP
static final int TABLE_STYLE_PROPERTY__ENABLE_SORTING
static final int TABLE_STYLE_PROPERTY_FEATURE_COUNT
static final int TABLE_STYLE_PROPERTY_OPERATION_COUNT
org.eclipse.emf.ecore.EClass getTableStyleProperty()
Table Style
Property
'.
VTTableStyleProperty
org.eclipse.emf.ecore.EAttribute getTableStyleProperty_MinimumHeight()
Minimum Height
'.
VTTableStyleProperty.getMinimumHeight()
,
getTableStyleProperty()
org.eclipse.emf.ecore.EAttribute getTableStyleProperty_MaximumHeight()
Maximum Height
'.
VTTableStyleProperty.getMaximumHeight()
,
getTableStyleProperty()
org.eclipse.emf.ecore.EAttribute getTableStyleProperty_ShowValidationSummaryTooltip()
Show Validation Summary Tooltip
'.
VTTableStyleProperty.isShowValidationSummaryTooltip()
,
getTableStyleProperty()
org.eclipse.emf.ecore.EAttribute getTableStyleProperty_EnableSorting()
Enable Sorting
'.
VTTableStyleProperty.isEnableSorting()
,
getTableStyleProperty()
VTTableStylePropertyFactory getTableStylePropertyFactory()
Copyright © 2017. All rights reserved.