|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--grendel.addressbook.addresscard.AC_Attribute
Constructor Summary | |
AC_Attribute(java.lang.String aName)
Create an attribute with no values. |
|
AC_Attribute(java.lang.String aName,
java.lang.String aValue)
Create an attribute with one value. |
|
AC_Attribute(java.lang.String aName,
java.lang.String[] aValues)
Create an attribute with mutliple values. |
Method Summary | |
void |
add(java.lang.String aValue)
Add an value to this attribute |
java.lang.String |
getName()
Return the name of this attribute. |
java.util.Enumeration |
getStringValues()
Return the string values of this attribute. |
java.lang.String |
getValue()
Return the first string value of this attribute. |
boolean |
isDeleted()
Has the attribute been deleted since the last update with it's parent. |
boolean |
isModified()
Has the attribute been modified since the last update with it's parent. |
boolean |
isNew()
Has the attribute new to the parent? |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public AC_Attribute(java.lang.String aName, java.lang.String[] aValues)
public AC_Attribute(java.lang.String aName, java.lang.String aValue)
public AC_Attribute(java.lang.String aName)
Method Detail |
public void add(java.lang.String aValue)
public java.lang.String getName()
public java.lang.String getValue()
public java.util.Enumeration getStringValues()
public boolean isNew()
public boolean isDeleted()
public boolean isModified()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |