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 SummaryConstructors Constructor Description Component(com.ibm.ws.cache.config.Component c)
 - 
Method SummaryAll 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- 
getIdpublic java.lang.String getId() 
 - 
getTypepublic java.lang.String getType() 
 - 
getIgnoreValuepublic boolean getIgnoreValue() 
 - 
getMethodpublic java.lang.String getMethod() 
 - 
getFieldpublic java.lang.String getField() 
 - 
getRequiredpublic boolean getRequired() 
 - 
getIndexpublic int getIndex() 
 - 
getMultipleIdspublic boolean getMultipleIds() 
 - 
getValuespublic java.util.ArrayList getValues() 
 - 
getNotValuespublic java.util.ArrayList getNotValues() 
 - 
getValueRangespublic java.util.ArrayList getValueRanges() 
 - 
getNotValueRangespublic java.util.ArrayList getNotValueRanges() 
 
- 
 
-