Interface ModelLinkComponent


public interface ModelLinkComponent
A single component in a ModelLinkKey, with a name and value.
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getName()
    Returns the component name
    java.lang.Object getValue()
    Returns the component value
  • Method Details

    • getName

      java.lang.String getName()
      Returns the component name
    • getValue

      java.lang.Object getValue()
      Returns the component value