|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.ldap.util.Property
The Property class represents a particular property in a PropertySet. In other words, it represents a particular attribute of an entry's attribute set.
Method Summary | |
java.lang.String |
getName()
Returns the name of this property - the name of the attribute this property represents. |
java.lang.Object |
getValue(int i)
Returns the i-th value of this property - the i-th attribute value. |
int |
size()
Returns the size of this property - the number of values of the returned attribute |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public final int size()
public final java.lang.String getName()
public final java.lang.Object getValue(int i)
int
- the index of the value to be retrieved
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |