Interface CompositeProfile

  • All Superinterfaces:
    Profile

    public interface CompositeProfile
    extends Profile
    Represents a combination of two or more profiles.
    Since:
    9.10.3
    • 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