|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.novell.admin.ns.ObjectAttribute | +--com.novell.admin.ns.fs.FSObjectAttribute
File System specific Attribute implementation.
Inner classes inherited from class com.novell.admin.ns.ObjectAttribute |
ObjectAttribute.ModifyValue |
Fields inherited from class com.novell.admin.ns.ObjectAttribute |
addedValues,
attrDefinition,
deletedValues,
modifiedValues,
values |
Constructor Summary | |
FSObjectAttribute(AttributeDefinition attrDef,
ValueComponent[] comps)
Constructor that initializes its list of values. |
|
FSObjectAttribute(FSAttributeDefinition def)
Constructor which does not initialize its list of values. |
Method Summary | |
FSAttributeDefinition |
getFSAttributeDefinition()
Get the attribute definition. |
Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public FSObjectAttribute(FSAttributeDefinition def)
Do not use this constructor if this is a read-only attribute because the attribute value(s) will not be initialized.
attrDef
- Attribute definition.public FSObjectAttribute(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.One of the following conditions.
Method Detail |
public FSAttributeDefinition getFSAttributeDefinition()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |