|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeTypeAndValue | |
---|---|
org.apache.directory.shared.ldap.name |
Uses of AttributeTypeAndValue in org.apache.directory.shared.ldap.name |
---|
Fields in org.apache.directory.shared.ldap.name declared as AttributeTypeAndValue | |
---|---|
protected AttributeTypeAndValue |
Rdn.atav
A simple AttributeTypeAndValue is used to store the Rdn for the simple case where we only have a single type=value. |
Methods in org.apache.directory.shared.ldap.name that return AttributeTypeAndValue | |
---|---|
static AttributeTypeAndValue |
AtavSerializer.deserialize(java.io.ObjectInput in)
Deserialize an AttributeTypeAndValue object We read back the data to create a new ATAV. |
AttributeTypeAndValue |
Rdn.getAtav()
Return the unique AttributeTypeAndValue, or the first one of we have more than one |
AttributeTypeAndValue |
Rdn.getAttributeTypeAndValue(java.lang.String type)
Get the AttributeTypeAndValue which type is given as an argument. |
Methods in org.apache.directory.shared.ldap.name that return types with arguments of type AttributeTypeAndValue | |
---|---|
java.util.Iterator<AttributeTypeAndValue> |
Rdn.iterator()
Retrieves the components of this RDN as an iterator of AttributeTypeAndValue. |
Methods in org.apache.directory.shared.ldap.name with parameters of type AttributeTypeAndValue | |
---|---|
static void |
AtavSerializer.serialize(AttributeTypeAndValue atav,
java.io.ObjectOutput out)
Serialize an AttributeTypeAndValue object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |