blob: 9d1226a23961e46d9ceae96d55bcd4dc26e50d17 [file] [log] [blame]
public interface IMappingPolicy {
enum PolicyResult {DontImport, UseUndefined, UseAbsent, UseSpecified, UseNull }
class PolicyResultData {}
}
class S implements IMappingPolicy {
def onUnmappedMasterData() {
return new PolicyResu<ref>ltData()
}
}