|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AttributeMapItem
Represents an item from the AttributeMap
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 |
---|
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, SUBTREE |
Method Summary | |
---|---|
boolean |
getAdd()
Gets the add attribute of the AttributeMapItem object |
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 BaseConfiguration
void setEnabled(boolean enabled)
setEnabled
in interface BaseConfiguration
enabled
- The new enabled valueString getScript()
getScript
in interface BaseConfiguration
void setScript(String script)
setScript
in interface BaseConfiguration
script
- 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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |