com.evolveum.midpoint.schema.result
Class VariousValues

java.lang.Object
  extended by com.evolveum.midpoint.schema.result.VariousValues
All Implemented Interfaces:
Serializable

public class VariousValues
extends Object
implements Serializable

A class that marks presence of various values in a specific OperationResult map. E.g. if an instance of this class is present as a "foo" parameter in OperationResult parameter map then such parameter contains many different values. It only makes sense for OperationResult entries that are summarized (has count > 1)

Author:
Radovan Semancik
See Also:
Serialized Form

Constructor Summary
VariousValues()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VariousValues

public VariousValues()
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 evolveum. All Rights Reserved.