Package com.e1c.langtool.v8.dt.settings
Interface McoreFeatureSettings
- All Superinterfaces:
FeatureSettingsContributor
- All Known Implementing Classes:
McoreFeatureSettingsImpl
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault List<FeatureSettings>Gets ordered feature settings list that can use globally.
-
Field Details
-
INSTANCE
-
-
Method Details
-
getNamedElement_Name
EFeatureSettings getNamedElement_Name() -
getStringValue_Value
EFeatureSettings getStringValue_Value() -
getStringValue_Key
FeatureSettings getStringValue_Key() -
getStingLiteral_Param
FeatureSettings getStingLiteral_Param() -
getFeatureSettings
Description copied from interface:FeatureSettingsContributorGets ordered feature settings list that can use globally. This order of the list should be always the same for each call.- Specified by:
getFeatureSettingsin interfaceFeatureSettingsContributor- Returns:
- ordered feature settings list, cannot return
null.
-