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.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.
-
-
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.String
getField()
java.lang.String
getId()
boolean
getIgnoreValue()
int
getIndex()
java.lang.String
getMethod()
boolean
getMultipleIds()
java.util.ArrayList
getNotValueRanges()
java.util.ArrayList
getNotValues()
boolean
getRequired()
java.lang.String
getType()
java.util.ArrayList
getValueRanges()
java.util.ArrayList
getValues()
-
-
-
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()
-
-