Interface CompositeProfile
- All Superinterfaces:
 Profile
Represents a combination of two or more profiles.
- Since:
 - 9.10.3
 
- 
Method Summary
Modifier and TypeMethodDescriptionReturns a collection of the profiles that this profile type consists. 
- 
Method Details
- 
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
 
 
 -