|
Enterprise Information Portal APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.mm.sdk.common.dkAbstractAttrDef | +--com.ibm.mm.sdk.common.DKAttrMapDef
This class defines methods to access attribute information as well as to create and delete attributes
Fields inherited from interface com.ibm.mm.sdk.common.DKConstant |
For details, see the class or interface |
Fields inherited from interface com.ibm.mm.sdk.common.DKMessageId |
For details, see the class or interface |
Constructor Summary | |
DKAttrMapDef()
Constructs the attribute def for DL |
Method Summary | |
void |
add()
Adds this attribute to become a persistent part of the entity meta-data it belongs to. |
java.lang.String |
datastoreName()
Gets the datastore name |
java.lang.String |
datastoreType()
Gets the datastore type |
void |
del()
Removes this attribute from the persistent part of the entity meta-data it belongs to. |
java.lang.String |
getQualifiedName()
Gets attribute view flag information for the attribute |
void |
setDatastoreName(java.lang.String dsName)
Sets the datastore name |
void |
setDatastoreType(java.lang.String dsType)
Sets the datastore type |
void |
setQualifiedName(java.lang.String fullQualifyName)
Sets attribute view flag information for the attribute |
Methods inherited from class com.ibm.mm.sdk.common.dkAbstractAttrDef |
getDatastore, getDescription, getEntity, getEntityName, getMax, getMin, getName, getPrecision, getScale, getSize, getStringType, getType, isNullable, isQueryable, isTextSearchable, isUpdatable, parsedQualifiedName, setDatastore, setDescription, setEntity, setEntityName, setMax, setMin, setName, setNullable, setPrecision, 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 |
public DKAttrMapDef()
Method Detail |
public void add() throws DKException, java.lang.Exception
add
in class dkAbstractAttrDef
public void del() throws DKException, java.lang.Exception
del
in class dkAbstractAttrDef
public java.lang.String datastoreName() throws java.lang.Exception
datastoreName
in class dkAbstractAttrDef
public java.lang.String datastoreType() throws DKException, java.lang.Exception
datastoreType
in class dkAbstractAttrDef
public void setDatastoreName(java.lang.String dsName)
dsName
- datastore namepublic void setDatastoreType(java.lang.String dsType)
dsType
- datastore typepublic java.lang.String getQualifiedName()
getQualifiedName
in class dkAbstractAttrDef
public void setQualifiedName(java.lang.String fullQualifyName)
setQualifiedName
in class dkAbstractAttrDef
short
- value for attrViewFlag
|
EIP Java APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |