|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.univrennes1.cri.util.ldapUtils.ESUP_LDAPAttribute
Constructor Summary | |
ESUP_LDAPAttribute(java.lang.String name,
java.util.Vector values)
|
Method Summary | |
void |
addValue(java.lang.String value)
Adds a value |
java.lang.String |
getName()
Gets the attribute name |
java.lang.String |
getValue()
Gets the attribute value if there is only one value |
java.util.Enumeration |
getValues()
Gets the attribute values |
boolean |
isMono()
Gets the attribut type |
boolean |
isMulti()
Gets the attribut type |
void |
setName(java.lang.String name)
Sets the attribute name |
java.lang.String |
toString()
Returns a String representation of the attribute |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ESUP_LDAPAttribute(java.lang.String name, java.util.Vector values)
Method Detail |
public java.lang.String getName()
public void setName(java.lang.String name)
name
- the attribute namepublic java.util.Enumeration getValues()
public java.lang.String getValue()
public void addValue(java.lang.String value)
value
- the new valuepublic boolean isMono()
public boolean isMulti()
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |