public enum WarningCode extends Enum<WarningCode> implements IInfoCode
Modifier and Type | Method and Description |
---|---|
int |
getCode()
Gets the
ErrorCode.statusCode . |
String |
getCodeMessage()
Gets the
ErrorCode.message . |
String |
toString() |
static WarningCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WarningCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WarningCode CHECK_DUPLICATE_NODES
public static final WarningCode CHECK_DUPLICATE_RES
public static final WarningCode CHECK_INVALID_NODE
public static final WarningCode CHECK_UNASSIGNED_RELATION_MEMBER
public static final WarningCode P_GUARD_PROPERTY_CHECKER_MISSSPELELD_PROPERTY
public static final WarningCode P_GUARD_PROPERTY_CHECKER_MISSSPELELD_CODE_VALUE
public static final WarningCode P_GUARD_PROPERTY_CHECKER_OUT_OF_RANGE_CODE_VALUE
public static final WarningCode P_GUARD_PROPERTY_CHECKER_RELATION_CODE_VALUE
public static final WarningCode AUTOFILTER_USER_EXECUTION_SCEDULE_INVALID
public static final WarningCode LICENSE_EXPIRING_WARNING
public static final WarningCode MATRIX_IS_DEPRECATED
public static final WarningCode P_GUARD_PROPERTY_CHECKER_DEPRECATED
public static final WarningCode ENTIY_NOT_CHECKED
public static final WarningCode ENTIY_WOH_OPH_Q_UNHEALTHY
public static final WarningCode ENTIY_CORRUPT_DUTYHOURS_ORDER
public static final WarningCode ENTIY_CORRUPT_DUTYHOURS_OF_ROUTES_ORDER
public static final WarningCode ENTITY_NUM_DUTYHOURS_NOT_FITTING_ROUTECOUNT
public static final WarningCode ENTIY_CORRUPT_DUTYHOURS_OF_ROUTES_GAPED_INDEX
public static final WarningCode ENTIY_CORRUPT_DUTYHOURS_OF_ROUTES_ID_WRONG
public static final WarningCode ENTIY_CAPACITY_NOT_CHECKED
public static final WarningCode ENTIY_PERFORMANCE_MODE
public static final WarningCode ENTIY_CORRUPT_ONS_CONNECTION
public static final WarningCode ROUTE_HAS_NOT_UNIQUE_ELEMENTS
public static final WarningCode CAN_NOT_VISIT_NODE
public static final WarningCode CAPACITY_WARNING
public static final WarningCode NEGATIVE_INTERSECTION_WITH_OPENING_HOURS
public static final WarningCode ADDITIONAL_ELEMENT_ALREADY_PRESENT
public static final WarningCode ENTITY_NROKEN_RELATION
public static final WarningCode ENTIY_MULTI_USAGE_OF_SAME_WORKINGHOURS_OBJECT
public static final WarningCode ENTIY_ZERO_POSITION_GEO_ELEMENTS
public static WarningCode[] values()
for (WarningCode c : WarningCode.values()) System.out.println(c);
public static WarningCode 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 String getCodeMessage()
IInfoCode
ErrorCode.message
.getCodeMessage
in interface IInfoCode
public int getCode()
IInfoCode
ErrorCode.statusCode
.public String toString()
toString
in class Enum<WarningCode>
Copyright © 2017–2023 DNA Evolutions GmbH. All rights reserved.