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