Interface IDfInlineDescendantInternal

All Known Implementing Classes:
DfInlineDescendantBaseInternal

public interface IDfInlineDescendantInternal
Represents registry information for an inline descendant object.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the object id of the inline descendant.
    Returns the root id that contains this inline descendant.
  • Method Details

    • getRootId

      IDfId getRootId()
      Returns the root id that contains this inline descendant.
      Returns:
      the the root id that contains this inline descendant.
    • getObjectId

      IDfId getObjectId()
      Returns the object id of the inline descendant.
      Returns:
      the object id of the inline descendant.