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