Interface IAttribute

All Superinterfaces:
IElement, Serializable

public interface IAttribute extends IElement
The IAttribute interface represents the directory extended attributes It allows to manipulate attributes of directory objects such as: IOrganization, ILocalization, IGroup and IUser. All these objects implement IAttributeSupport interface.
Since:
1.0, 15/04/2008
Author:
vlygeros
See Also:
  • Method Details

    • getName

      String getName()
    • setName

      void setName(String name)
    • getType

      int getType()
    • setType

      void setType(int type)
    • getValue

      Object getValue()
    • setValue

      void setValue(Object value)