|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.pf.directory.metadata.AttributesMetaData
public class AttributesMetaData
A container for a collection of AttributeMetaData objects.
| Constructor Summary | |
|---|---|
AttributesMetaData()
Initialize the new instance with default values. |
|
| Method Summary | |
|---|---|
AttributeMetaData |
attributeMetaData(java.lang.String attrName)
Returns the meta data for the given attribute name. |
AttributeMetaData |
getMetaData(java.lang.String attrName)
Returns the meta data for the given attribute name. |
AttributeMetaData |
removeMetaData(java.lang.String attrName)
Removes the meta data for the given attribute name. |
void |
setMetaData(AttributeMetaData metaData)
Adds the given meta data or replaces one with the same name. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AttributesMetaData()
| Method Detail |
|---|
public void setMetaData(AttributeMetaData metaData)
public AttributeMetaData getMetaData(java.lang.String attrName)
attrName - The (case-insensitive) name of the attribute
public AttributeMetaData removeMetaData(java.lang.String attrName)
attrName - The (case-insensitive) name of the attribute
public AttributeMetaData attributeMetaData(java.lang.String attrName)
attrName - The (case-insensitive) name of the attribute
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||