The Mozilla
Organization
At A Glance
Feedback
Get Involved
Newsgroups
License Terms
Newsbot
Developer Docs
Roadmap
Projects
Ports
Module Owners
Hacking
Get the Source
Build It
Testing
Download
Bugzilla
Bug Writing
Tools
View Source
Tree Status
New Checkins
Submit A Bug
FAQ
Search
Class grendel.addressbook.AddressCard.LDAP_Attribute
All Packages  This Package  Class Hierarchy  Class Search  Index

Class grendel.addressbook.AddressCard.LDAP_Attribute

java.lang.Object
   |
   +----grendel.addressbook.AddressCard.LDAP_Attribute

public class  LDAP_Attribute
     extends java.lang.Object
     implements grendel.addressbook.AddressCard.IAttribute
{
          // Fields 1
     private LDAPAttribute fMyAttribute;

          // Constructors 1
     protected LDAP_Attribute(LDAPAttribute);

          // Methods 5
     public String getName();
     public String getValue();
     public boolean isDeleted();
     public boolean isModified();
     public boolean isNew();
}



Fields


fMyAttribute

   private LDAPAttribute fMyAttribute



Constructors


LDAP_Attribute

   protected LDAP_Attribute(LDAPAttribute anAttribute) 



Methods


getName

   public String getName() 

Return the name of this attribute.

Implements:
getName in interface IAttribute


getValue

   public String getValue() 

Return the first string value of this attribute.

Implements:
getValue in interface IAttribute


isNew

   public boolean isNew() 

Has the attribute new to the parent?

Implements:
isNew in interface IAttribute


isDeleted

   public boolean isDeleted() 

Has the attribute been deleted since the last update with it's parent.

Implements:
isDeleted in interface IAttribute


isModified

   public boolean isModified() 

Has the attribute been modified since the last update with it's parent.

Implements:
isModified in interface IAttribute


All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4
Copyright © 1998-2000 The Mozilla Organization.
Last modified December 25, 1998.