public interface IProductComponentLink<T extends IProductComponent> extends IRuntimeObject, IClRepositoryObject
The generic type T specifies the target type of this link.
| Modifier and Type | Method and Description |
|---|---|
String |
getAssociationName()
Returns the name of the association this link belongs to.
|
CardinalityRange |
getCardinality() |
IProductComponentLinkSource |
getSource()
Returns the
IProductComponentLinkSource this link originates from. |
T |
getTarget()
Returns the target product component.
|
String |
getTargetId()
Returns the target product component's id.
|
getExtensionPropertyIds, getExtensionPropertyValueinitFromXmlCardinalityRange getCardinality()
IntegerRange.IProductComponentLinkSource getSource()
IProductComponentLinkSource this link originates from. This may be a
IProductComponentGeneration or a IProductComponent (since 3.8).IProductComponentGeneration to IProductComponentLinkSource because the
link source may be a product component or a product component generation.T getTarget()
String getTargetId()
String getAssociationName()
Copyright © 2017. All rights reserved.