145146147148149150151152
} } public static final TextValue newTextId() { final UUID uuid = UUID.randomUUID(); final TextValue text = newText(uuid.toString()); return text; }
153154155156157158159160