com.ibm.mm.sdk.common
Class DKAttrDefV4
- java.lang.Object
com.ibm.mm.sdk.common.dkAbstractAttrDef
com.ibm.mm.sdk.common.DKAttrDefV4
All implemented interfaces:
dkAttrDef, java.io.Serializable
- public class DKAttrDefV4
- extends dkAbstractAttrDef
- implements java.io.Serializable
See Also:
Constructor Summary
Constructor and Description |
---|
DKAttrDefV4()
Creates a DKAttrDefV4 object
|
DKAttrDefV4(dkDatastore ds)
Creates a DKAttrDefV4 object
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
add()
Adds this attribute to become a persistent part of the entity meta-data
it belongs to.
|
|
del()
Removes this attribute from the persistent part of the entity meta-data
it belongs to.
|
Methods inherited from class com.ibm.mm.sdk.common.dkAbstractAttrDef |
---|
datastoreName, datastoreType, getDatastore, getDescription, getEntity, getEntityName, getMax, getMin, getName, getPrecision, getQualifiedName, getScale, getSize, getStringType, getType, isNullable, isQueryable, isTextSearchable, isUpdatable, parsedQualifiedName, setDatastore, setDescription, setEntity, setEntityName, setMax, setMin, setName, setNullable, setPrecision, setQualifiedName, setQueryable, setScale, setSize, setStringType, setTextSearchable, setType, setUpdatable |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail
DKAttrDefV4
- public DKAttrDefV4()
Creates a DKAttrDefV4 object
DKAttrDefV4
- public DKAttrDefV4(dkDatastore ds)
Creates a DKAttrDefV4 object
Parameters:
ds
- a datastore object Method Detail
add
- public void add()
- throws DKException
- java.lang.Exception
Adds this attribute to become a persistent part of the entity meta-data
it belongs to.
del
- public void del()
- throws DKException
- java.lang.Exception
Removes this attribute from the persistent part of the entity meta-data
it belongs to.
The in memory copy of this attribute does not change.