|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.di.config.base.BaseConfigurationImpl
com.ibm.di.config.base.SchemaItemConfigImpl
public class SchemaItemConfigImpl
Describes the configuration of an item from a chema
| Field Summary |
|---|
| Fields inherited from class com.ibm.di.config.base.BaseConfigurationImpl |
|---|
NAME |
| 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 |
| Constructor Summary | |
|---|---|
SchemaItemConfigImpl()
|
|
SchemaItemConfigImpl(Object config)
|
|
| Method Summary | |
|---|---|
String |
getAttributeName()
Gets the attributeName attribute of the SchemaItemConfig object |
Object |
getClone()
Return self clone |
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SchemaItemConfigImpl()
public SchemaItemConfigImpl(Object config)
| Method Detail |
|---|
public String getAttributeName()
getAttributeName in interface SchemaItemConfigpublic void setAttributeName(String name)
setAttributeName in interface SchemaItemConfigname - The new attributeName valuepublic String getJavaClass()
getJavaClass in interface SchemaItemConfigpublic void setJavaClass(String className)
setJavaClass in interface SchemaItemConfigclassName - The new java class valuepublic String getExternalSyntax()
getExternalSyntax in interface SchemaItemConfigpublic void setExternalSyntax(String syntax)
setExternalSyntax in interface SchemaItemConfigsyntax - The new externalSyntax valuepublic String getPresenceFlag()
getPresenceFlag in interface SchemaItemConfigpublic void setPresenceFlag(String presence)
setPresenceFlag in interface SchemaItemConfigpresence - The new presence valuepublic Object getSample()
getSample in interface SchemaItemConfigpublic void setSample(Object sample)
setSample in interface SchemaItemConfig
public Object getClone()
throws Exception
getClone in interface BaseConfigurationgetClone in class BaseConfigurationImplException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||