|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HWMAttribute | |
---|---|
com.altair.hwm.database.dbcreator | |
com.altair.hwm.database.dbmodel |
Uses of HWMAttribute in com.altair.hwm.database.dbcreator |
---|
Methods in com.altair.hwm.database.dbcreator with parameters of type HWMAttribute | |
---|---|
void |
HWMAttributePropertyPanel.SetAttribute(HWMAttribute hwmAttr)
Sets the attribute as the current attribute and fills in values. |
Uses of HWMAttribute in com.altair.hwm.database.dbmodel |
---|
Subclasses of HWMAttribute in com.altair.hwm.database.dbmodel | |
---|---|
class |
HWMForeignAttribute
Title: HWMForeignAttribute |
Methods in com.altair.hwm.database.dbmodel that return HWMAttribute | |
---|---|
HWMAttribute |
HWMRelationClass.AddAttribute(java.lang.String strAttribName)
Please use AddAttributeA and AddAttributeB to add the attributes. |
HWMAttribute |
HWMClass.AddAttribute(java.lang.String strAttribName)
Add a attribute to the class |
HWMAttribute |
HWMClass.GetAttribute(java.lang.String strAttribName)
Gets the attribute with the given name |
HWMAttribute |
HWMRelationClass.GetAttributeA()
Returns the attribute A |
HWMAttribute |
HWMRelationClass.GetAttributeB()
Returns the attribute B |
HWMAttribute |
HWMForeignAttribute.GetForeignAttribute()
Get the foreign attribute |
Methods in com.altair.hwm.database.dbmodel with parameters of type HWMAttribute | |
---|---|
void |
HWMRelationClass.AddAttributes(java.lang.String strAttribA,
HWMAttribute hwmAttribA,
java.lang.String strAttribB,
HWMAttribute hwmAttribB)
Add attributes A, B in the relationship class |
HWMForeignAttribute |
HWMRelationClass.AddFgnAttrib(java.lang.String strName,
HWMAttribute hwmAttrib)
Add a foreign attribute to the class |
HWMForeignAttribute |
HWMRelationClass.AddForeignAttribute(java.lang.String strName,
HWMAttribute hwmAttrib)
Please use AddAttributeA and AddAttributeB to add the attributes. |
HWMForeignAttribute |
HWMClass.AddForeignAttribute(java.lang.String strName,
HWMAttribute hwmAttrib)
Add a foreign attribute to the class |
void |
HWMForeignAttribute.SetForeignAttribute(HWMAttribute hwmAttribute)
Set the foreign attribute |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |