|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.pf.directory.metadata.AttributeMetaData
public class AttributeMetaData
Provides meta information about an attribute. The link to the attribute is its (unique) name.
| Constructor Summary | |
|---|---|
AttributeMetaData(java.lang.String name)
Initialize the new instance with its name. |
|
| Method Summary | |
|---|---|
void |
beMultiValued()
Defines that the attribute allows multiple values |
void |
beSingleValued()
Defines that the attribute allows only a single value |
java.lang.String |
getAttrName()
|
boolean |
isMultiValues()
Returns true if the attribute allows multiple values |
boolean |
isSingleValued()
Returns true if the attribute allows only a single value |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AttributeMetaData(java.lang.String name)
| Method Detail |
|---|
public java.lang.String getAttrName()
public void beSingleValued()
public void beMultiValued()
public boolean isSingleValued()
public boolean isMultiValues()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||