Package 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.ObjectComponent 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 Summary
Constructors Constructor Description Component(com.ibm.ws.cache.config.Component c)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetField()java.lang.StringgetId()booleangetIgnoreValue()intgetIndex()java.lang.StringgetMethod()booleangetMultipleIds()java.util.ArrayListgetNotValueRanges()java.util.ArrayListgetNotValues()booleangetRequired()java.lang.StringgetType()java.util.ArrayListgetValueRanges()java.util.ArrayListgetValues()
-
-
-
Method Detail
-
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()
-
-