Class ProfileManager.BuiltInProfile
java.lang.Object
org.eclipse.m2m.atl.adt.ui.preferences.ProfileManager.Profile
org.eclipse.m2m.atl.adt.ui.preferences.ProfileManager.BuiltInProfile
- All Implemented Interfaces:
Comparable<ProfileManager.Profile>
- Enclosing class:
- ProfileManager
Represents a built-in profile. The state of a built-in profile
cannot be changed after instantiation.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getID()
getName()
boolean
boolean
rename
(String name, ProfileManager manager) void
setSettings
(Map<String, String> settings) Methods inherited from class org.eclipse.m2m.atl.adt.ui.preferences.ProfileManager.Profile
hasEqualSettings, isSharedProfile
-
Constructor Details
-
BuiltInProfile
-
-
Method Details
-
getName
- Specified by:
getName
in classProfileManager.Profile
-
rename
- Specified by:
rename
in classProfileManager.Profile
-
getSettings
- Specified by:
getSettings
in classProfileManager.Profile
-
getID
- Specified by:
getID
in classProfileManager.Profile
-
isProfileToSave
public boolean isProfileToSave()- Specified by:
isProfileToSave
in classProfileManager.Profile
-
isBuiltInProfile
public boolean isBuiltInProfile()- Overrides:
isBuiltInProfile
in classProfileManager.Profile
-
compareTo
-
setSettings
- Specified by:
setSettings
in classProfileManager.Profile
-