Package com.ibm.wsspi.cache
Class ConfigEntry.Component
java.lang.Object
com.ibm.wsspi.cache.ConfigEntry.Component
- Enclosing class:
 - ConfigEntry
 
Component is a subelement to generate a portion of the cache ID. It consists of the 
 attribute ID, type and ignore-vlaue and the elements index, method, field, required, value,
 and not-value.
 It maps to a component definition for a cache-entry in the cachespec.xml.
- 
Constructor Details
- 
Component
public Component(com.ibm.ws.cache.config.Component c)  
 - 
 - 
Method Details
- 
getId
 - 
getType
 - 
getIgnoreValue
public boolean getIgnoreValue() - 
getMethod
 - 
getField
 - 
getRequired
public boolean getRequired() - 
getIndex
public int getIndex() - 
getMultipleIds
public boolean getMultipleIds() - 
getValues
 - 
getNotValues
 - 
getValueRanges
 - 
getNotValueRanges
 
 -