org.eclipse.emf.ecp.view.template.style.tableValidation.model
Interface VTTableValidationPackage

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

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

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

See Also:
VTTableValidationFactory

Nested Class Summary
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
 
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 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.
 
Method Summary
 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'.
 
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 VTTableValidationPackage eINSTANCE
The singleton instance of the package.


TABLE_VALIDATION_STYLE_PROPERTY

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

See Also:
VTTableValidationStylePropertyImpl, VTTableValidationPackageImpl.getTableValidationStyleProperty(), Constant Field Values

TABLE_VALIDATION_STYLE_PROPERTY__COLUMN_WIDTH

static final int TABLE_VALIDATION_STYLE_PROPERTY__COLUMN_WIDTH
The feature id for the 'Column Width' attribute.

See Also:
Constant Field Values

TABLE_VALIDATION_STYLE_PROPERTY__COLUMN_NAME

static final int TABLE_VALIDATION_STYLE_PROPERTY__COLUMN_NAME
The feature id for the 'Column Name' attribute.

See Also:
Constant Field Values

TABLE_VALIDATION_STYLE_PROPERTY__IMAGE_PATH

static final int TABLE_VALIDATION_STYLE_PROPERTY__IMAGE_PATH
The feature id for the 'Image Path' attribute.

See Also:
Constant Field Values

TABLE_VALIDATION_STYLE_PROPERTY_FEATURE_COUNT

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

See Also:
Constant Field Values

TABLE_VALIDATION_STYLE_PROPERTY_OPERATION_COUNT

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

See Also:
Constant Field Values
Method Detail

getTableValidationStyleProperty

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

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

getTableValidationStyleProperty_ColumnWidth

org.eclipse.emf.ecore.EAttribute getTableValidationStyleProperty_ColumnWidth()
Returns the meta object for the attribute ' Column Width'.

Returns:
the meta object for the attribute 'Column Width'.
See Also:
VTTableValidationStyleProperty.getColumnWidth(), getTableValidationStyleProperty()

getTableValidationStyleProperty_ColumnName

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

Returns:
the meta object for the attribute 'Column Name'.
See Also:
VTTableValidationStyleProperty.getColumnName(), getTableValidationStyleProperty()

getTableValidationStyleProperty_ImagePath

org.eclipse.emf.ecore.EAttribute getTableValidationStyleProperty_ImagePath()
Returns the meta object for the attribute ' Image Path'.

Returns:
the meta object for the attribute 'Image Path'.
See Also:
VTTableValidationStyleProperty.getImagePath(), getTableValidationStyleProperty()

getTableValidationFactory

VTTableValidationFactory getTableValidationFactory()
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.