Class IiEqualFunction
- java.lang.Object
-
- org.herasaf.xacml.core.function.AbstractFunction
-
- org.openehealth.ipf.commons.ihe.xacml20.herasaf.functions.IiEqualFunction
-
- All Implemented Interfaces:
Serializable
,org.herasaf.xacml.core.function.Function
public class IiEqualFunction extends org.herasaf.xacml.core.function.AbstractFunction
- Since:
- 3.5.1
- Author:
- Dmytro Rud
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IiEqualFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFunctionId()
Object
handle(Object... args)
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
getFunctionId
public String getFunctionId()
- Specified by:
getFunctionId
in interfaceorg.herasaf.xacml.core.function.Function
- Specified by:
getFunctionId
in classorg.herasaf.xacml.core.function.AbstractFunction
-
-