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 Details

    • getPropertyDataReference

      IPropertyDataReference getPropertyDataReference()
      Gets the property reference (if any).
      Returns:
      Property reference. Can be null
    • setPropertyDataReference

      void setPropertyDataReference(IPropertyDataReference propertyDataReference)
      Sets the property data reference.
      Parameters:
      propertyDataReference - Property data reference. Can be null