Package de.ubs.xdm3
Class Util
java.lang.Object
de.ubs.xdm3.Util
Utility class for common operations related to entity instances.
This class provides methods for converting entity instances to string representations.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringtoString(EntityInstance entityInstance) Converts the given entity instance to a string representation.
-
Constructor Details
-
Util
public Util()
-
-
Method Details
-
toString
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
-