|
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.DKAttrDefDD
This class represents a basic domino.Doc attribute. Attributes in domino.doc can be:
DKAttrProfileDefDD
,
DKAttrFieldDefDD
,
DKAttrKeywordDefDD
, Serialized FormFields 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 | |
DKAttrDefDD()
Default constructor |
|
DKAttrDefDD(dkDatastore ds)
Default constructor taking a datastore ref |
|
DKAttrDefDD(dkDatastore ds,
dkEntityDef parentEntity,
java.lang.String parentEntityName,
java.lang.String attributeName,
short attrId,
short attrType,
short minValue,
short maxValue,
boolean queryable,
boolean nullable,
int stringType,
java.lang.String value)
Constructor suitable for use by an entity |
Method Summary | |
void |
add()
Not supported in Domino.Doc |
int |
compareTo(DKAttrDefDD anotherAttrDef)
Compare enity names strings of two attrDef objects. |
void |
del()
Not supported in Domino.Doc |
short |
getDDType()
Returns the Domino.Doc Attribute type. |
java.lang.String |
getValue()
Get the value associated with this attribute's name. |
void |
setDDType(short ddType)
Sets the Domino.Doc attribute type of this object. |
void |
setValue(java.lang.String value)
Set a value for this attribute |
java.lang.String |
toString()
Get a string representation of this class |
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, wait, wait, wait |
Methods inherited from interface com.ibm.mm.sdk.common.dkAttrDef |
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 |
Constructor Detail |
public DKAttrDefDD()
public DKAttrDefDD(dkDatastore ds)
public DKAttrDefDD(dkDatastore ds, dkEntityDef parentEntity, java.lang.String parentEntityName, java.lang.String attributeName, short attrId, short attrType, short minValue, short maxValue, boolean queryable, boolean nullable, int stringType, java.lang.String value)
Method Detail |
public java.lang.String getValue()
public void setValue(java.lang.String value)
a
- String.public short getDDType()
public void setDDType(short ddType) throws DKException
DKException
- (DKUsageError) if parameter is not validpublic int compareTo(DKAttrDefDD anotherAttrDef)
anotherAttrDef
- - the Attr def whose name will be compared.public java.lang.String toString()
toString
in class java.lang.Object
public void add() throws DKException, java.lang.Exception
add
in interface dkAttrDef
add
in class dkAbstractAttrDef
DKException
- DKUsageError, not implementedpublic void del() throws DKException, java.lang.Exception
del
in interface dkAttrDef
del
in class dkAbstractAttrDef
DKException
- DKUsageError, not implemented
|
EIP Java APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |