public final class ImmutableCompoundTypeBuilder extends Object
The individual values are collected for a given type and when they have all been collected then the immutable compound value object is created and returned.
| Constructor and Description |
|---|
ImmutableCompoundTypeBuilder() |
public static void clear()
public static Object set(CtCompoundType<?> ct, String propName, Object value)
If this is the last value required for the compound type then the compound type is created and returned, otherwise null is returned (and we need more values set).
Copyright © 2014. All Rights Reserved.