Enum Constant Summary
Enum Constants
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
int
Gets the ErrorCode.statusCode
.
Gets the ErrorCode.message
.
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Enum Constant Details
CHECK_UNASSIGNED_RELATION_MEMBER
public static final WarningCode CHECK_UNASSIGNED_RELATION_MEMBER
P_GUARD_PROPERTY_CHECKER_MISSSPELELD_PROPERTY
public static final WarningCode P_GUARD_PROPERTY_CHECKER_MISSSPELELD_PROPERTY
P_GUARD_PROPERTY_CHECKER_MISSSPELELD_CODE_VALUE
public static final WarningCode P_GUARD_PROPERTY_CHECKER_MISSSPELELD_CODE_VALUE
P_GUARD_PROPERTY_CHECKER_OUT_OF_RANGE_CODE_VALUE
public static final WarningCode P_GUARD_PROPERTY_CHECKER_OUT_OF_RANGE_CODE_VALUE
P_GUARD_PROPERTY_CHECKER_RELATION_CODE_VALUE
public static final WarningCode P_GUARD_PROPERTY_CHECKER_RELATION_CODE_VALUE
AUTOFILTER_USER_EXECUTION_SCEDULE_INVALID
public static final WarningCode AUTOFILTER_USER_EXECUTION_SCEDULE_INVALID
LICENSE_EXPIRING_WARNING
public static final WarningCode LICENSE_EXPIRING_WARNING
P_GUARD_PROPERTY_CHECKER_DEPRECATED
public static final WarningCode P_GUARD_PROPERTY_CHECKER_DEPRECATED
ENTIY_WOH_OPH_Q_UNHEALTHY
public static final WarningCode ENTIY_WOH_OPH_Q_UNHEALTHY
ENTIY_CORRUPT_DUTYHOURS_ORDER
public static final WarningCode ENTIY_CORRUPT_DUTYHOURS_ORDER
ENTIY_CORRUPT_DUTYHOURS_OF_ROUTES_ORDER
public static final WarningCode ENTIY_CORRUPT_DUTYHOURS_OF_ROUTES_ORDER
ENTITY_NUM_DUTYHOURS_NOT_FITTING_ROUTECOUNT
public static final WarningCode ENTITY_NUM_DUTYHOURS_NOT_FITTING_ROUTECOUNT
ENTIY_CORRUPT_DUTYHOURS_OF_ROUTES_GAPED_INDEX
public static final WarningCode ENTIY_CORRUPT_DUTYHOURS_OF_ROUTES_GAPED_INDEX
ENTIY_CORRUPT_DUTYHOURS_OF_ROUTES_ID_WRONG
public static final WarningCode ENTIY_CORRUPT_DUTYHOURS_OF_ROUTES_ID_WRONG
ENTIY_CAPACITY_NOT_CHECKED
public static final WarningCode ENTIY_CAPACITY_NOT_CHECKED
ENTIY_CORRUPT_ONS_CONNECTION
public static final WarningCode ENTIY_CORRUPT_ONS_CONNECTION
ROUTE_HAS_NOT_UNIQUE_ELEMENTS
public static final WarningCode ROUTE_HAS_NOT_UNIQUE_ELEMENTS
NEGATIVE_INTERSECTION_WITH_OPENING_HOURS
public static final WarningCode NEGATIVE_INTERSECTION_WITH_OPENING_HOURS
ADDITIONAL_ELEMENT_ALREADY_PRESENT
public static final WarningCode ADDITIONAL_ELEMENT_ALREADY_PRESENT
ENTIY_MULTI_USAGE_OF_SAME_WORKINGHOURS_OBJECT
public static final WarningCode ENTIY_MULTI_USAGE_OF_SAME_WORKINGHOURS_OBJECT
ENTIY_ZERO_POSITION_GEO_ELEMENTS
public static final WarningCode ENTIY_ZERO_POSITION_GEO_ELEMENTS
ARRANGER_DID_NOT_DROP_ALL_EVENT_PILLARS
public static final WarningCode ARRANGER_DID_NOT_DROP_ALL_EVENT_PILLARS
Method Details
values
Returns an array containing the constants of this enum class, in
the order they are declared.
Returns:
an array containing the constants of this enum class, in the order they are declared
valueOf
Returns the enum constant of this class with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this class. (Extraneous whitespace characters are
not permitted.)
Parameters:
name
- the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException
- if this enum class has no constant with the specified name
NullPointerException
- if the argument is null
getCodeMessage
public String getCodeMessage ()
Gets the ErrorCode.message
.
Specified by:
getCodeMessage
in interface IInfoCode
Returns:
the String message
getCode
public int getCode ()
Gets the ErrorCode.statusCode
.
Specified by:
getCode
in interface IInfoCode
Returns:
the int statuscode