Interface PropertyId

  • All Superinterfaces:
    ItemId

    public interface PropertyId
    extends ItemId
    PropertyId identifies a property on the SPI layer.
    • Method Detail

      • getParentId

        NodeId getParentId()
        Returns the NodeId of the parent.
        Returns:
        The parentId of this PropertyId.
      • getName

        Name getName()
        Returns the Name of the property identified by this id.
        Returns:
        The name of the property that is identified by this PropertyId.