|
||||||||||
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.ldap.LDAPObjectAttribute
Novell Directory Services specific Attribute implementation.
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 | |
LDAPObjectAttribute(AttributeDefinition attrDef,
ValueComponent[] comps)
Constructor that initializes its list of values. |
|
LDAPObjectAttribute(LDAPAttributeDefinition def)
Constructor which does not initialize its list of values. |
Method Summary | |
LDAPAttributeDefinition |
getLDAPAttributeDefinition()
Get the attribute definition. |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public LDAPObjectAttribute(AttributeDefinition attrDef, ValueComponent[] comps) throws NamespaceException
This constructor may be used for attributes including read-only. It makes sure that only one value gets added for single valued attributes determined by the attributes syntax. This method also makes sure that if the values are sized that they will only be added to the attribute if the values are withing the limits.
attrDef
- Attribute definition.
NamespaceException
- A condition occured which disallowed the add.
One of the following conditions.
public LDAPObjectAttribute(LDAPAttributeDefinition def)
Do not use this constructor if this is a read-only attribute because the attribute value(s) will not be initialized.
def
- Attribute definition.Method Detail |
public LDAPAttributeDefinition getLDAPAttributeDefinition()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |