public enum VifeError extends Enum<VifeError> implements Vife
BEGIN, CONST, DURATION_OF, DURATION_OF_LIMIT_EXCEED, END, FACTOR, FIRST, LAST, LOWER, TIMESTAMP_OF, TIMESTAMP_OF_LIMIT_EXCEED, UPPER
Modifier and Type | Method and Description |
---|---|
static VifeError |
fromLabel(String label) |
String |
getLabel() |
byte |
getTableIndex() |
VifeTypes |
getVifeType() |
String |
toString() |
static VifeError |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VifeError |
valueOfTableIndex(byte ordinal) |
static VifeError[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VifeError NO_ERROR
public static final VifeError TOO_MANY_DIFES
public static final VifeError STORAGE_NUMBER_NOT_IMPLEMENTED
public static final VifeError UNIT_NUMBER_NOT_IMPLEMENTED
public static final VifeError TARIFF_NUMBER_NOT_IMPLEMENTED
public static final VifeError FUNCTION_NOT_IMPLEMENTED
public static final VifeError DATA_CLASS_NOT_IMPLEMENTED
public static final VifeError DATA_SIZE_NOT_IMPLEMENTED
public static final VifeError DIF_ERROR_RESERVED_0X08
public static final VifeError DIF_ERROR_RESERVED_0X09
public static final VifeError DIF_ERROR_RESERVED_0X0A
public static final VifeError TOO_MANY_VIFES
public static final VifeError ILLEGAL_VIF_GROUP
public static final VifeError ILLEGAL_VIF_EXPONENT
public static final VifeError VIF_DIF_MISMATCH
public static final VifeError UNIMPLEMENTED_ACTION
public static final VifeError VIF_ERROR_RESERVED_0X10
public static final VifeError VIF_ERROR_RESERVED_0X11
public static final VifeError VIF_ERROR_RESERVED_0X12
public static final VifeError VIF_ERROR_RESERVED_0X13
public static final VifeError VIF_ERROR_RESERVED_0X14
public static final VifeError NO_DATA_AVAILABLE
public static final VifeError DATA_OVERFLOW
public static final VifeError DATA_UNDERFLOW
public static final VifeError DATA_ERROR
public static final VifeError DATA_ERROR_RESERVED_0X19
public static final VifeError DATA_ERROR_RESERVED_0X1A
public static final VifeError DATA_ERROR_RESERVED_0X1B
public static final VifeError PREMATURE_END_OF_RECORD
public static final VifeError OTHER_ERROR_RESERVED_0X1D
public static final VifeError OTHER_ERROR_RESERVED_0X1E
public static final VifeError OTHER_ERROR_RESERVED_0X1F
public static VifeError[] values()
for (VifeError c : VifeError.values()) System.out.println(c);
public static VifeError 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 nullpublic static final VifeError valueOfTableIndex(byte ordinal)
public byte getTableIndex()
public VifeTypes getVifeType()
getVifeType
in interface Vife
Copyright © 2009–2016 MBus4J. All rights reserved.