Uses of Class
com.opencloud.slee.profile.ProfileDataCollection.Profile
-
Packages that use ProfileDataCollection.Profile Package Description com.opencloud.slee.profile -
-
Uses of ProfileDataCollection.Profile in com.opencloud.slee.profile
Methods in com.opencloud.slee.profile that return types with arguments of type ProfileDataCollection.Profile Modifier and Type Method Description Iterator<ProfileDataCollection.Profile>
ProfileDataCollection. getProfiles()
Get an iterator over the profiles stored in this collection.Methods in com.opencloud.slee.profile with parameters of type ProfileDataCollection.Profile Modifier and Type Method Description void
ProfileDataCollection. addProfile(ProfileDataCollection.Profile profile)
Add a profile to the collection.
-