Class 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 Detail

      • Component

        public Component​(com.ibm.ws.cache.config.Component c)
    • 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()