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