Class PriceTypeEnumeration

    • Method Detail

      • getValue

        public String getValue()
        Returns the string value of this instance.
        Returns:
        Returns the string value of this instance.
      • findByValue

        public static PriceTypeEnumeration findByValue​(String value)
        Returns a PriceTypeEnumeration based on the String value or null.
        Parameters:
        value - Value to search for.
        Returns:
        PriceTypeEnumeration or null.
      • clone

        public Object clone()
        Returns a duplicate of this instance
        Specified by:
        clone in interface CloneableType
        Overrides:
        clone in class Object
        Returns:
        The same instance.
      • toString

        public String toString()
        Returns the string value of this instance.
        Overrides:
        toString in class Object
        Returns:
        Returns the string value of this instance.