Remote Systems
v6.4.1

com.ibm.etools.systems.filters.impl
Class FiltersPackageImpl

java.lang.Object
  extended byEPackageImpl
      extended bycom.ibm.etools.systems.filters.impl.FiltersPackageImpl
All Implemented Interfaces:
FiltersPackage

public class FiltersPackageImpl
extends EPackageImpl
implements FiltersPackage

An implementation of the model Package.

See Also:
Serialized Form

Field Summary
static String copyright
           
 
Fields inherited from interface com.ibm.etools.systems.filters.FiltersPackage
eINSTANCE, eNAME, eNS_PREFIX, eNS_URI, SYSTEM_FILTER, SYSTEM_FILTER__DEFAULT, SYSTEM_FILTER__NAME, SYSTEM_FILTER__NESTED_FILTERS, SYSTEM_FILTER__NON_CHANGABLE, SYSTEM_FILTER__NON_DELETABLE, SYSTEM_FILTER__NON_RENAMABLE, SYSTEM_FILTER__PARENT_FILTER, SYSTEM_FILTER__PROMPTABLE, SYSTEM_FILTER__RELATIVE_ORDER, SYSTEM_FILTER__RELEASE, SYSTEM_FILTER__SINGLE_FILTER_STRING_ONLY, SYSTEM_FILTER__STRINGS, SYSTEM_FILTER__STRINGS_CASE_SENSITIVE, SYSTEM_FILTER__STRINGS_NON_CHANGABLE, SYSTEM_FILTER__SUPPORTS_DUPLICATE_FILTER_STRINGS, SYSTEM_FILTER__SUPPORTS_NESTED_FILTERS, SYSTEM_FILTER__TYPE, SYSTEM_FILTER_FEATURE_COUNT, SYSTEM_FILTER_POOL, SYSTEM_FILTER_POOL__DEFAULT, SYSTEM_FILTER_POOL__DELETABLE, SYSTEM_FILTER_POOL__FILTERS, SYSTEM_FILTER_POOL__NAME, SYSTEM_FILTER_POOL__NON_RENAMABLE, SYSTEM_FILTER_POOL__OWNING_PARENT_NAME, SYSTEM_FILTER_POOL__RELEASE, SYSTEM_FILTER_POOL__SINGLE_FILTER_STRING_ONLY, SYSTEM_FILTER_POOL__STRINGS_CASE_SENSITIVE, SYSTEM_FILTER_POOL__SUPPORTS_DUPLICATE_FILTER_STRINGS, SYSTEM_FILTER_POOL__SUPPORTS_NESTED_FILTERS, SYSTEM_FILTER_POOL__TYPE, SYSTEM_FILTER_POOL_FEATURE_COUNT, SYSTEM_FILTER_POOL_MANAGER, SYSTEM_FILTER_POOL_MANAGER__NAME, SYSTEM_FILTER_POOL_MANAGER__POOLS, SYSTEM_FILTER_POOL_MANAGER__SINGLE_FILTER_STRING_ONLY, SYSTEM_FILTER_POOL_MANAGER__STRINGS_CASE_SENSITIVE, SYSTEM_FILTER_POOL_MANAGER__SUPPORTS_DUPLICATE_FILTER_STRINGS, SYSTEM_FILTER_POOL_MANAGER__SUPPORTS_NESTED_FILTERS, SYSTEM_FILTER_POOL_MANAGER_FEATURE_COUNT, SYSTEM_FILTER_POOL_REFERENCE, SYSTEM_FILTER_POOL_REFERENCE__PARENT_REFERENCE_MANAGER, SYSTEM_FILTER_POOL_REFERENCE__REFERENCED_OBJECT_NAME, SYSTEM_FILTER_POOL_REFERENCE_FEATURE_COUNT, SYSTEM_FILTER_POOL_REFERENCE_MANAGER, SYSTEM_FILTER_POOL_REFERENCE_MANAGER__NAME, SYSTEM_FILTER_POOL_REFERENCE_MANAGER__REFERENCING_OBJECT_LIST, SYSTEM_FILTER_POOL_REFERENCE_MANAGER_FEATURE_COUNT, SYSTEM_FILTER_REFERENCE, SYSTEM_FILTER_REFERENCE_FEATURE_COUNT, SYSTEM_FILTER_STRING, SYSTEM_FILTER_STRING__DEFAULT, SYSTEM_FILTER_STRING__STRING, SYSTEM_FILTER_STRING__TYPE, SYSTEM_FILTER_STRING_FEATURE_COUNT
 
Method Summary
 void createPackageContents()
          Creates the meta-model objects for the package.
 FiltersFactory getFiltersFactory()
           
 EAttribute getSystemFilter_Default()
           
 EAttribute getSystemFilter_Name()
           
 EReference getSystemFilter_NestedFilters()
           
 EAttribute getSystemFilter_NonChangable()
           
 EAttribute getSystemFilter_NonDeletable()
           
 EAttribute getSystemFilter_NonRenamable()
           
 EReference getSystemFilter_ParentFilter()
           
 EAttribute getSystemFilter_Promptable()
           
 EAttribute getSystemFilter_RelativeOrder()
           
 EAttribute getSystemFilter_Release()
           
 EAttribute getSystemFilter_SingleFilterStringOnly()
           
 EReference getSystemFilter_Strings()
           
 EAttribute getSystemFilter_StringsCaseSensitive()
           
 EAttribute getSystemFilter_StringsNonChangable()
           
 EAttribute getSystemFilter_SupportsDuplicateFilterStrings()
           
 EAttribute getSystemFilter_SupportsNestedFilters()
           
 EAttribute getSystemFilter_Type()
           
 EClass getSystemFilter()
           
 EAttribute getSystemFilterPool_Default()
           
 EAttribute getSystemFilterPool_Deletable()
           
 EReference getSystemFilterPool_Filters()
           
 EAttribute getSystemFilterPool_Name()
           
 EAttribute getSystemFilterPool_NonRenamable()
           
 EAttribute getSystemFilterPool_OwningParentName()
           
 EAttribute getSystemFilterPool_Release()
           
 EAttribute getSystemFilterPool_SingleFilterStringOnly()
           
 EAttribute getSystemFilterPool_StringsCaseSensitive()
           
 EAttribute getSystemFilterPool_SupportsDuplicateFilterStrings()
           
 EAttribute getSystemFilterPool_SupportsNestedFilters()
           
 EAttribute getSystemFilterPool_Type()
           
 EClass getSystemFilterPool()
           
 EAttribute getSystemFilterPoolManager_Name()
           
 EReference getSystemFilterPoolManager_Pools()
           
 EAttribute getSystemFilterPoolManager_SingleFilterStringOnly()
           
 EAttribute getSystemFilterPoolManager_StringsCaseSensitive()
           
 EAttribute getSystemFilterPoolManager_SupportsDuplicateFilterStrings()
           
 EAttribute getSystemFilterPoolManager_SupportsNestedFilters()
           
 EClass getSystemFilterPoolManager()
           
 EClass getSystemFilterPoolReference()
           
 EClass getSystemFilterPoolReferenceManager()
           
 EClass getSystemFilterReference()
           
 EAttribute getSystemFilterString_Default()
           
 EAttribute getSystemFilterString_String()
           
 EAttribute getSystemFilterString_Type()
           
 EClass getSystemFilterString()
           
static FiltersPackage init()
          Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
 void initializePackageContents()
          Complete the initialization of the package and its meta-model.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyright

public static final String copyright

See Also:
Constant Field Values
Method Detail

init

public static FiltersPackage init()
Creates, registers, and initializes the Package for this model, and for any others upon which it depends. Simple dependencies are satisfied by calling this method on all dependent packages before doing anything else. This method drives initialization for interdependent packages directly, in parallel with this package, itself.

Of this package and its interdependencies, all packages which have not yet been registered by their URI values are first created and registered. The packages are then initialized in two steps: meta-model objects for all of the packages are created before any are initialized, since one package's meta-model objects may refer to those of another.

Invocation of this method will not affect any packages that have already been initialized.

See Also:
FiltersPackage.eNS_URI, createPackageContents(), initializePackageContents()

getSystemFilter

public EClass getSystemFilter()

Specified by:
getSystemFilter in interface FiltersPackage
Returns:
the meta object for class 'System Filter'.
See Also:
SystemFilter

getSystemFilter_Name

public EAttribute getSystemFilter_Name()

Specified by:
getSystemFilter_Name in interface FiltersPackage
Returns:
the meta object for the attribute 'Name'.
See Also:
SystemFilter.getName(), FiltersPackage.getSystemFilter()

getSystemFilter_Type

public EAttribute getSystemFilter_Type()

Specified by:
getSystemFilter_Type in interface FiltersPackage
Returns:
the meta object for the attribute 'Type'.
See Also:
SystemFilter.getType(), FiltersPackage.getSystemFilter()

getSystemFilter_SupportsNestedFilters

public EAttribute getSystemFilter_SupportsNestedFilters()

Specified by:
getSystemFilter_SupportsNestedFilters in interface FiltersPackage
Returns:
the meta object for the attribute 'Supports Nested Filters'.
See Also:
SystemFilter.isSupportsNestedFilters(), FiltersPackage.getSystemFilter()

getSystemFilter_RelativeOrder

public EAttribute getSystemFilter_RelativeOrder()

Specified by:
getSystemFilter_RelativeOrder in interface FiltersPackage
Returns:
the meta object for the attribute 'Relative Order'.
See Also:
SystemFilter.getRelativeOrder(), FiltersPackage.getSystemFilter()

getSystemFilter_Default

public EAttribute getSystemFilter_Default()

Specified by:
getSystemFilter_Default in interface FiltersPackage
Returns:
the meta object for the attribute 'Default'.
See Also:
SystemFilter.isDefault(), FiltersPackage.getSystemFilter()

getSystemFilter_StringsCaseSensitive

public EAttribute getSystemFilter_StringsCaseSensitive()

Specified by:
getSystemFilter_StringsCaseSensitive in interface FiltersPackage
Returns:
the meta object for the attribute 'Strings Case Sensitive'.
See Also:
SystemFilter.isStringsCaseSensitive(), FiltersPackage.getSystemFilter()

getSystemFilter_Promptable

public EAttribute getSystemFilter_Promptable()

Specified by:
getSystemFilter_Promptable in interface FiltersPackage
Returns:
the meta object for the attribute 'Promptable'.
See Also:
SystemFilter.isPromptable(), FiltersPackage.getSystemFilter()

getSystemFilter_SupportsDuplicateFilterStrings

public EAttribute getSystemFilter_SupportsDuplicateFilterStrings()

Specified by:
getSystemFilter_SupportsDuplicateFilterStrings in interface FiltersPackage
Returns:
the meta object for the attribute 'Supports Duplicate Filter Strings'.
See Also:
SystemFilter.isSupportsDuplicateFilterStrings(), FiltersPackage.getSystemFilter()

getSystemFilter_NonDeletable

public EAttribute getSystemFilter_NonDeletable()

Specified by:
getSystemFilter_NonDeletable in interface FiltersPackage
Returns:
the meta object for the attribute 'Non Deletable'.
See Also:
SystemFilter.isNonDeletable(), FiltersPackage.getSystemFilter()

getSystemFilter_NonRenamable

public EAttribute getSystemFilter_NonRenamable()

Specified by:
getSystemFilter_NonRenamable in interface FiltersPackage
Returns:
the meta object for the attribute 'Non Renamable'.
See Also:
SystemFilter.isNonRenamable(), FiltersPackage.getSystemFilter()

getSystemFilter_NonChangable

public EAttribute getSystemFilter_NonChangable()

Specified by:
getSystemFilter_NonChangable in interface FiltersPackage
Returns:
the meta object for the attribute 'Non Changable'.
See Also:
SystemFilter.isNonChangable(), FiltersPackage.getSystemFilter()

getSystemFilter_StringsNonChangable

public EAttribute getSystemFilter_StringsNonChangable()

Specified by:
getSystemFilter_StringsNonChangable in interface FiltersPackage
Returns:
the meta object for the attribute 'Strings Non Changable'.
See Also:
SystemFilter.isStringsNonChangable(), FiltersPackage.getSystemFilter()

getSystemFilter_Release

public EAttribute getSystemFilter_Release()

Specified by:
getSystemFilter_Release in interface FiltersPackage
Returns:
the meta object for the attribute 'Release'.
See Also:
SystemFilter.getRelease(), FiltersPackage.getSystemFilter()

getSystemFilter_SingleFilterStringOnly

public EAttribute getSystemFilter_SingleFilterStringOnly()

Specified by:
getSystemFilter_SingleFilterStringOnly in interface FiltersPackage
Returns:
the meta object for the attribute 'Single Filter String Only'.
See Also:
SystemFilter.isSingleFilterStringOnly(), FiltersPackage.getSystemFilter()

getSystemFilter_NestedFilters

public EReference getSystemFilter_NestedFilters()

Specified by:
getSystemFilter_NestedFilters in interface FiltersPackage
Returns:
the meta object for the containment reference list 'Nested Filters'.
See Also:
SystemFilter.getNestedFilters(), FiltersPackage.getSystemFilter()

getSystemFilter_ParentFilter

public EReference getSystemFilter_ParentFilter()

Specified by:
getSystemFilter_ParentFilter in interface FiltersPackage
Returns:
the meta object for the container reference 'Parent Filter'.
See Also:
SystemFilter.getParentFilter(), FiltersPackage.getSystemFilter()

getSystemFilter_Strings

public EReference getSystemFilter_Strings()

Specified by:
getSystemFilter_Strings in interface FiltersPackage
Returns:
the meta object for the containment reference list 'Strings'.
See Also:
SystemFilter.getStrings(), FiltersPackage.getSystemFilter()

getSystemFilterPool

public EClass getSystemFilterPool()

Specified by:
getSystemFilterPool in interface FiltersPackage
Returns:
the meta object for class 'System Filter Pool'.
See Also:
SystemFilterPool

getSystemFilterPool_Name

public EAttribute getSystemFilterPool_Name()

Specified by:
getSystemFilterPool_Name in interface FiltersPackage
Returns:
the meta object for the attribute 'Name'.
See Also:
SystemFilterPool.getName(), FiltersPackage.getSystemFilterPool()

getSystemFilterPool_Type

public EAttribute getSystemFilterPool_Type()

Specified by:
getSystemFilterPool_Type in interface FiltersPackage
Returns:
the meta object for the attribute 'Type'.
See Also:
SystemFilterPool.getType(), FiltersPackage.getSystemFilterPool()

getSystemFilterPool_SupportsNestedFilters

public EAttribute getSystemFilterPool_SupportsNestedFilters()

Specified by:
getSystemFilterPool_SupportsNestedFilters in interface FiltersPackage
Returns:
the meta object for the attribute 'Supports Nested Filters'.
See Also:
SystemFilterPool.isSupportsNestedFilters(), FiltersPackage.getSystemFilterPool()

getSystemFilterPool_Deletable

public EAttribute getSystemFilterPool_Deletable()

Specified by:
getSystemFilterPool_Deletable in interface FiltersPackage
Returns:
the meta object for the attribute 'Deletable'.
See Also:
SystemFilterPool.isDeletable(), FiltersPackage.getSystemFilterPool()

getSystemFilterPool_Default

public EAttribute getSystemFilterPool_Default()

Specified by:
getSystemFilterPool_Default in interface FiltersPackage
Returns:
the meta object for the attribute 'Default'.
See Also:
SystemFilterPool.isDefault(), FiltersPackage.getSystemFilterPool()

getSystemFilterPool_StringsCaseSensitive

public EAttribute getSystemFilterPool_StringsCaseSensitive()

Specified by:
getSystemFilterPool_StringsCaseSensitive in interface FiltersPackage
Returns:
the meta object for the attribute 'Strings Case Sensitive'.
See Also:
SystemFilterPool.isStringsCaseSensitive(), FiltersPackage.getSystemFilterPool()

getSystemFilterPool_SupportsDuplicateFilterStrings

public EAttribute getSystemFilterPool_SupportsDuplicateFilterStrings()

Specified by:
getSystemFilterPool_SupportsDuplicateFilterStrings in interface FiltersPackage
Returns:
the meta object for the attribute 'Supports Duplicate Filter Strings'.
See Also:
SystemFilterPool.isSupportsDuplicateFilterStrings(), FiltersPackage.getSystemFilterPool()

getSystemFilterPool_Release

public EAttribute getSystemFilterPool_Release()

Specified by:
getSystemFilterPool_Release in interface FiltersPackage
Returns:
the meta object for the attribute 'Release'.
See Also:
SystemFilterPool.getRelease(), FiltersPackage.getSystemFilterPool()

getSystemFilterPool_SingleFilterStringOnly

public EAttribute getSystemFilterPool_SingleFilterStringOnly()

Specified by:
getSystemFilterPool_SingleFilterStringOnly in interface FiltersPackage
Returns:
the meta object for the attribute 'Single Filter String Only'.
See Also:
SystemFilterPool.isSingleFilterStringOnly(), FiltersPackage.getSystemFilterPool()

getSystemFilterPool_OwningParentName

public EAttribute getSystemFilterPool_OwningParentName()

Specified by:
getSystemFilterPool_OwningParentName in interface FiltersPackage
Returns:
the meta object for the attribute 'Owning Parent Name'.
See Also:
SystemFilterPool.getOwningParentName(), FiltersPackage.getSystemFilterPool()

getSystemFilterPool_NonRenamable

public EAttribute getSystemFilterPool_NonRenamable()

Specified by:
getSystemFilterPool_NonRenamable in interface FiltersPackage
Returns:
the meta object for the attribute 'Non Renamable'.
See Also:
SystemFilterPool.isNonRenamable(), FiltersPackage.getSystemFilterPool()

getSystemFilterPool_Filters

public EReference getSystemFilterPool_Filters()

Specified by:
getSystemFilterPool_Filters in interface FiltersPackage
Returns:
the meta object for the containment reference list 'Filters'.
See Also:
SystemFilterPool.getFilters(), FiltersPackage.getSystemFilterPool()

getSystemFilterString

public EClass getSystemFilterString()

Specified by:
getSystemFilterString in interface FiltersPackage
Returns:
the meta object for class 'System Filter String'.
See Also:
SystemFilterString

getSystemFilterString_String

public EAttribute getSystemFilterString_String()

Specified by:
getSystemFilterString_String in interface FiltersPackage
Returns:
the meta object for the attribute 'String'.
See Also:
SystemFilterString.getString(), FiltersPackage.getSystemFilterString()

getSystemFilterString_Type

public EAttribute getSystemFilterString_Type()

Specified by:
getSystemFilterString_Type in interface FiltersPackage
Returns:
the meta object for the attribute 'Type'.
See Also:
SystemFilterString.getType(), FiltersPackage.getSystemFilterString()

getSystemFilterString_Default

public EAttribute getSystemFilterString_Default()

Specified by:
getSystemFilterString_Default in interface FiltersPackage
Returns:
the meta object for the attribute 'Default'.
See Also:
SystemFilterString.isDefault(), FiltersPackage.getSystemFilterString()

getSystemFilterPoolReference

public EClass getSystemFilterPoolReference()

Specified by:
getSystemFilterPoolReference in interface FiltersPackage
Returns:
the meta object for class 'System Filter Pool Reference'.
See Also:
SystemFilterPoolReference

getSystemFilterReference

public EClass getSystemFilterReference()

Specified by:
getSystemFilterReference in interface FiltersPackage
Returns:
the meta object for class 'System Filter Reference'.
See Also:
SystemFilterReference

getSystemFilterPoolManager

public EClass getSystemFilterPoolManager()

Specified by:
getSystemFilterPoolManager in interface FiltersPackage
Returns:
the meta object for class 'System Filter Pool Manager'.
See Also:
SystemFilterPoolManager

getSystemFilterPoolManager_Name

public EAttribute getSystemFilterPoolManager_Name()

Specified by:
getSystemFilterPoolManager_Name in interface FiltersPackage
Returns:
the meta object for the attribute 'Name'.
See Also:
SystemFilterPoolManager.getName(), FiltersPackage.getSystemFilterPoolManager()

getSystemFilterPoolManager_SupportsNestedFilters

public EAttribute getSystemFilterPoolManager_SupportsNestedFilters()

Specified by:
getSystemFilterPoolManager_SupportsNestedFilters in interface FiltersPackage
Returns:
the meta object for the attribute 'Supports Nested Filters'.
See Also:
SystemFilterPoolManager.isSupportsNestedFilters(), FiltersPackage.getSystemFilterPoolManager()

getSystemFilterPoolManager_StringsCaseSensitive

public EAttribute getSystemFilterPoolManager_StringsCaseSensitive()

Specified by:
getSystemFilterPoolManager_StringsCaseSensitive in interface FiltersPackage
Returns:
the meta object for the attribute 'Strings Case Sensitive'.
See Also:
SystemFilterPoolManager.isStringsCaseSensitive(), FiltersPackage.getSystemFilterPoolManager()

getSystemFilterPoolManager_SupportsDuplicateFilterStrings

public EAttribute getSystemFilterPoolManager_SupportsDuplicateFilterStrings()

Specified by:
getSystemFilterPoolManager_SupportsDuplicateFilterStrings in interface FiltersPackage
Returns:
the meta object for the attribute 'Supports Duplicate Filter Strings'.
See Also:
SystemFilterPoolManager.isSupportsDuplicateFilterStrings(), FiltersPackage.getSystemFilterPoolManager()

getSystemFilterPoolManager_SingleFilterStringOnly

public EAttribute getSystemFilterPoolManager_SingleFilterStringOnly()

Specified by:
getSystemFilterPoolManager_SingleFilterStringOnly in interface FiltersPackage
Returns:
the meta object for the attribute 'Single Filter String Only'.
See Also:
SystemFilterPoolManager.isSingleFilterStringOnly(), FiltersPackage.getSystemFilterPoolManager()

getSystemFilterPoolManager_Pools

public EReference getSystemFilterPoolManager_Pools()

Specified by:
getSystemFilterPoolManager_Pools in interface FiltersPackage
Returns:
the meta object for the reference list 'Pools'.
See Also:
SystemFilterPoolManager.getPools(), FiltersPackage.getSystemFilterPoolManager()

getSystemFilterPoolReferenceManager

public EClass getSystemFilterPoolReferenceManager()

Specified by:
getSystemFilterPoolReferenceManager in interface FiltersPackage
Returns:
the meta object for class 'System Filter Pool Reference Manager'.
See Also:
SystemFilterPoolReferenceManager

getFiltersFactory

public FiltersFactory getFiltersFactory()

Specified by:
getFiltersFactory in interface FiltersPackage
Returns:
the factory that creates the instances of the model.

createPackageContents

public void createPackageContents()
Creates the meta-model objects for the package. This method is guarded to have no affect on any invocation but its first.


initializePackageContents

public void initializePackageContents()
Complete the initialization of the package and its meta-model. This method is guarded to have no affect on any invocation but its first.


Remote Systems
v6.4.1

Copyright © 2005 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.