|
Oracle Warehouse Builder Java API Reference 10g Release 1 (10.1) B12155-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
AttributeGroup interface represent a named custom grouping of attributes.
| Method Summary | |
void |
addAttribute(Attribute attribute)Adds a new attribute to this attribute group. |
Attribute[] |
getAttributes()Returns the attributes in this group. |
AttributeGroupOwner |
getGroupOwner()Returns the owner of this attribute group. |
void |
removeAttribute(Attribute attribute)Removes an attribute from this attribute group. |
void |
setAttributes(Attribute[] attributes)Sets all the attributes in this group. |
| Methods inherited from interface oracle.owb.foundation.OWBNamedObject |
delete, getBusinessName, getClassDefinition, getComponent, getDescription, getName, getUOID, isDeletable, isEditable, isRenamable, setBusinessName, setDescription, setName |
| Methods inherited from interface oracle.owb.foundation.property.PropertyOwner |
getDefaultPropertyValue, getLogicalPropertyKeys, getPhysicalPropertyKeys, getPropertyDomain, getPropertyKeys, getPropertyValue, getPropertyValueString, isLogicalProperty, isPhysicalProperty, isReadOnlyProperty, setPropertyValue, setPropertyValueByString |
| Method Detail |
public AttributeGroupOwner getGroupOwner()
public Attribute[] getAttributes()
setAttributes(oracle.owb.data.Attribute[])public void setAttributes(Attribute[] attributes)
attributes - an array of Attribute objectsgetAttributes()public void addAttribute(Attribute attribute)
attribute - the Attribute object to be added to this grouppublic void removeAttribute(Attribute attribute)
attribute - the Attribute object to be removed from this group
|
Oracle Warehouse Builder Java API Reference 10g Release 1 (10.1) B12155-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||