Interface IPropertyInfo

    • Method Detail

      • getName

        String getName()
        The name of the property. It is required to be non null.
        Returns:
        the name of the property.
      • getExpression

        String getExpression()
        The expression of the property. Can be null.
        Returns:
        the expression of the property.
      • getPluginKey

        String getPluginKey()
        The plugin key, if one wants to instantiate a custom property. Can be null.
        Returns:
        the plugin key of the property.