|
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.common.StructureDefHelper
Internal: Applications should not use this class.
Field Summary | |
protected AttributeDef[] |
attributeList |
protected java.util.Hashtable |
attributes |
Constructor Summary | |
StructureDefHelper() |
Method Summary | |
AttributeDef |
addDynamicAttribute(java.lang.String name, int index) |
AttributeDef |
addViewLinkAccessor(java.lang.String name, int index) |
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. |
protected AttributeDefHelper |
getNewAttributeDefHelper() |
AttributeDef |
lookupAttributeDef(java.lang.String name) Gets an attribute definition, given its name. |
void |
removeViewLinkAccessor(AttributeDef accr) |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.util.Hashtable attributes
protected AttributeDef[] attributeList
Constructor Detail |
public StructureDefHelper()
Method Detail |
public AttributeDef[] getAttributeDefs()
StructureDef
getAttributeDefs
in interface StructureDef
public int getAttributeCount()
StructureDef
getAttributeCount
in interface StructureDef
public AttributeDef findAttributeDef(java.lang.String name)
StructureDef
findAttributeDef
in interface StructureDef
name
- the name of an AttributeDef
.public AttributeDef lookupAttributeDef(java.lang.String name)
StructureDef
lookupAttributeDef
in interface StructureDef
name
- the name of an AttributeDef
.public AttributeDef getAttributeDef(int index)
StructureDef
getAttributeDef
in interface StructureDef
index
- the index of an AttributeDef
, where the leftmost attribute has index zero.protected AttributeDefHelper getNewAttributeDefHelper()
public AttributeDef addDynamicAttribute(java.lang.String name, int index)
public AttributeDef addViewLinkAccessor(java.lang.String name, int index)
public void removeViewLinkAccessor(AttributeDef accr)
|
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.