com.apelon.dts.client.match
Class MatchType

java.lang.Object
  extended by com.apelon.dts.client.match.MatchType

public class MatchType
extends Object

Provides a typesafe enum pattern for the match type. The match type requested may be a complete match, an undermatch, or a partial undermatch.

Copyright: Copyright (c) 2003

Company: Apelon, Inc.

Version:
DTS 3.0.0
Author:
Apelon, Inc.

Field Summary
static MatchType COMPLETE_MATCH
           
static MatchType PARTIAL_UNDERMATCH
           
static MatchType UNDERMATCH
           
 
Method Summary
 String toString()
          Get string for match type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

COMPLETE_MATCH

public static final MatchType COMPLETE_MATCH

UNDERMATCH

public static final MatchType UNDERMATCH

PARTIAL_UNDERMATCH

public static final MatchType PARTIAL_UNDERMATCH
Method Detail

toString

public String toString()
Get string for match type

Overrides:
toString in class Object
Returns:
match type string


Copyright © 2011. All Rights Reserved.