1 package org.omg.uml.behavioralelements.statemachines;2 3 public interface StubState extends org.omg.uml.behavioralelements.statemachines.StateVertex {4 public java.lang.String getReferenceState();5 public void setReferenceState(java.lang.String newValue);6 }7