|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SchemaConfig
Field Summary |
---|
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 | |
---|---|
SchemaItemConfig |
getItem(Object name)
Gets the item attribute of the SchemaConfig object |
List |
getItemNames()
Gets a List of all of the names. |
SchemaItemConfig |
newItem(Object name)
Constructs a new SchemaItemConfig object |
void |
removeItem(Object name)
Removes and item from the schema |
void |
setItem(Object name,
SchemaItemConfig item)
Sets the item attribute of the SchemaConfig object |
Method Detail |
---|
List getItemNames()
SchemaItemConfig getItem(Object name)
name
- The name of the schema item object
void removeItem(Object name)
name
- The name of the item to removevoid setItem(Object name, SchemaItemConfig item)
name
- The new item valueitem
- The new item valueSchemaItemConfig newItem(Object name) throws Exception
name
- The name of the new Object
Exception
- if the operation does not succeed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |