org.identityconnectors.contract.data.groovy
Class Get

java.lang.Object
  extended by org.identityconnectors.contract.data.groovy.Lazy
      extended by org.identityconnectors.contract.data.groovy.Get

public class Get
extends Lazy

Lazily get a property

This is a Helper class, users of tests will access methods: Lazy.random(Object) and Lazy.get(Object))

Author:
Zdenek Louzensky

Field Summary
 
Fields inherited from class org.identityconnectors.contract.data.groovy.Lazy
successors, value
 
Constructor Summary
protected Get(Object prop)
           
 
Method Summary
 
Methods inherited from class org.identityconnectors.contract.data.groovy.Lazy
get, getSuccessors, getValue, plus, plus, random, random, setSuccessors, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Get

protected Get(Object prop)


Copyright © 2012. All Rights Reserved.