com.ibm.ws.javaee.dd.webext
Interface CacheVariable
- public interface CacheVariable
Nested Class Summary
Modifier and Type | Interface and Description |
---|---|
|
CacheVariable.TypeEnum
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getDataId()
|
|
getIdentifier()
|
|
getInvalidate()
|
|
getMethod()
|
getType()
|
|
|
isRequired()
|
|
isSetRequired()
|
|
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( )