|
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.DKFieldDefDES
DKFieldDefDES defines DES 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 | |
DKFieldDefDES()
Default constructor |
|
DKFieldDefDES(dkDatastore ds)
Constructs a new DKFieldDefDES class with owner datastore object. |
Method Summary | |
void |
add()
Adds this attribute to become a persistent part of the entity meta-data it belongs to. |
void |
del()
Removes this attribute from the persistent part of the entity meta-data it belongs to. |
java.lang.String |
getDisplayName()
Get the display name of the database. |
java.lang.String |
getHelpText()
Get the help text |
java.lang.String |
getLanguage()
Get the language. |
int |
getNumVals()
Get the number of values |
int |
getSchema()
Get the schema |
boolean |
isTextSearchable()
Checks if this attribute is text searchable. |
boolean |
isUpdatable()
Retuen false since DES attrs are NOT updatable |
void |
setDisplayName(java.lang.String dispName)
Set the display name of the database. |
void |
setHelpText(java.lang.String txt)
Set the help text |
void |
setLanguage(java.lang.String lang)
Set the language. |
void |
setNumVals(int num)
Set the number of values |
void |
setSchema(int schema)
Set the schema |
void |
setTextSearchable(boolean textSearchable)
Sets this attribute to be text searchable |
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, parsedQualifiedName, setDatastore, setDescription, setEntity, setEntityName, setMax, setMin, setName, setNullable, setPrecision, setQualifiedName, setQueryable, setScale, setSize, setStringType, setType, setUpdatable |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DKFieldDefDES()
public DKFieldDefDES(dkDatastore ds) throws DKException, java.lang.Exception
ds
- reference to owner datastore objectMethod Detail |
public void add() throws DKException, java.lang.Exception
dkAbstractAttrDef
Note:DKUsageError exception thrown if method is not implemented
add
in class dkAbstractAttrDef
public void del() throws DKException, java.lang.Exception
dkAbstractAttrDef
Note:DKUsageError exception thrown if method is not implemented
del
in class dkAbstractAttrDef
public java.lang.String getDisplayName()
public void setDisplayName(java.lang.String dispName)
display
- namepublic java.lang.String getLanguage()
public void setLanguage(java.lang.String lang)
language
- public java.lang.String getHelpText()
public void setHelpText(java.lang.String txt)
help
- textpublic int getSchema()
public void setSchema(int schema)
schema
- public int getNumVals()
public void setNumVals(int num)
number
- of valuespublic boolean isUpdatable()
isUpdatable
in class dkAbstractAttrDef
void
- public boolean isTextSearchable()
isTextSearchable
in class dkAbstractAttrDef
public void setTextSearchable(boolean textSearchable)
setTextSearchable
in class dkAbstractAttrDef
textSearchable
- is true if the attribute is text searchable
|
EIP Java APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |