Package com.e1c.langtool.v8.dt.settings
Class LocalizableTopEObjects
java.lang.Object
com.e1c.langtool.v8.dt.settings.LocalizableTopEObjects
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCollection<org.eclipse.emf.ecore.EClass>Gets the all EClasses of top localizable object.Collection<org.eclipse.emf.ecore.EPackage>Gets the all EPackages of localizable objects.Collection<org.eclipse.emf.ecore.EClass>Gets all of BM EClasses.Collection<org.eclipse.emf.ecore.EClass>Gets all of non BM EClasses.
-
Field Details
-
EXTENSION_POINT
- See Also:
-
-
Constructor Details
-
LocalizableTopEObjects
public LocalizableTopEObjects()
-
-
Method Details
-
getAllEClass
Gets the all EClasses of top localizable object.- Returns:
- the all EClasses
-
getBmEClass
Gets all of BM EClasses.- Returns:
- collection of BM EClasses
-
getNonBmEClass
Gets all of non BM EClasses.- Returns:
- the collection of non BM EClasses
-
getAllEPackages
Gets the all EPackages of localizable objects.- Returns:
- the all EPackages
-