Class NotExpressionNode
- java.lang.Object
-
- de.captaingoldfish.scim.sdk.server.filter.FilterNode
-
- de.captaingoldfish.scim.sdk.server.filter.NotExpressionNode
-
public final class NotExpressionNode extends FilterNode
author Pascal Knueppel
created at: 16.10.2019 - 16:52
represents an expression that should be negated
-
-
Constructor Summary
Constructors Constructor Description NotExpressionNode(FilterNode rightNode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)FilterNodegetRightNode()the node that should be negatedinthashCode()StringtoString()-
Methods inherited from class de.captaingoldfish.scim.sdk.server.filter.FilterNode
getParent, getSubAttributeName, setParent, setSubAttributeName
-
-
-
-
Constructor Detail
-
NotExpressionNode
public NotExpressionNode(FilterNode rightNode)
-
-
Method Detail
-
canEqual
protected boolean canEqual(Object other)
-
getRightNode
public FilterNode getRightNode()
the node that should be negated
-
-