public static enum TypeDescribingProperty.TypeScope extends Enum<TypeDescribingProperty.TypeScope>
| Modifier and Type | Method and Description |
|---|---|
static TypeDescribingProperty.TypeScope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeDescribingProperty.TypeScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeDescribingProperty.TypeScope INPUT
public static final TypeDescribingProperty.TypeScope OUTPUT
public static TypeDescribingProperty.TypeScope[] values()
for (TypeDescribingProperty.TypeScope c : TypeDescribingProperty.TypeScope.values()) System.out.println(c);
public static TypeDescribingProperty.TypeScope 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.