Class IsInGroup
- java.lang.Object
-
- org.oa4mp.server.loader.qdl.claims.IsInGroup
-
- All Implemented Interfaces:
Serializable,org.qdl_lang.extensions.QDLFunction
public class IsInGroup extends Object implements org.qdl_lang.extensions.QDLFunction
Created by Jeff Gaynor
on 2/24/20 at 7:52 AM- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringIN_GROUP_NAME
-
Constructor Summary
Constructors Constructor Description IsInGroup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.qdl_lang.variables.values.QDLValueevaluate(org.qdl_lang.variables.values.QDLValue[] objects, org.qdl_lang.state.State state)int[]getArgCount()List<String>getDocumentation(int argCount)StringgetName()
-
-
-
Field Detail
-
IN_GROUP_NAME
public static final String IN_GROUP_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceorg.qdl_lang.extensions.QDLFunction
-
getArgCount
public int[] getArgCount()
- Specified by:
getArgCountin interfaceorg.qdl_lang.extensions.QDLFunction
-
evaluate
public org.qdl_lang.variables.values.QDLValue evaluate(org.qdl_lang.variables.values.QDLValue[] objects, org.qdl_lang.state.State state)- Specified by:
evaluatein interfaceorg.qdl_lang.extensions.QDLFunction
-
-