Package crypto.rules
Class CrySLMethod
- java.lang.Object
-
- crypto.rules.CrySLMethod
-
- All Implemented Interfaces:
ICrySLPredicateParameter,Serializable
public class CrySLMethod extends Object implements Serializable, ICrySLPredicateParameter
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetMethodName()StringgetName()List<Map.Entry<String,String>>getParameters()Map.Entry<String,String>getRetObject()StringgetShortMethodName()inthashCode()StringtoString()
-
-
-
Field Detail
-
VOID
public static final String VOID
- See Also:
- Constant Field Values
-
ANY_TYPE
public static final String ANY_TYPE
- See Also:
- Constant Field Values
-
NO_NAME
public static final String NO_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getMethodName
public String getMethodName()
- Returns:
- the FQ methodName
-
getShortMethodName
public String getShortMethodName()
- Returns:
- the short methodName
-
getName
public String getName()
- Specified by:
getNamein interfaceICrySLPredicateParameter
-
-