Enum Class EasyCodefServiceType

java.lang.Object
java.lang.Enum<EasyCodefServiceType>
io.codef.api.EasyCodefServiceType
All Implemented Interfaces:
Serializable, Comparable<EasyCodefServiceType>, java.lang.constant.Constable

public enum EasyCodefServiceType extends Enum<EasyCodefServiceType>
 io.codef.easycodef
   |_ EasyCodefServiceType.java
 
Desc : CODEF 서비스 타입 enum 클래스
Company:
: ©CODEF corp.
Author:
: [email protected]
Date:
: Jun 26, 2020 3:40:36 PM
  • Enum Constant Details

  • Method Details

    • values

      public static EasyCodefServiceType[] 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 EasyCodefServiceType 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
    • getServiceType

      protected int getServiceType()