public abstract class AbstractTypeMatcher extends java.lang.Object implements TypeMatcher
| Constructor and Description |
|---|
AbstractTypeMatcher(java.lang.String description,
java.lang.String technology) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription() |
java.lang.String |
getTechnology() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmatchespublic AbstractTypeMatcher(java.lang.String description,
java.lang.String technology)
public java.lang.String getDescription()
getDescription in interface TypeMatcherpublic java.lang.String getTechnology()
getTechnology in interface TypeMatcher