|
||||||||||
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 SchemaItemConfig
public void setAttributeName(String name)
setAttributeName
in interface SchemaItemConfig
name
- The new attributeName valuepublic String getJavaClass()
getJavaClass
in interface SchemaItemConfig
public void setJavaClass(String className)
setJavaClass
in interface SchemaItemConfig
className
- The new java class valuepublic String getExternalSyntax()
getExternalSyntax
in interface SchemaItemConfig
public void setExternalSyntax(String syntax)
setExternalSyntax
in interface SchemaItemConfig
syntax
- The new externalSyntax valuepublic String getPresenceFlag()
getPresenceFlag
in interface SchemaItemConfig
public void setPresenceFlag(String presence)
setPresenceFlag
in interface SchemaItemConfig
presence
- The new presence valuepublic Object getSample()
getSample
in interface SchemaItemConfig
public void setSample(Object sample)
setSample
in interface SchemaItemConfig
public Object getClone() throws Exception
getClone
in interface BaseConfiguration
getClone
in class BaseConfigurationImpl
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |