Class SettingsSet.EntryInfo
- java.lang.Object
-
- org.eclipse.cdt.core.settings.model.util.SettingsSet.EntryInfo
-
- Enclosing class:
- SettingsSet
public static class SettingsSet.EntryInfo extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EntryNameKey
getContentsKey()
Object
getCustomInfo()
ICLanguageSettingEntry
getEntry()
boolean
isOverridden()
-
-
-
Method Detail
-
getContentsKey
public EntryNameKey getContentsKey()
-
getEntry
public ICLanguageSettingEntry getEntry()
-
isOverridden
public boolean isOverridden()
-
getCustomInfo
public Object getCustomInfo()
-
-