public interface VTTableValidationPackage
extends org.eclipse.emf.ecore.EPackage
VTTableValidationFactory
Modifier and Type | Interface and Description |
---|---|
static interface |
VTTableValidationPackage.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 VTTableValidationPackage |
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_VALIDATION_STYLE_PROPERTY
The meta object id for the '
Style Property ' class. |
static int |
TABLE_VALIDATION_STYLE_PROPERTY__COLUMN_NAME
The feature id for the 'Column Name' attribute.
|
static int |
TABLE_VALIDATION_STYLE_PROPERTY__COLUMN_WIDTH
The feature id for the 'Column Width' attribute.
|
static int |
TABLE_VALIDATION_STYLE_PROPERTY__IMAGE_PATH
The feature id for the 'Image Path' attribute.
|
static int |
TABLE_VALIDATION_STYLE_PROPERTY_FEATURE_COUNT
The number of structural features of the 'Style Property' class.
|
static int |
TABLE_VALIDATION_STYLE_PROPERTY_OPERATION_COUNT
The number of operations of the 'Style Property' class.
|
Modifier and Type | Method and Description |
---|---|
VTTableValidationFactory |
getTableValidationFactory()
Returns the factory that creates the instances of the model.
|
org.eclipse.emf.ecore.EAttribute |
getTableValidationStyleProperty_ColumnName()
Returns the meta object for the attribute '
Column Name '. |
org.eclipse.emf.ecore.EAttribute |
getTableValidationStyleProperty_ColumnWidth()
Returns the meta object for the attribute '
Column Width '. |
org.eclipse.emf.ecore.EAttribute |
getTableValidationStyleProperty_ImagePath()
Returns the meta object for the attribute '
Image Path '. |
org.eclipse.emf.ecore.EClass |
getTableValidationStyleProperty()
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 VTTableValidationPackage eINSTANCE
static final int TABLE_VALIDATION_STYLE_PROPERTY
Style Property
' class.
static final int TABLE_VALIDATION_STYLE_PROPERTY__COLUMN_WIDTH
static final int TABLE_VALIDATION_STYLE_PROPERTY__COLUMN_NAME
static final int TABLE_VALIDATION_STYLE_PROPERTY__IMAGE_PATH
static final int TABLE_VALIDATION_STYLE_PROPERTY_FEATURE_COUNT
static final int TABLE_VALIDATION_STYLE_PROPERTY_OPERATION_COUNT
org.eclipse.emf.ecore.EClass getTableValidationStyleProperty()
Style Property
'.
VTTableValidationStyleProperty
org.eclipse.emf.ecore.EAttribute getTableValidationStyleProperty_ColumnWidth()
Column Width
'.
VTTableValidationStyleProperty.getColumnWidth()
,
getTableValidationStyleProperty()
org.eclipse.emf.ecore.EAttribute getTableValidationStyleProperty_ColumnName()
Column Name
'.
VTTableValidationStyleProperty.getColumnName()
,
getTableValidationStyleProperty()
org.eclipse.emf.ecore.EAttribute getTableValidationStyleProperty_ImagePath()
Image Path
'.
VTTableValidationStyleProperty.getImagePath()
,
getTableValidationStyleProperty()
VTTableValidationFactory getTableValidationFactory()
Copyright © 2017. All rights reserved.