Interface IContainmentDataReference
- 
- All Superinterfaces:
- IDataReference
 - All Known Implementing Classes:
- FqnContainmentDataReference,- UniqueNameContainmentDataReference
 
 public interface IContainmentDataReference extends IDataReference Containment data reference. Addresses a single containment reference (like CatalogAttribute, etc). Can be terminal reference or can be used to point a specific property of the containment object.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description IPropertyDataReferencegetPropertyDataReference()Gets the property reference (if any).voidsetPropertyDataReference(IPropertyDataReference propertyDataReference)Sets the property data reference.
 
- 
- 
- 
Method Detail- 
getPropertyDataReferenceIPropertyDataReference getPropertyDataReference() Gets the property reference (if any).- Returns:
- Property reference. Can be null
 
 - 
setPropertyDataReferencevoid setPropertyDataReference(IPropertyDataReference propertyDataReference) Sets the property data reference.- Parameters:
- propertyDataReference- Property data reference. Can be- null
 
 
- 
 
-