Interface VObject

    • Method Summary

      Modifier and Type Method Description
      VObject asReadOnly()
      Returns a read-only wrapper of this object.
      VObject clone()
      Returns a deep clone of this object.
      VMF vmf()
      Returns the VMF related functionality.
    • Method Detail

      • vmf

        VMF vmf()
        Returns the VMF related functionality.
        Returns:
        VMF related functionality
      • clone

        VObject clone()
        Returns a deep clone of this object.
        Returns:
        a deep clone of this object
      • asReadOnly

        VObject asReadOnly()
        Returns a read-only wrapper of this object.
        Returns:
        a read-only wrapper of this object