Interface IRestUrnFragmentDefinition

All Known Implementing Classes:
RestUrnFragmentDefinition

public interface IRestUrnFragmentDefinition
This interface defines a rest urn fragment of a rest request message.
Since:
9.0
Author:
a.pragt
  • Method Details

    • getConstant

      String getConstant()
      This method returns the default value of the urn fragment. A fragment is either a constant or dynamic. If dynamic this method must return null.
      Returns:
      The constant value or null.
    • getAttributeName

      String getAttributeName()
      This method returns the attribute definition of the dynamic value. A fragment is either a constant or dynamic. If constant this method must return null.
      Returns:
      The attribute definition or null.
    • getValidations

      IFieldValidationDefinition[] getValidations()
      This method returns the validations of the attribute.
      Returns:
      The validations of the attribute, may not be null.