|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<DiscoveryParameterDirectionKind>
org.eclipse.gmt.modisco.infra.discoverymanager.DiscoveryParameterDirectionKind
@Deprecated public enum DiscoveryParameterDirectionKind
Parameter direction kind is an enumeration type that defines literals used to specify direction of parameters.
| Enum Constant Summary | |
|---|---|
in
Deprecated. |
|
inout
Deprecated. |
|
out
Deprecated. |
|
| Method Summary | |
|---|---|
static DiscoveryParameterDirectionKind |
valueOf(java.lang.String name)
Deprecated. Returns the enum constant of this type with the specified name. |
static DiscoveryParameterDirectionKind[] |
values()
Deprecated. Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final DiscoveryParameterDirectionKind in
public static final DiscoveryParameterDirectionKind out
public static final DiscoveryParameterDirectionKind inout
| Method Detail |
|---|
public static DiscoveryParameterDirectionKind[] values()
for (DiscoveryParameterDirectionKind c : DiscoveryParameterDirectionKind.values()) System.out.println(c);
public static DiscoveryParameterDirectionKind 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 name
java.lang.NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||