Class InputFieldMappingEntry


  • public final class InputFieldMappingEntry
    extends Object
    Input field mapping for a skill.
    • Constructor Detail

      • InputFieldMappingEntry

        public InputFieldMappingEntry​(String name)
        Creates an instance of InputFieldMappingEntry class.
        Parameters:
        name - the name value to set.
    • Method Detail

      • getName

        public String getName()
        Get the name property: The name of the input.
        Returns:
        the name value.
      • getSource

        public String getSource()
        Get the source property: The source of the input.
        Returns:
        the source value.
      • setSource

        public InputFieldMappingEntry setSource​(String source)
        Set the source property: The source of the input.
        Parameters:
        source - the source value to set.
        Returns:
        the InputFieldMappingEntry object itself.
      • getSourceContext

        public String getSourceContext()
        Get the sourceContext property: The source context used for selecting recursive inputs.
        Returns:
        the sourceContext value.
      • setSourceContext

        public InputFieldMappingEntry setSourceContext​(String sourceContext)
        Set the sourceContext property: The source context used for selecting recursive inputs.
        Parameters:
        sourceContext - the sourceContext value to set.
        Returns:
        the InputFieldMappingEntry object itself.
      • getInputs

        public List<InputFieldMappingEntry> getInputs()
        Get the inputs property: The recursive inputs used when creating a complex type.
        Returns:
        the inputs value.
      • setInputs

        public InputFieldMappingEntry setInputs​(List<InputFieldMappingEntry> inputs)
        Set the inputs property: The recursive inputs used when creating a complex type.
        Parameters:
        inputs - the inputs value to set.
        Returns:
        the InputFieldMappingEntry object itself.
      • setInputs

        public InputFieldMappingEntry setInputs​(InputFieldMappingEntry... inputs)
        Set the inputs property: The recursive inputs used when creating a complex type.
        Parameters:
        inputs - the inputs value to set.
        Returns:
        the InputFieldMappingEntry object itself.