public enum MetaDataPropertyScope extends Enum<MetaDataPropertyScope>
| Enum Constant and Description |
|---|
FLOW |
INBOUND |
OUTBOUND |
RECORD |
SESSION |
| Modifier and Type | Method and Description |
|---|---|
static MetaDataPropertyScope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetaDataPropertyScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetaDataPropertyScope FLOW
public static final MetaDataPropertyScope INBOUND
public static final MetaDataPropertyScope OUTBOUND
public static final MetaDataPropertyScope SESSION
public static final MetaDataPropertyScope RECORD
public static MetaDataPropertyScope[] values()
for (MetaDataPropertyScope c : MetaDataPropertyScope.values()) System.out.println(c);
public static MetaDataPropertyScope valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2018 MuleSoft, Inc.. All rights reserved.