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 Link icon

    • getName Link icon

      String getName()
    • setName Link icon

      void setName(String name)
    • getType Link icon

      int getType()
    • setType Link icon

      void setType(int type)
    • getValue Link icon

      Object getValue()
    • setValue Link icon

      void setValue(Object value)