public static enum SubstrFunctionExtension.SubstrType extends Enum<SubstrFunctionExtension.SubstrType>
| Modifier and Type | Method and Description |
|---|---|
static SubstrFunctionExtension.SubstrType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubstrFunctionExtension.SubstrType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SubstrFunctionExtension.SubstrType ONE
public static final SubstrFunctionExtension.SubstrType TWO
public static final SubstrFunctionExtension.SubstrType THREE
public static final SubstrFunctionExtension.SubstrType FOUR
public static SubstrFunctionExtension.SubstrType[] values()
for (SubstrFunctionExtension.SubstrType c : SubstrFunctionExtension.SubstrType.values()) System.out.println(c);
public static SubstrFunctionExtension.SubstrType 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 © 2019 WSO2. All Rights Reserved.