Uses of Class
org.kie.workbench.common.profile.api.preferences.Profile
-
-
Uses of Profile in org.kie.workbench.common.profile.api.preferences
Methods in org.kie.workbench.common.profile.api.preferences that return Profile Modifier and Type Method Description ProfileProfilePreferences. getProfile()static ProfileProfile. valueOf(String name)Returns the enum constant of this type with the specified name.static Profile[]Profile. values()Returns an array containing the constants of this enum type, in the order they are declared.static ProfileProfile. withName(String name)Methods in org.kie.workbench.common.profile.api.preferences with parameters of type Profile Modifier and Type Method Description voidProfilePreferences. setProfile(Profile profile)Constructors in org.kie.workbench.common.profile.api.preferences with parameters of type Profile Constructor Description ProfilePreferences(Profile profile)ProfilePreferencesPortableGeneratedImpl(Profile profile)
-