public static enum IScenarioDefinition.ScenarioType extends java.lang.Enum<IScenarioDefinition.ScenarioType>
Modifier and Type | Method and Description |
---|---|
static IScenarioDefinition.ScenarioType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IScenarioDefinition.ScenarioType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IScenarioDefinition.ScenarioType Scenario
public static final IScenarioDefinition.ScenarioType DataView
public static final IScenarioDefinition.ScenarioType Query
public static final IScenarioDefinition.ScenarioType Unknown
public static IScenarioDefinition.ScenarioType[] values()
for (IScenarioDefinition.ScenarioType c : IScenarioDefinition.ScenarioType.values()) System.out.println(c);
public static IScenarioDefinition.ScenarioType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullSubmit a bug or feature
Copyright (c) 2013-2016 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors. Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG.