Class SetterAttributeDefinition

java.lang.Object
org.mule.runtime.dsl.api.component.SetterAttributeDefinition

public final class SetterAttributeDefinition extends Object
Wrapper class for a setter attribute definitions. It contains the attribute name plus the attribute definition
Since:
4.0
  • Constructor Details

    • SetterAttributeDefinition

      public SetterAttributeDefinition(String attributeName, AttributeDefinition attributeDefinition)
      Parameters:
      attributeName - name of the attribute to be set
      attributeDefinition - definition of the attribute to be set
  • Method Details

    • getAttributeName

      public String getAttributeName()
      Returns:
      the object attribute name
    • getAttributeDefinition

      public AttributeDefinition getAttributeDefinition()
      Returns:
      the object attribute definition