Package com.ibm.ws.javaee.dd.webext
Interface CacheVariable
- 
 public interface CacheVariableRepresents <cache-variable>.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static classCacheVariable.TypeEnum
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDataId()java.lang.StringgetIdentifier()java.lang.StringgetInvalidate()java.lang.StringgetMethod()CacheVariable.TypeEnumgetType()booleanisRequired()booleanisSetRequired()booleanisSetType()
 
- 
- 
- 
Method Detail- 
isSetTypeboolean isSetType() 
 - 
getTypeCacheVariable.TypeEnum getType() 
 - 
getIdentifierjava.lang.String getIdentifier() 
 - 
getMethodjava.lang.String getMethod() 
 - 
isSetRequiredboolean isSetRequired() 
 - 
isRequiredboolean isRequired() 
 - 
getDataIdjava.lang.String getDataId() 
 - 
getInvalidatejava.lang.String getInvalidate() 
 
- 
 
-