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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IPropertyDataReference
getPropertyDataReference()
Gets the property reference (if any).void
setPropertyDataReference(IPropertyDataReference propertyDataReference)
Sets the property data reference.
-
-
-
Method Detail
-
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 benull
-
-