public interface TabfolderPackage
extends org.eclipse.emf.ecore.EPackage
TabfolderFactory| Modifier and Type | Interface and Description |
|---|---|
static interface |
TabfolderPackage.Literals
Defines literals for the meta objects that represent
each class,
each feature of each class,
each enum,
and each data type
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
static TabfolderPackage |
eINSTANCE
The singleton instance of the package
|
static java.lang.String |
eNAME
The package name
|
static java.lang.String |
eNS_PREFIX
The package namespace name
|
static java.lang.String |
eNS_URI
The package namespace URI
|
static int |
TEST_TAB
The meta object id for the '
Test Tab' class |
static int |
TEST_TAB__NAME
The feature id for the 'Name' attribute
|
static int |
TEST_TAB__VALID
The feature id for the 'Valid' attribute
|
static int |
TEST_TAB_FEATURE_COUNT
The number of structural features of the 'Test Tab' class
|
static int |
TEST_TAB_FOLDER
The meta object id for the '
Test Tab Folder' class |
static int |
TEST_TAB_FOLDER__RULE_TEST
The feature id for the 'Rule Test' reference
|
static int |
TEST_TAB_FOLDER__TEST_TAB_LIST
The feature id for the 'Test Tab List' containment reference list
|
static int |
TEST_TAB_FOLDER_FEATURE_COUNT
The number of structural features of the 'Test Tab Folder' class
|
| Modifier and Type | Method and Description |
|---|---|
TabfolderFactory |
getTabfolderFactory()
Returns the factory that creates the instances of the model
|
org.eclipse.emf.ecore.EAttribute |
getTestTab_Name()
Returns the meta object for the attribute '
Name' |
org.eclipse.emf.ecore.EAttribute |
getTestTab_Valid()
Returns the meta object for the attribute '
Valid' |
org.eclipse.emf.ecore.EClass |
getTestTab()
Returns the meta object for class '
Test Tab' |
org.eclipse.emf.ecore.EReference |
getTestTabFolder_RuleTest()
Returns the meta object for the reference '
Rule Test' |
org.eclipse.emf.ecore.EReference |
getTestTabFolder_TestTabList()
Returns the meta object for the containment reference list '
Test Tab List' |
org.eclipse.emf.ecore.EClass |
getTestTabFolder()
Returns the meta object for class '
Test Tab Folder' |
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURIgetEAnnotation, getEAnnotationsstatic final java.lang.String copyright
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final TabfolderPackage eINSTANCE
static final int TEST_TAB_FOLDER
Test Tab Folder' class.
TestTabFolderImpl,
TabfolderPackageImpl.getTestTabFolder(),
Constant Field Valuesstatic final int TEST_TAB_FOLDER__TEST_TAB_LIST
static final int TEST_TAB_FOLDER__RULE_TEST
static final int TEST_TAB_FOLDER_FEATURE_COUNT
static final int TEST_TAB
Test Tab' class.
TestTabImpl,
TabfolderPackageImpl.getTestTab(),
Constant Field Valuesstatic final int TEST_TAB__NAME
static final int TEST_TAB__VALID
static final int TEST_TAB_FEATURE_COUNT
org.eclipse.emf.ecore.EClass getTestTabFolder()
Test Tab Folder'.
TestTabFolderorg.eclipse.emf.ecore.EReference getTestTabFolder_TestTabList()
Test Tab List'.
TestTabFolder.getTestTabList(),
getTestTabFolder()org.eclipse.emf.ecore.EReference getTestTabFolder_RuleTest()
Rule Test'.
TestTabFolder.getRuleTest(),
getTestTabFolder()org.eclipse.emf.ecore.EClass getTestTab()
Test Tab'.
TestTaborg.eclipse.emf.ecore.EAttribute getTestTab_Name()
Name'.
TestTab.getName(),
getTestTab()org.eclipse.emf.ecore.EAttribute getTestTab_Valid()
Valid'.
TestTab.isValid(),
getTestTab()TabfolderFactory getTabfolderFactory()
Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.