blob: cffbe16603effc79442bed06cdef2acaff4a062a [file] [log] [blame]
package org.eclipse.osee.ote.properties;
public interface OteSimpleProperties {
String getKey();
void setValue(String value);
String getValue();
String getValue(String defaultValue);
}