1 package org.catacomb.interlish.structure; 2 3 import org.catacomb.interlish.content.IntegerValue; 4 5 6 public interface IntegerValueEditor { 7 8 public void setIntegerValue(IntegerValue iv); 9 10 }