|
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 |
java.lang.Object | +--oracle.jbo.domain.DomainStructureDef
Constructor Summary | |
DomainStructureDef(AttributeDef[] attrDefs) |
Method Summary | |
AttributeDef |
findAttributeDef(java.lang.String name) Gets an attribute definition by name. |
int |
getAttributeCount() Counts the defined attributes. |
AttributeDef |
getAttributeDef(int index) Gets an attribute definition by index. |
AttributeDef[] |
getAttributeDefs() Gets the defined attributes. |
AttributeDef |
lookupAttributeDef(java.lang.String name) Gets an attribute definition by name. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DomainStructureDef(AttributeDef[] attrDefs)
Method Detail |
public AttributeDef[] getAttributeDefs()
getAttributeDefs
in interface StructureDef
public int getAttributeCount()
getAttributeCount
in interface StructureDef
public AttributeDef findAttributeDef(java.lang.String name)
findAttributeDef
in interface StructureDef
name
- the name of an AttributeDef
.null
if not found.public AttributeDef lookupAttributeDef(java.lang.String name)
lookupAttributeDef
in interface StructureDef
name
- the name of an AttributeDef
.null
if not found.public AttributeDef getAttributeDef(int index)
getAttributeDef
in interface StructureDef
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.