com.ibm.wsspi.cache
Class ConfigEntry.Component
java.lang.Object
com.ibm.wsspi.cache.ConfigEntry.Component
- Enclosing class:
- ConfigEntry
public class ConfigEntry.Component
- extends java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigEntry.Component
public ConfigEntry.Component(com.ibm.ws.cache.config.Component c)
getId
public java.lang.String getId()
getType
public java.lang.String getType()
getIgnoreValue
public boolean getIgnoreValue()
getMethod
public java.lang.String getMethod()
getField
public java.lang.String getField()
getRequired
public boolean getRequired()
getIndex
public int getIndex()
getMultipleIds
public boolean getMultipleIds()
getValues
public java.util.ArrayList getValues()
getNotValues
public java.util.ArrayList getNotValues()
getValueRanges
public java.util.ArrayList getValueRanges()
getNotValueRanges
public java.util.ArrayList getNotValueRanges()