Enum Class Component

java.lang.Object
java.lang.Enum<Component>
com.skava.oms.constant.Component
All Implemented Interfaces:
Serializable, Comparable<Component>, Constable

public enum Component extends Enum<Component>
The enumerator component contains the types of the component
Since:
05-Jul-2018
Author:
Infosys Equinox
  • Enum Constant Details

    • NONE

      public static final Component NONE
    • INVENTORY

      public static final Component INVENTORY
    • PAYMENT

      public static final Component PAYMENT
    • FULFILMENT

      public static final Component FULFILMENT
    • USER

      public static final Component USER
    • CSR

      public static final Component CSR
    • LOYALTY

      public static final Component LOYALTY
    • FINANCE

      public static final Component FINANCE
    • TAX

      public static final Component TAX
    • OMS

      public static final Component OMS
  • Method Details

    • values

      public static Component[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static Component valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getValue

      public int getValue()
      Returns:
      value