|
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 | |||||||||
Association definition is object holding information about the association between two classes.
| Field Summary | |
static int |
INTERCOMPONENTConstant - the association represents inter-component association. |
static int |
INTRACOMPONENTConstant - the association represents intra-component association. |
| Method Summary | |
int |
getAssociationType()Return the type of the association. |
ClassDefinition |
getClassDefinitionA()Return class at one side of the association. |
ClassDefinition |
getClassDefinitionB()Return class at the other side of the association. |
ClassDefinition[] |
getClassDefinitions()Return two classes connected by this association. |
ClassDefinition |
getOtherClassDefinition(RoleDefinition role)Get the other class definition. |
RoleDefinition |
getOtherRoleDefinition(RoleDefinition role)Get the other role definition. |
RoleDefinition |
getRoleDefinitionA()Return role at one side of the association. |
java.lang.String |
getRoleDefinitionAName()Return the name of the role at one side of the association. |
RoleDefinition |
getRoleDefinitionB()Return role at another side of the association. |
java.lang.String |
getRoleDefinitionBName()Return the name of the role at the other side of the association. |
RoleDefinition[] |
getRoleDefinitions()Return two roles belong to this association. |
| Methods inherited from interface oracle.owb.foundation.OWBNamedObject |
delete, getBusinessName, getClassDefinition, getComponent, getDescription, getName, getUOID, isDeletable, isEditable, isRenamable, setBusinessName, setDescription, setName |
| Field Detail |
public static final int INTRACOMPONENT
public static final int INTERCOMPONENT
| Method Detail |
public RoleDefinition[] getRoleDefinitions()
public ClassDefinition[] getClassDefinitions()
public RoleDefinition getRoleDefinitionA()
public RoleDefinition getRoleDefinitionB()
public ClassDefinition getClassDefinitionA()
public ClassDefinition getClassDefinitionB()
public java.lang.String getRoleDefinitionAName()
public java.lang.String getRoleDefinitionBName()
public int getAssociationType()
public ClassDefinition getOtherClassDefinition(RoleDefinition role)
role - is the role at one side of the association.public RoleDefinition getOtherRoleDefinition(RoleDefinition role)
role - is the role at one side of the association.
|
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 | |||||||||