Package com.ibm.ws.javaee.dd.appbnd
Interface Profile
- 
 public interface ProfileRepresents <profile>.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<ClientProfile>getClientProfiles()java.lang.StringgetName()
 
- 
- 
- 
Method Detail- 
getNamejava.lang.String getName() - Returns:
- name="..." attribute value
 
 - 
getClientProfilesjava.util.List<ClientProfile> getClientProfiles() - Returns:
- <client-profile> as a read-only list
 
 
- 
 
-