@{module} @{version}
A C D E F G H I L M N O P R S T U V W 

O

ObjectGenerator - Class in com.opencloud.slee.upgrade.transformation.model
An object generator produces an object, which may be a string, a null, or an array of such items.
ObjectGenerator.ArrayGenerator - Class in com.opencloud.slee.upgrade.transformation.model
A type of ObjectGenerator which always returns an array.
ObjectGenerator.ArrayGenerator(ObjectGenerator[]) - Constructor for class com.opencloud.slee.upgrade.transformation.model.ObjectGenerator.ArrayGenerator
 
ObjectGenerator.ConstantGenerator - Class in com.opencloud.slee.upgrade.transformation.model
A type of ObjectGenerator.StringGenerator which always returns a fixed, non-null string value.
ObjectGenerator.ConstantGenerator(String) - Constructor for class com.opencloud.slee.upgrade.transformation.model.ObjectGenerator.ConstantGenerator
 
ObjectGenerator.FunctionGenerator - Class in com.opencloud.slee.upgrade.transformation.model
A type of ObjectGenerator which returns values based on some ValueFunction.
ObjectGenerator.FunctionGenerator(ValueFunction) - Constructor for class com.opencloud.slee.upgrade.transformation.model.ObjectGenerator.FunctionGenerator
 
ObjectGenerator.NullValueGenerator - Class in com.opencloud.slee.upgrade.transformation.model
A type of ObjectGenerator.StringGenerator which always returns the null value.
ObjectGenerator.NullValueGenerator() - Constructor for class com.opencloud.slee.upgrade.transformation.model.ObjectGenerator.NullValueGenerator
 
ObjectGenerator.StringGenerator - Class in com.opencloud.slee.upgrade.transformation.model
A type of ObjectGenerator which always generates a String value.
A C D E F G H I L M N O P R S T U V W 
@{module} @{version}

Copyright © OpenCloud. All Rights Reserved.