java.lang.Object
java.lang.Enum<EntityType>
org.qubership.integration.platform.variables.management.persistence.configs.entity.actionlog.EntityType
All Implemented Interfaces:
Serializable, Comparable<EntityType>, Constable

public enum EntityType extends Enum<EntityType>
  • Enum Constant Details

    • SECURED_VARIABLE

      public static final EntityType SECURED_VARIABLE
    • COMMON_VARIABLE

      public static final EntityType COMMON_VARIABLE
    • FOLDER

      public static final EntityType FOLDER
    • CHAIN

      public static final EntityType CHAIN
    • SNAPSHOT

      public static final EntityType SNAPSHOT
    • SNAPSHOT_CLEANUP

      public static final EntityType SNAPSHOT_CLEANUP
    • DEPLOYMENT

      public static final EntityType DEPLOYMENT
    • ELEMENT

      public static final EntityType ELEMENT
    • DOMAIN

      public static final EntityType DOMAIN
    • MASKED_FIELD

      public static final EntityType MASKED_FIELD
    • CHAINS

      public static final EntityType CHAINS
    • DATABASE_SYSTEM

      public static final EntityType DATABASE_SYSTEM
    • DATABASE_SCRIPT

      public static final EntityType DATABASE_SCRIPT
    • SERVICE_DISCOVERY

      public static final EntityType SERVICE_DISCOVERY
    • EXTERNAL_SERVICE

      public static final EntityType EXTERNAL_SERVICE
    • INNER_CLOUD_SERVICE

      public static final EntityType INNER_CLOUD_SERVICE
    • IMPLEMENTED_SERVICE

      public static final EntityType IMPLEMENTED_SERVICE
    • ENVIRONMENT

      public static final EntityType ENVIRONMENT
    • SPECIFICATION

      public static final EntityType SPECIFICATION
    • SPECIFICATION_GROUP

      public static final EntityType SPECIFICATION_GROUP
    • SERVICES

      public static final EntityType SERVICES
    • SECRET

      public static final EntityType SECRET
    • CHAIN_RUNTIME_PROPERTIES

      public static final EntityType CHAIN_RUNTIME_PROPERTIES
    • MAAS_KAFKA

      public static final EntityType MAAS_KAFKA
    • MAAS_RABBITMQ

      public static final EntityType MAAS_RABBITMQ
    • IMPORT_INSTRUCTION

      public static final EntityType IMPORT_INSTRUCTION
    • IMPORT_INSTRUCTIONS

      public static final EntityType IMPORT_INSTRUCTIONS
  • Method Details

    • values

      public static EntityType[] 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 EntityType 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