Package com.ibm.di.config.interfaces
Interface LinkCriteriaItem
-
- All Superinterfaces:
BaseConfiguration,java.io.Serializable
- All Known Implementing Classes:
LinkCriteriaItemImpl
public interface LinkCriteriaItem extends BaseConfiguration
The configuration for a single item in a LinkCriteriaConfig\- See Also:
LinkCriteriaConfig
-
-
Field Summary
Fields Modifier and Type Field Description static intEXACTstatic intFINAL_STRINGstatic intGREATER_THANstatic intGREATER_THAN_OR_EQUALstatic intINITIAL_STRINGstatic java.lang.StringLC_EXACTstatic java.lang.StringLC_FINALstatic java.lang.StringLC_GREATER_THANstatic java.lang.StringLC_GREATER_THAN_OR_EQUALstatic java.lang.StringLC_INITIALstatic java.lang.StringLC_LESS_THANstatic java.lang.StringLC_LESS_THAN_OR_EQUALstatic java.lang.StringLC_NOTstatic java.lang.StringLC_SUBSTRINGstatic intLESS_THANstatic intLESS_THAN_OR_EQUALstatic intNOT_STRINGstatic intSEARCH_ANDstatic intSEARCH_NOTstatic intSEARCH_ORstatic intSUBSTRING-
Fields inherited from interface com.ibm.di.config.interfaces.BaseConfiguration
CHILD_PATH_SEPARATOR, DISABLE_EXTPROPS, DISABLE_INHERITANCE, INHERIT_NONE, INHERIT_PARENT, ONE_LEVEL, RECURSIVE, RECURSIVE_ONELEVEL, RECURSIVE_SUBTREE, SEARCH_EXACTCASE, SEARCH_ONELEVEL, SEARCH_PARAMNAME, SEARCH_PARAMNAME_RE, SEARCH_PROPERTY, SEARCH_REGEX, SEARCH_SUBSTRING, SUBTREE
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ObjectgetAttribute()intgetMatch()java.lang.ObjectgetOper()java.lang.ObjectgetValue()voidsetAttribute(java.lang.Object attribute)voidsetOper(java.lang.Object oper)voidsetValue(java.lang.Object value)-
Methods inherited from interface com.ibm.di.config.interfaces.BaseConfiguration
addListener, detachFromParent, flatten, fromEntry, getBooleanParameter, getChild, getChildForPath, getChildNames, getClone, getData, getDataIterator, getDebug, getDebug, getDebugBreak, getEnabled, getFlags, getInheritsFrom, getInheritsFromRef, getIntegerParameter, getKeys, getLogEnabled, getMetamergeConfig, getModified, getModTS, getName, getNamespace, getNullBehavior, getNullBehaviorValue, getNullDefinition, getNullDefinitionValue, getParameter, getParameter, getParameter, getParameterPropertySource, getParameterRaw, getParent, getPath, getReferences, getScript, getScriptEngine, getShortName, getStringParameter, getSubstitutionMap, getUseListeners, getUserComment, hasParameter, init, isExpression, isParameterLocal, isProtectedParameter, nameForChild, notifyChange, notifyChange, notifyChange, reattachToParent, removeListener, removeParameter, search, search, setBooleanParameter, setChild, setData, setDebug, setDebugBreak, setEnabled, setFlags, setInheritsFrom, setInheritsFromRef, setIntegerParameter, setLogEnabled, setMetamergeConfig, setModified, setModTS, setName, setName, setNullBehavior, setNullBehaviorValue, setNullDefinition, setNullDefinitionValue, setParameter, setParameter, setParameterPropertySource, setParent, setProtectedParameter, setProtectedParameter, setScript, setScriptEngine, setStringParameter, setSubstitutionMap, setupInheritanceChain, setUseListeners, setUserComment, size, toEntry, updateInheritsFrom, willFlatten
-
-
-
-
Field Detail
-
EXACT
static final int EXACT
- See Also:
- Constant Field Values
-
LESS_THAN
static final int LESS_THAN
- See Also:
- Constant Field Values
-
LESS_THAN_OR_EQUAL
static final int LESS_THAN_OR_EQUAL
- See Also:
- Constant Field Values
-
GREATER_THAN
static final int GREATER_THAN
- See Also:
- Constant Field Values
-
GREATER_THAN_OR_EQUAL
static final int GREATER_THAN_OR_EQUAL
- See Also:
- Constant Field Values
-
SUBSTRING
static final int SUBSTRING
- See Also:
- Constant Field Values
-
INITIAL_STRING
static final int INITIAL_STRING
- See Also:
- Constant Field Values
-
FINAL_STRING
static final int FINAL_STRING
- See Also:
- Constant Field Values
-
NOT_STRING
static final int NOT_STRING
- See Also:
- Constant Field Values
-
LC_EXACT
static final java.lang.String LC_EXACT
- See Also:
- Constant Field Values
-
LC_LESS_THAN
static final java.lang.String LC_LESS_THAN
- See Also:
- Constant Field Values
-
LC_LESS_THAN_OR_EQUAL
static final java.lang.String LC_LESS_THAN_OR_EQUAL
- See Also:
- Constant Field Values
-
LC_GREATER_THAN
static final java.lang.String LC_GREATER_THAN
- See Also:
- Constant Field Values
-
LC_GREATER_THAN_OR_EQUAL
static final java.lang.String LC_GREATER_THAN_OR_EQUAL
- See Also:
- Constant Field Values
-
LC_SUBSTRING
static final java.lang.String LC_SUBSTRING
- See Also:
- Constant Field Values
-
LC_INITIAL
static final java.lang.String LC_INITIAL
- See Also:
- Constant Field Values
-
LC_FINAL
static final java.lang.String LC_FINAL
- See Also:
- Constant Field Values
-
LC_NOT
static final java.lang.String LC_NOT
- See Also:
- Constant Field Values
-
SEARCH_AND
static final int SEARCH_AND
- See Also:
- Constant Field Values
-
SEARCH_OR
static final int SEARCH_OR
- See Also:
- Constant Field Values
-
SEARCH_NOT
static final int SEARCH_NOT
- See Also:
- Constant Field Values
-
-
Method Detail
-
getAttribute
java.lang.Object getAttribute()
-
setAttribute
void setAttribute(java.lang.Object attribute)
-
getValue
java.lang.Object getValue()
-
setValue
void setValue(java.lang.Object value)
-
getOper
java.lang.Object getOper()
-
setOper
void setOper(java.lang.Object oper)
-
getMatch
int getMatch()
-
-