com.ibm.ws.javaee.dd.webext
Interface CacheVariable


public interface CacheVariable

Represents <cache-variable>.


Nested Class Summary
static class CacheVariable.TypeEnum
           
 
Method Summary
 java.lang.String getDataId()
           
 java.lang.String getIdentifier()
           
 java.lang.String getInvalidate()
           
 java.lang.String getMethod()
           
 CacheVariable.TypeEnum getType()
           
 boolean isRequired()
           
 boolean isSetRequired()
           
 boolean isSetType()
           
 

Method Detail

isSetType

boolean isSetType()

getType

CacheVariable.TypeEnum getType()

getIdentifier

java.lang.String getIdentifier()

getMethod

java.lang.String getMethod()

isSetRequired

boolean isSetRequired()

isRequired

boolean isRequired()

getDataId

java.lang.String getDataId()

getInvalidate

java.lang.String getInvalidate()