Class CmsADEConfigDataInternal.AttributeValue

    • Constructor Summary

      Constructors 
      Constructor Description
      AttributeValue​(java.lang.String value, java.lang.String origin)
      Creates a new instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getOrigin()
      Gets the origin path.
      java.lang.String getValue()
      Gets the attribute string value.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AttributeValue

        public AttributeValue​(java.lang.String value,
                              java.lang.String origin)
        Creates a new instance.
        Parameters:
        value - the attribute value
        origin - the origin path
    • Method Detail

      • getOrigin

        public java.lang.String getOrigin()
        Gets the origin path.
        Returns:
        the origin path
      • getValue

        public java.lang.String getValue()
        Gets the attribute string value.
        Returns:
        the attribute value
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
        See Also:
        Object.toString()