public enum ServiceScopeEntities extends Enum<ServiceScopeEntities>
| Enum Constant and Description |
|---|
ENTITY_ITF_CALL_CHAIN_FOLDERS |
ENTITY_ITF_CALL_CHAINS |
ENTITY_ITF_ENVIRONMENT_FOLDERS |
ENTITY_ITF_ENVIRONMENTS |
ENTITY_ITF_INTEGRATION_CONFIGS |
ENTITY_ITF_PROJECT_SETTINGS |
ENTITY_ITF_SYSTEM_FOLDERS |
ENTITY_ITF_SYSTEMS |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(String value) |
String |
getValue() |
static ServiceScopeEntities |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceScopeEntities[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceScopeEntities ENTITY_ITF_CALL_CHAIN_FOLDERS
public static final ServiceScopeEntities ENTITY_ITF_CALL_CHAINS
public static final ServiceScopeEntities ENTITY_ITF_SYSTEM_FOLDERS
public static final ServiceScopeEntities ENTITY_ITF_SYSTEMS
public static final ServiceScopeEntities ENTITY_ITF_ENVIRONMENTS
public static final ServiceScopeEntities ENTITY_ITF_ENVIRONMENT_FOLDERS
public static final ServiceScopeEntities ENTITY_ITF_INTEGRATION_CONFIGS
public static final ServiceScopeEntities ENTITY_ITF_PROJECT_SETTINGS
public static ServiceScopeEntities[] values()
for (ServiceScopeEntities c : ServiceScopeEntities.values()) System.out.println(c);
public static ServiceScopeEntities valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic boolean equals(String value)
public String getValue()
Copyright © 2025. All rights reserved.