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