Package com.ibm.ws.javaee.dd.webext
Interface CacheVariable
-
public interface CacheVariableRepresents <cache-variable>.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCacheVariable.TypeEnum
-
Method Summary
All 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
-
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()
-
-