|
Oracle9i Business Components for Java API Reference Oracle9i Jdeveloper (9.0.4) B10391-01 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | 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 | |
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.
|
Oracle9i Business Components for Java API Reference Oracle9i Jdeveloper (9.0.4) B10391-01 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Copyright © 1997, 2003, Oracle. All rights reserved.