Class ParameterModelImpl

    • Constructor Summary

      Constructors 
      Constructor Description
      ParameterModelImpl​(ComponentModel componentModel, java.lang.String name, boolean required, boolean allowNull, java.lang.String defaultBindingPrefix, boolean cached)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ComponentModel getComponentModel()
      Identifies the component model in which the parameter is defined.
      java.lang.String getDefaultBindingPrefix()
      The default binding prefix for the parameter, usually "prop".
      java.lang.String getName()
      The name of the parameter.
      boolean isAllowNull()
      If true, then no check is needed.
      boolean isCached()  
      boolean isRequired()
      If true, the parameter is required.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait