Class RaConfigAction.AddProperty

    • Constructor Detail

      • AddProperty

        public AddProperty​(@Nonnull
                           java.lang.String name,
                           @Nonnull
                           java.lang.String type,
                           @Nonnull
                           ObjectGenerator.StringGenerator defaultValue)
        Parameters:
        name - The name of the property.
        type - The Java type of the property, as a fully qualified class name.
        defaultValue - Used to generate a value to use when a value is not specified elsewhere.