Package net.sourceforge.uiq3
Interface ITraceable
-
- All Known Implementing Classes:
A_Register
,A_Register
public interface ITraceable
The objects attributes can be traced
- Since:
- 1.0
- Version:
- 1.0
- Author:
- "Martin Krischik" «krischik@users.sourceforge.net»
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull String
Debug_String()
void
Trace()
Write a string representation of the instance to the log file.
-
-
-
Method Detail
-
Debug_String
@TestOnly @NotNull @NotNull String Debug_String()
- Returns:
- string representation of the instance suitable for debugging.
-
Trace
@TestOnly void Trace()
Write a string representation of the instance to the log file.
-
-