Package com.ibm.ws.javaee.dd.webext
Interface CacheVariable
public interface CacheVariable
Represents <cache-variable>.
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
isSetType
boolean isSetType() -
getType
CacheVariable.TypeEnum getType() -
getIdentifier
String getIdentifier() -
getMethod
String getMethod() -
isSetRequired
boolean isSetRequired() -
isRequired
boolean isRequired() -
getDataId
String getDataId() -
getInvalidate
String getInvalidate()
-