Package com.evolveum.midpoint.prism
Class ExpressionWrapper
- java.lang.Object
-
- com.evolveum.midpoint.prism.ExpressionWrapper
-
- All Implemented Interfaces:
Freezable
,Serializable
,Cloneable
public class ExpressionWrapper extends Object implements Cloneable, Serializable, Freezable
Contains the expression that can be part of e.g. prism filters (or other data).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExpressionWrapper(QName elementName, Object expression)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExpressionWrapper
clone()
void
freeze()
QName
getElementName()
Object
getExpression()
boolean
isImmutable()
String
toString()
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable
-
-
-
-
Method Detail
-
getElementName
public QName getElementName()
-
getExpression
public Object getExpression()
-
clone
public ExpressionWrapper clone()
-
isImmutable
public boolean isImmutable()
- Specified by:
isImmutable
in interfaceFreezable
-
-