public enum SignalDefinitionScope extends java.lang.Enum<SignalDefinitionScope> implements io.jmix.core.metamodel.datatype.impl.EnumClass<java.lang.String>
Enum Constant and Description |
---|
GLOBAL |
PROCESS_INSTANCE |
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
id |
Modifier and Type | Method and Description |
---|---|
static SignalDefinitionScope |
fromId(java.lang.String id) |
java.lang.String |
getId() |
static SignalDefinitionScope |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SignalDefinitionScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SignalDefinitionScope GLOBAL
public static final SignalDefinitionScope PROCESS_INSTANCE
public static SignalDefinitionScope[] values()
for (SignalDefinitionScope c : SignalDefinitionScope.values()) System.out.println(c);
public static SignalDefinitionScope 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 nullpublic java.lang.String getId()
getId
in interface io.jmix.core.metamodel.datatype.impl.EnumClass<java.lang.String>
@Nullable public static SignalDefinitionScope fromId(java.lang.String id)