|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1) E10653-03 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StructureDef
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. |
int |
getAttributeIndexOf(java.lang.String name) Finds the index (0-based) of the named attribute. |
java.lang.String |
getColumnNameForQuery(int index) |
java.lang.String |
getDefFullName() Returns the fully qualified name of the structure's base definition. |
java.lang.String |
getDefName() Returns the structure's base definition name (short form). |
java.lang.String |
getFullName() Returns the structure's fully qualified name. |
java.lang.String |
getName() Returns the structure's name (short form). |
AttributeDef |
lookupAttributeDef(java.lang.String name) Gets an attribute definition, given its name. |
Method Detail |
---|
java.lang.String getName()
java.lang.String getFullName()
java.lang.String getDefName()
getName()
returns the VO's instance name and getDefName()
returns the View definition's name.java.lang.String getDefFullName()
getFullName()
returns the VO's full instance name and getDefFullName()
returns the View definition's full name.AttributeDef[] getAttributeDefs()
int getAttributeCount()
AttributeDef findAttributeDef(java.lang.String name)
name
- the name of an AttributeDef
.NoDefException
- - if the attribute is not found.AttributeDef lookupAttributeDef(java.lang.String name)
name
- the name of an AttributeDef
.AttributeDef getAttributeDef(int index)
index
- the index of an AttributeDef
, where the leftmost attribute has index zero.int getAttributeIndexOf(java.lang.String name)
name
- the attribute's name.0
to getAttributeCount() - 1
. If the named attribute is not found, it returns -1.java.lang.String getColumnNameForQuery(int index)
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1) E10653-03 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |