Uses of Class
com.ibm.ws.javaee.dd.commonbnd.JASPIRef.UseJASPIEnum
-
Packages that use JASPIRef.UseJASPIEnum Package Description com.ibm.ws.javaee.dd.commonbnd -
-
Uses of JASPIRef.UseJASPIEnum in com.ibm.ws.javaee.dd.commonbnd
Methods in com.ibm.ws.javaee.dd.commonbnd that return JASPIRef.UseJASPIEnum Modifier and Type Method Description JASPIRef.UseJASPIEnum
JASPIRef. getUseJASPI()
static JASPIRef.UseJASPIEnum
JASPIRef.UseJASPIEnum. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static JASPIRef.UseJASPIEnum[]
JASPIRef.UseJASPIEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-