public static enum Parameter.Override extends java.lang.Enum<Parameter.Override>
Enum Constant and Description |
---|
CONFIG_ONLY
This parameter is only per configuration, and cannot be overriden by query.
|
OVERRIDABLE_IN_QUERY
This parameter can be overriden by the query
|
Modifier and Type | Method and Description |
---|---|
static Parameter.Override |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Parameter.Override[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Parameter.Override OVERRIDABLE_IN_QUERY
public static final Parameter.Override CONFIG_ONLY
public static Parameter.Override[] values()
for (Parameter.Override c : Parameter.Override.values()) System.out.println(c);
public static Parameter.Override 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 nullCopyright © 2021 Dassault Systèmes, All Rights Reserved.