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