1 2 package org.catacomb.interlish.structure; 3 4 5 public interface StringValueSettable { 6 7 void setStringValue(String val); 8 9 }