Class ConstExpressionEvaluatorType

java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractValueWrapper<String>
com.evolveum.midpoint.xml.ns._public.common.common_3.ConstExpressionEvaluatorType
All Implemented Interfaces:
JaxbVisitable, Serializable, Cloneable

public class ConstExpressionEvaluatorType extends com.evolveum.midpoint.prism.impl.binding.AbstractValueWrapper<String>
See Also:
  • Field Details

    • value

      protected String value
  • Constructor Details

    • ConstExpressionEvaluatorType

      public ConstExpressionEvaluatorType()
  • Method Details

    • getValue

      public String getValue()
      Specified by:
      getValue in class com.evolveum.midpoint.prism.impl.binding.AbstractValueWrapper<String>
    • setValue

      public void setValue(String val)
      Specified by:
      setValue in class com.evolveum.midpoint.prism.impl.binding.AbstractValueWrapper<String>
    • clone

      Overrides:
      clone in class Object