Uses of Enum Class
overit.geocall.util.PickedProfile.Conf
Packages that use PickedProfile.Conf
-
Uses of PickedProfile.Conf in overit.geocall.util
Methods in overit.geocall.util that return PickedProfile.ConfModifier and TypeMethodDescriptionstatic PickedProfile.ConfReturns the enum constant of this class with the specified name.static PickedProfile.Conf[]PickedProfile.Conf.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in overit.geocall.util with parameters of type PickedProfile.ConfModifier and TypeMethodDescriptionbooleanPickedProfile.isPicked(PickedProfile.Conf conf) Gets if thePickedProfile.Conf, passed as parameter, has been picked from a specific conf profile.Constructor parameters in overit.geocall.util with type arguments of type PickedProfile.ConfModifierConstructorDescriptionPickedProfile(Long profileId, String profileDesc, Set<PickedProfile.Conf> pickedConfs, String wmId)