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 voidaccept(JaxbVisitor visitor)booleanequals(Object obj)abstract TgetValue()inthashCode()abstract voidsetValue(T value)StringtoString() 
 - 
 
- 
- 
Method Detail
- 
getValue
public abstract T getValue()
 
- 
setValue
public abstract void setValue(T value)
 
- 
accept
public void accept(JaxbVisitor visitor)
- Specified by:
 acceptin interfaceJaxbVisitable
 
 - 
 
 -