|
Business Components | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Imlemented by classes that access a View Object's or Entity Object's metadata.
ApplicationModule
,
RowSet
Method Summary |
Type | Method |
---|---|
AttributeDef |
findAttributeDef(java.lang.String name)
Gets an attribute definition, given its name. |
int |
getAttributeCount()
Returns the number of defined attributes. |
AttributeDef |
getAttributeDef(int index)
Gets an attribute definition, given its index. |
AttributeDef[] |
getAttributeDefs()
Gets the defined attributes. |
AttributeDef |
lookupAttributeDef(java.lang.String name)
Gets an attribute definition, given its name. |
Method Detail |
public AttributeDef[] getAttributeDefs()
public int getAttributeCount()
public AttributeDef findAttributeDef(java.lang.String name)
name
- the name of an AttributeDef
.NoDefException
- - if the attribute is
not found.public AttributeDef lookupAttributeDef(java.lang.String name)
name
- the name of an AttributeDef
.public AttributeDef getAttributeDef(int index)
index
- the index of an AttributeDef
, where the leftmost
attribute has index zero.
|
Business Components | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |