public enum EmbeddedServiceFlowType extends java.lang.Enum<EmbeddedServiceFlowType>
| Enum Constant and Description |
|---|
FL_Flow
Enumeration : FL_Flow
|
FS_CancelAppointment
Enumeration : FS_CancelAppointment
|
FS_ModifyAppointment
Enumeration : FS_ModifyAppointment
|
FS_NewAppointment
Enumeration : FS_NewAppointment
|
LA_Survey
Enumeration : LA_Survey
|
| Modifier and Type | Field and Description |
|---|---|
static java.util.Map<java.lang.String,java.lang.String> |
valuesToEnums |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static EmbeddedServiceFlowType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EmbeddedServiceFlowType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EmbeddedServiceFlowType FL_Flow
public static final EmbeddedServiceFlowType FS_NewAppointment
public static final EmbeddedServiceFlowType FS_ModifyAppointment
public static final EmbeddedServiceFlowType FS_CancelAppointment
public static final EmbeddedServiceFlowType LA_Survey
public static java.util.Map<java.lang.String,java.lang.String> valuesToEnums
public static EmbeddedServiceFlowType[] values()
for (EmbeddedServiceFlowType c : EmbeddedServiceFlowType.values()) System.out.println(c);
public static EmbeddedServiceFlowType 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 toString()
toString in class java.lang.Enum<EmbeddedServiceFlowType>Copyright © 2020. All Rights Reserved.