Package com.ibm.fhir.path.function
Class ExcludeFunction
- java.lang.Object
-
- com.ibm.fhir.path.function.FHIRPathAbstractFunction
-
- com.ibm.fhir.path.function.ExcludeFunction
-
- All Implemented Interfaces:
FHIRPathFunction
public class ExcludeFunction extends FHIRPathAbstractFunction
-
-
Constructor Summary
Constructors Constructor Description ExcludeFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetMaxArity()intgetMinArity()StringgetName()-
Methods inherited from class com.ibm.fhir.path.function.FHIRPathAbstractFunction
apply, equals, generateIssue, hashCode
-
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceFHIRPathFunction- Specified by:
getNamein classFHIRPathAbstractFunction
-
getMinArity
public int getMinArity()
- Specified by:
getMinArityin interfaceFHIRPathFunction- Specified by:
getMinArityin classFHIRPathAbstractFunction
-
getMaxArity
public int getMaxArity()
- Specified by:
getMaxArityin interfaceFHIRPathFunction- Specified by:
getMaxArityin classFHIRPathAbstractFunction
-
-