Interface CompositeProfile
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<Profile>
getProfiles()
Returns a collection of the profiles that this profile type consists.
-
-
-
Method Detail
-
getProfiles
Collection<Profile> getProfiles()
Returns a collection of the profiles that this profile type consists.- Returns:
- a collection of the profiles that this profile type consists
- Since:
- 9.10.3
-
-