Package step.licensing
Enum LicensingResources.StepEnterprise.Module
- java.lang.Object
-
- java.lang.Enum<LicensingResources.StepEnterprise.Module>
-
- step.licensing.LicensingResources.StepEnterprise.Module
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<LicensingResources.StepEnterprise.Module>
- Enclosing class:
- LicensingResources.StepEnterprise
public static enum LicensingResources.StepEnterprise.Module extends java.lang.Enum<LicensingResources.StepEnterprise.Module>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ALM
ASTRA
BASE_MODULE
DASHBOARD_MONITORING
DOTNET
EVENTBROKERMONITOR
GRAFANA_DASHBOARDS
IMAGECOMPARE
K6
OPEN_ID_CONNECT
ORGANIZER
ORYON
PDFCOMPARE
QFTEST
REPOSITORY_AZURE_DEVOPS
REPOSITORY_JIRA_XRAY
SILK_PERFORMER
SOAPUI
WILDCARD
WIZARD
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LicensingResources.StepEnterprise.Module
findById(ch.exense.licensing.model.ResourceId id)
static LicensingResources.StepEnterprise.Module
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LicensingResources.StepEnterprise.Module[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
WILDCARD
public static final LicensingResources.StepEnterprise.Module WILDCARD
-
BASE_MODULE
public static final LicensingResources.StepEnterprise.Module BASE_MODULE
-
REPOSITORY_JIRA_XRAY
public static final LicensingResources.StepEnterprise.Module REPOSITORY_JIRA_XRAY
-
REPOSITORY_AZURE_DEVOPS
public static final LicensingResources.StepEnterprise.Module REPOSITORY_AZURE_DEVOPS
-
ASTRA
public static final LicensingResources.StepEnterprise.Module ASTRA
-
IMAGECOMPARE
public static final LicensingResources.StepEnterprise.Module IMAGECOMPARE
-
ORGANIZER
public static final LicensingResources.StepEnterprise.Module ORGANIZER
-
ORYON
public static final LicensingResources.StepEnterprise.Module ORYON
-
GRAFANA_DASHBOARDS
public static final LicensingResources.StepEnterprise.Module GRAFANA_DASHBOARDS
-
EVENTBROKERMONITOR
public static final LicensingResources.StepEnterprise.Module EVENTBROKERMONITOR
-
DOTNET
public static final LicensingResources.StepEnterprise.Module DOTNET
-
PDFCOMPARE
public static final LicensingResources.StepEnterprise.Module PDFCOMPARE
-
DASHBOARD_MONITORING
public static final LicensingResources.StepEnterprise.Module DASHBOARD_MONITORING
-
ALM
public static final LicensingResources.StepEnterprise.Module ALM
-
QFTEST
public static final LicensingResources.StepEnterprise.Module QFTEST
-
OPEN_ID_CONNECT
public static final LicensingResources.StepEnterprise.Module OPEN_ID_CONNECT
-
SOAPUI
public static final LicensingResources.StepEnterprise.Module SOAPUI
-
SILK_PERFORMER
public static final LicensingResources.StepEnterprise.Module SILK_PERFORMER
-
WIZARD
public static final LicensingResources.StepEnterprise.Module WIZARD
-
K6
public static final LicensingResources.StepEnterprise.Module K6
-
-
Field Detail
-
_PREFIX
public static final java.lang.String _PREFIX
- See Also:
- Constant Field Values
-
resource
public final ch.exense.licensing.model.Resource resource
-
-
Method Detail
-
values
public static LicensingResources.StepEnterprise.Module[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (LicensingResources.StepEnterprise.Module c : LicensingResources.StepEnterprise.Module.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static LicensingResources.StepEnterprise.Module valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
-
findById
public static LicensingResources.StepEnterprise.Module findById(ch.exense.licensing.model.ResourceId id)
-
-