public final class HmfhLoggingProcedureEnumeration extends Object
| Modifier and Type | Field and Description |
|---|---|
static HmfhLoggingProcedureEnumeration |
CONVERT
Specifies a convert procedure.
|
static HmfhLoggingProcedureEnumeration |
EXPORT
Specifies an export procedure.
|
static HmfhLoggingProcedureEnumeration |
IMPORT
Specifies an import procedure.
|
static HmfhLoggingProcedureEnumeration |
UNKNOWN
Specifies an unidentified procedure.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getValue()
Returns the
String value of the procedure. |
boolean |
isConvert()
Returns
true if the procedure is a convert. |
boolean |
isExport()
Returns
true if the procedure is an export. |
boolean |
isImport()
Returns
true if the procedure is an import. |
static HmfhLoggingProcedureEnumeration |
parse(String value)
Returns the Hmfh procedure instance corresponding to the value specified.
|
public static final HmfhLoggingProcedureEnumeration IMPORT
public static final HmfhLoggingProcedureEnumeration EXPORT
public static final HmfhLoggingProcedureEnumeration CONVERT
public static final HmfhLoggingProcedureEnumeration UNKNOWN
public static HmfhLoggingProcedureEnumeration parse(String value)
public String getValue()
String value of the procedure.public boolean isConvert()
true if the procedure is a convert.public boolean isExport()
true if the procedure is an export.public boolean isImport()
true if the procedure is an import.