|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.LexGrid.LexBIG.Impl.helpers.TestFilter2
public class TestFilter2
Filter to use for JUnit test cases. This one only allows items that have an 'r' or m as their third letter in the entity descrition.
Field Summary | |
---|---|
static java.lang.String |
description_
|
static java.lang.String |
name_
|
static java.lang.String |
provider_
|
static java.lang.String |
version_
|
Constructor Summary | |
---|---|
TestFilter2()
|
Method Summary | |
---|---|
java.lang.String |
getDescription()
Return a description of the extension. |
java.lang.String |
getName()
Return the name assigned to this service extension. |
java.lang.String |
getProvider()
Return an identifier for the extension provider. |
java.lang.String |
getVersion()
Return version information about the extension. |
boolean |
match(ResolvedConceptReference ref)
Indicates whether or not the given reference satisfies criteria for this filter. |
static void |
register()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static java.lang.String provider_
public static java.lang.String description_
public static java.lang.String name_
public static java.lang.String version_
Constructor Detail |
---|
public TestFilter2()
Method Detail |
---|
public boolean match(ResolvedConceptReference ref)
Filter
match
in interface Filter
ref
- The concept reference to evaluate.
public java.lang.String getDescription()
Extendable
getDescription
in interface Extendable
public java.lang.String getName()
Extendable
getName
in interface Extendable
public java.lang.String getProvider()
Extendable
getProvider
in interface Extendable
public java.lang.String getVersion()
Extendable
getVersion
in interface Extendable
public static void register() throws LBParameterException, LBException
LBParameterException
LBException
|
Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |