blob: 2d774697394f0cd949fbec3d05f3f78c87dc4293 [file] [log] [blame]
package org.eclipse.scout.sdk.ui.extensions;
public interface ICodeIdParser {
boolean isValid(String val);
String getSource(String val);
}