1 package net.sourceforge.rpgee; 2 3 public interface Named { 4 public static final String NAME = "name"; 5 public String getName(); 6 }