java.lang.Object
org.mule.runtime.extension.api.values.ImmutableValue
All Implemented Interfaces:
org.mule.runtime.api.value.Value

@NoExtend public class ImmutableValue extends Object implements org.mule.runtime.api.value.Value
Immutable implementation of Value
Since:
1.0
  • Method Details

    • getId

      public String getId()
      Specified by:
      getId in interface org.mule.runtime.api.value.Value
    • getDisplayName

      public String getDisplayName()
      Specified by:
      getDisplayName in interface org.mule.runtime.api.value.Value
    • getChilds

      public Set<org.mule.runtime.api.value.Value> getChilds()
      Specified by:
      getChilds in interface org.mule.runtime.api.value.Value
    • getPartName

      public String getPartName()
      Specified by:
      getPartName in interface org.mule.runtime.api.value.Value
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object