wt.build
Interface BuildableLink
- All Superinterfaces:
- BinaryLink, BuildableObject, Link, NetFactor, ObjectMappable, Persistable, Serializable
- All Known Implementing Classes:
- WTPartUsageLink
- public interface BuildableLink
- extends BinaryLink, BuildableObject
Supported API: false
Extendable: false
Methods inherited from interface wt.fc.BinaryLink |
getLinkInfo, getObject, getOtherObject, getRole, getRoleAObject, getRoleAObjectId, getRoleAObjectRef, getRoleBObject, getRoleBObjectId, getRoleBObjectRef, setRoleAObject, setRoleAObjectRef, setRoleBObject, setRoleBObjectRef |
BUILD_TARGET_ROLE
public static final String BUILD_TARGET_ROLE
- Label for the attribute.
Supported API: false
- See Also:
- Constant Field Values
PERSISTABLE_ROLE
public static final String PERSISTABLE_ROLE
- Label for the attribute.
Supported API: false
- See Also:
- Constant Field Values
getBuildTarget
public BuildTarget getBuildTarget()
- Gets the object for the association that plays role: BUILD_TARGET_ROLE.
Supported API: false
- Returns:
- BuildTarget
setBuildTarget
public void setBuildTarget(BuildTarget theBuildTarget)
throws WTPropertyVetoException
- Sets the object for the association that plays role: BUILD_TARGET_ROLE.
Supported API: false
- Parameters:
theBuildTarget
-
- Throws:
WTPropertyVetoException
getPersistable
public Persistable getPersistable()
- Gets the object for the association that plays role: PERSISTABLE_ROLE.
Supported API: false
- Returns:
- Persistable
setPersistable
public void setPersistable(Persistable thePersistable)
throws WTPropertyVetoException
- Sets the object for the association that plays role: PERSISTABLE_ROLE.
Supported API: false
- Parameters:
thePersistable
-
- Throws:
WTPropertyVetoException