Package com.e1c.langtool.emf.settings
Interface EFeatureSettings
- All Superinterfaces:
FeatureSettings,Serializable
- All Known Implementing Classes:
EFeatureSettingsImpl,V8FeatureSettings,V8FeatureSettings.V8ModelFeatureSettings
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.ecore.EStructuralFeatureGets the feature.booleanChecks if the feature is interface or localizable.Methods inherited from interface com.e1c.langtool.settings.FeatureSettings
getName, getPresentation, isCamelCase, isId, isModel, isMultiLine, isPreferContext, isTag, isUnique
-
Method Details
-
getEFeature
org.eclipse.emf.ecore.EStructuralFeature getEFeature()Gets the feature.- Returns:
- the e feature
-
isInterface
boolean isInterface()Checks if the feature is interface or localizable. The feature stores aEMapofLocalString.- Specified by:
isInterfacein interfaceFeatureSettings- Returns:
- true, if the feature is interface
-