Package de.ubs.xdm3

Class Util

java.lang.Object
de.ubs.xdm3.Util

public class Util extends Object
Utility class for common operations related to entity instances. This class provides methods for converting entity instances to string representations.
  • Constructor Details

    • Util

      public Util()
  • Method Details

    • toString

      public static String toString(EntityInstance entityInstance)
      Converts the given entity instance to a string representation. The string representation includes the entity name, UUID, and its attributes.
      Parameters:
      entityInstance - the entity instance to convert
      Returns:
      the string representation of the entity instance