wt.iba.value
Interface IBAHolder

All Known Subinterfaces:
EPMDependencyLink, Typed, TypeDefinition, UserIBAOccurrenceData
All Known Implementing Classes:
AccessControlSurrogate, BusinessEntity, BusinessEntityDefaultView, ClassificationNode, ClassificationNodeDefaultView, CombinedPathOccurrenceUserIBAs, EPMDocument, EPMDocumentMaster, EPMMemberLink, EPMReferenceLink, EPMSupportingData, FederatedLink, PathOccurrenceUserIBAs, PDMLinkProduct, Project2, PromotionNotice, QueryResultsIBAHolder, UsesOccurrenceUserIBAs, WTAnalysisActivity, WTChangeActivity2, WTChangeInvestigation, WTChangeIssue, WTChangeOrder2, WTChangeProposal, WTChangeRequest2, WTDocument, WTDocumentMaster, WTLibrary, WTPart, WTPartMaster, WTPartUsageLink, WTProductInstance2, WTTypeDefinition, WTUnit, WTUnitMaster

public interface IBAHolder

To be implemented by any Persistable class that wants to be IBA attributes holder.

Supported API: false

Extendable: false

See Also:
AttributeContainer, DefaultAttributeContainer

Field Summary
static String ATTRIBUTE_CONTAINER
          Label for the attribute.
 
Method Summary
 AttributeContainer getAttributeContainer()
          Gets the object for the association that plays role: ATTRIBUTE_CONTAINER.
 void setAttributeContainer(AttributeContainer a_AttributeContainer)
          Sets the object for the association that plays role: ATTRIBUTE_CONTAINER.
 

Field Detail

ATTRIBUTE_CONTAINER

public static final String ATTRIBUTE_CONTAINER
Label for the attribute.

Supported API: false

See Also:
Constant Field Values
Method Detail

getAttributeContainer

public AttributeContainer getAttributeContainer()
Gets the object for the association that plays role: ATTRIBUTE_CONTAINER.

Supported API: false

Returns:
AttributeContainer

setAttributeContainer

public void setAttributeContainer(AttributeContainer a_AttributeContainer)
Sets the object for the association that plays role: ATTRIBUTE_CONTAINER.

Supported API: false

Parameters:
a_AttributeContainer -