com.evolveum.midpoint.schema.result
Class VariousValues

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

public class VariousValues
extends java.lang.Object
implements java.io.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
 java.lang.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 java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2012 evolveum. All Rights Reserved.