|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface AttributeMapItem
The configuration for a single item in an AttributeMap.
AttributeMapConfig| Field Summary | |
|---|---|
static String |
ADVANCED_MAPPING
Advanced mapping keyword |
static String |
SIMPLE_MAPPING
Simple mapping keyword |
static String |
SUBSTITUTION_MAPPING
Substitution mapping keyword |
| 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 | |
|---|---|
boolean |
getAdd()
Gets the add attribute of the AttributeMapItem object |
List |
getChildAttributeMaps()
Returns a list of child attribute map items. |
boolean |
getEnabled()
Returns true if this attribute map item is enabled |
boolean |
getModify()
Gets the modify attribute of the AttributeMapItem object |
String |
getScript()
Gets the script attribute of the AttributeMapItem object |
String |
getSimple()
Gets the simple attribute of the AttributeMapItem object |
String |
getSubstitution()
Gets the substitution template attribute of the AttributeMapItem object |
String |
getType()
Gets the type attribute of the AttributeMapItem object |
boolean |
isAdvanced()
Returns true if this AttributeMapItem is an advanced attribute map (mapped by a script) |
boolean |
isSimple()
Returns true if this AttributeMapItem is a simple attribute map |
boolean |
isSubstitution()
Returns true if this attribute map item is subject to property expansion |
void |
setAdd(boolean add)
Sets the add attribute of the AttributeMapItem object |
void |
setEnabled(boolean enabled)
Sets the enabled attribute of the AttributeMapItem object |
void |
setModify(boolean modify)
Sets the modify attribute of the AttributeMapItem object |
void |
setScript(String script)
Sets the script attribute of the AttributeMapItem object |
void |
setSimple(String attribute)
Sets the simple attribute of the AttributeMapItem object |
void |
setSubstitution(String template)
Sets the substitution template attribute of the AttributeMapItem object |
void |
setType(String type)
Sets the type attribute of the AttributeMapItem object |
| Field Detail |
|---|
static final String SIMPLE_MAPPING
static final String ADVANCED_MAPPING
static final String SUBSTITUTION_MAPPING
| Method Detail |
|---|
boolean getEnabled()
getEnabled in interface BaseConfigurationvoid setEnabled(boolean enabled)
setEnabled in interface BaseConfigurationenabled - The new enabled valueString getScript()
getScript in interface BaseConfigurationvoid setScript(String script)
setScript in interface BaseConfigurationscript - The new script valueboolean getModify()
void setModify(boolean modify)
modify - The new modify valueboolean getAdd()
void setAdd(boolean add)
add - The new add valueString getSimple()
void setSimple(String attribute)
attribute - The new simple valuevoid setType(String type)
type - The new type valueString getType()
boolean isSimple()
boolean isAdvanced()
boolean isSubstitution()
void setSubstitution(String template)
template - The substitution templateString getSubstitution()
List getChildAttributeMaps()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||