Class RuntimeParameter

  • All Implemented Interfaces:
    Property<java.lang.Object>, java.io.Serializable

    public class RuntimeParameter
    extends BasicProperty<java.lang.Object>
    This is a special type of property that indicates that we want the current runtime value of a parameter as opposed to the config value. This is because a parameter is normally a ParameterValue- but when it runs, we want the actual internal value- say "1", or the bound value result. This is used by the ExecutableTagPropertyModel to distinguish between those two options.
    See Also:
    Serialized Form
    • Constructor Detail

      • RuntimeParameter

        public RuntimeParameter​(java.lang.String name)