Class AbstractValueWrapper<T>
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractValueWrapper<T>
-
- All Implemented Interfaces:
JaxbVisitable
,Serializable
,Cloneable
- Direct Known Subclasses:
ConstExpressionEvaluatorType
public abstract class AbstractValueWrapper<T> extends Object implements Serializable, Cloneable, JaxbVisitable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractValueWrapper()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
boolean
equals(Object obj)
abstract T
getValue()
int
hashCode()
abstract void
setValue(T value)
String
toString()
-
-
-
Method Detail
-
getValue
public abstract T getValue()
-
setValue
public abstract void setValue(T value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
-
-