com.ibm.ws.javaee.dd.webext

Interface CacheVariable


  1. public interface CacheVariable
Represents <cache-variable>.

Nested Class Summary

Modifier and Type Interface and Description
  1. static class
CacheVariable.TypeEnum

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getDataId()
  1. java.lang.String
getIdentifier()
  1. java.lang.String
getInvalidate()
  1. java.lang.String
getMethod()
  1. CacheVariable.TypeEnum
getType()
  1. boolean
isRequired()
  1. boolean
isSetRequired()
  1. boolean
isSetType()

Method Detail

isSetType

  1. boolean isSetType()

getType

  1. CacheVariable.TypeEnum getType( )

getIdentifier

  1. java.lang.String getIdentifier( )

getMethod

  1. java.lang.String getMethod()

isSetRequired

  1. boolean isSetRequired()

isRequired

  1. boolean isRequired()

getDataId

  1. java.lang.String getDataId()

getInvalidate

  1. java.lang.String getInvalidate( )