Interface IFeatureChildNodeItem

All Superinterfaces:
ICollectionValue, IItem, IMetapathQueryable, INodeItem, INodeItemVisitable, IPathSegment
All Known Subinterfaces:
IRootAssemblyNodeItem

public interface IFeatureChildNodeItem extends INodeItem
Represents a node item for a Metaschema model instance the is always a child of another item in the Metaschema model.
  • Method Details

    • getParentNodeItem

      @NonNull INodeItem getParentNodeItem()
      Description copied from interface: INodeItem
      Retrieve the parent node item if it exists.
      Specified by:
      getParentNodeItem in interface INodeItem
      Returns:
      the parent node item, or null if this node item has no known parent
    • getStaticContext

      default StaticContext getStaticContext()
      Description copied from interface: INodeItem
      Get the static context to use to query this node item.
      Specified by:
      getStaticContext in interface INodeItem
      Returns:
      the static context