|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.novell.admin.ns.ObjectAttribute
com.novell.admin.ns.nds.NDSObjectAttribute
Attribute implementation specific to Novell Directory Services.
| Nested Class Summary |
| Nested classes inherited from class com.novell.admin.ns.ObjectAttribute |
ObjectAttribute.ModifyValue |
| Field Summary |
| Fields inherited from class com.novell.admin.ns.ObjectAttribute |
addedValues, attrDefinition, deletedValues, modifiedValues, values |
| Constructor Summary | |
NDSObjectAttribute(AttributeDefinition attrDef,
ValueComponent[] comps)
Constructor that initializes its list of values. |
|
NDSObjectAttribute(NDSAttributeDefinition def)
Constructor that does not initialize its list of values. |
|
| Method Summary | |
NDSAttributeDefinition |
getNDSAttributeDefinition()
Returns the attribute definition. |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public NDSObjectAttribute(AttributeDefinition attrDef,
ValueComponent[] comps)
throws NamespaceException
This constructor may be used for attributes including read-only attributes. It ensures that only one value is added for single-valued attributes, as determined by the attribute's syntax. This method also ensures that sized values will only be added to the attribute if the values are within the limits.
attrDef - The attribute definition.comps -
NamespaceException - A condition occured which disallowed the add.
One of the following conditions:
public NDSObjectAttribute(NDSAttributeDefinition def)
Do not use this constructor if this is a read-only attribute because the attribute value(s) will not be initialized.
def - An object attribute definition.| Method Detail |
public NDSAttributeDefinition getNDSAttributeDefinition()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||