Package com.ibm.ws.javaee.dd.appbnd
Interface Profile
-
public interface Profile
Represents <profile>.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<ClientProfile>
getClientProfiles()
java.lang.String
getName()
-
-
-
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
-
-