org.oddjob.beancmpr.beans
Interface MatchResultType

All Known Implementing Classes:
MatchResultType.Equal, MatchResultType.MatchResultTypeBase, MatchResultType.NotEqual, MatchResultType.XMissing, MatchResultType.YMissing

public interface MatchResultType

The type of the result. Used as a property on a match result bean.

Author:
rob

Nested Class Summary
static class MatchResultType.Equal
           
static class MatchResultType.MatchResultTypeBase
           
static class MatchResultType.NotEqual
           
static class MatchResultType.Type
           
static class MatchResultType.XMissing
           
static class MatchResultType.YMissing
           
 
Method Summary
 String getText()
           
 MatchResultType.Type getType()
           
 

Method Detail

getType

MatchResultType.Type getType()

getText

String getText()


Copyright © 2013. All Rights Reserved.