|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SchemaItemConfig
Describes an item from the schema
| 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 | |
|---|---|
String |
getAttributeName()
Gets the attributeName attribute of the SchemaItemConfig object |
String |
getExternalSyntax()
Gets the externalSyntax attribute of the SchemaItemConfig object |
String |
getJavaClass()
Gets the java class used internally for the value |
String |
getPresenceFlag()
Gets the presence flag of the SchemaItemConfig object. |
Object |
getSample()
Returns the sample value |
void |
setAttributeName(String name)
Sets the attributeName attribute of the SchemaItemConfig object |
void |
setExternalSyntax(String syntax)
Sets the externalSyntax attribute of the SchemaItemConfig object |
void |
setJavaClass(String className)
Sets the java class name of the SchemaItemConfig object |
void |
setPresenceFlag(String presence)
Sets the presence flag of the SchemaItemConfig object |
void |
setSample(Object sample)
Sets the sample value |
| Method Detail |
|---|
String getAttributeName()
void setAttributeName(String name)
name - The new attributeName valueString getJavaClass()
void setJavaClass(String className)
className - The new java class valueString getExternalSyntax()
void setExternalSyntax(String syntax)
syntax - The new externalSyntax valueString getPresenceFlag()
void setPresenceFlag(String presence)
presence - The new presence valueObject getSample()
void setSample(Object sample)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||