com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.validation
Enum BPMNValidator.BPMNValidationErrorMessage
java.lang.Object
java.lang.Enum<BPMNValidator.BPMNValidationErrorMessage>
com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.validation.BPMNValidator.BPMNValidationErrorMessage
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<BPMNValidator.BPMNValidationErrorMessage>
- Enclosing class:
- BPMNValidator
public static enum BPMNValidator.BPMNValidationErrorMessage
- extends java.lang.Enum<BPMNValidator.BPMNValidationErrorMessage>
| Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
SF_NO_SOURCE
public static final BPMNValidator.BPMNValidationErrorMessage SF_NO_SOURCE
SF_NO_TARGET
public static final BPMNValidator.BPMNValidationErrorMessage SF_NO_TARGET
SF_SAME_SOURCE_TARGET
public static final BPMNValidator.BPMNValidationErrorMessage SF_SAME_SOURCE_TARGET
SF_COND_MISSING
public static final BPMNValidator.BPMNValidationErrorMessage SF_COND_MISSING
SF_SOURCE_TARGET_WRONG_POOL
public static final BPMNValidator.BPMNValidationErrorMessage SF_SOURCE_TARGET_WRONG_POOL
SF_PARRALLEL_GATE_CONDITION
public static final BPMNValidator.BPMNValidationErrorMessage SF_PARRALLEL_GATE_CONDITION
MF_NO_SOURCE
public static final BPMNValidator.BPMNValidationErrorMessage MF_NO_SOURCE
MF_NO_TARGET
public static final BPMNValidator.BPMNValidationErrorMessage MF_NO_TARGET
MF_SAME_SOURCE_TARGET
public static final BPMNValidator.BPMNValidationErrorMessage MF_SAME_SOURCE_TARGET
MULTIPLE_OUGOING_MF
public static final BPMNValidator.BPMNValidationErrorMessage MULTIPLE_OUGOING_MF
MF_SAME_POOL
public static final BPMNValidator.BPMNValidationErrorMessage MF_SAME_POOL
MF_WRONG_SOURCE
public static final BPMNValidator.BPMNValidationErrorMessage MF_WRONG_SOURCE
MF_WRONG_TARGET
public static final BPMNValidator.BPMNValidationErrorMessage MF_WRONG_TARGET
NO_MSG_RECEIVE_TASK
public static final BPMNValidator.BPMNValidationErrorMessage NO_MSG_RECEIVE_TASK
NO_MSG_SEND_TASK
public static final BPMNValidator.BPMNValidationErrorMessage NO_MSG_SEND_TASK
MERGING_DIVERGING_GATE
public static final BPMNValidator.BPMNValidationErrorMessage MERGING_DIVERGING_GATE
FORWARDING_GATE
public static final BPMNValidator.BPMNValidationErrorMessage FORWARDING_GATE
GATEWAY_NO_OUTGOING
public static final BPMNValidator.BPMNValidationErrorMessage GATEWAY_NO_OUTGOING
GATEWAY_NO_INCOMING
public static final BPMNValidator.BPMNValidationErrorMessage GATEWAY_NO_INCOMING
NO_START
public static final BPMNValidator.BPMNValidationErrorMessage NO_START
NO_POOL
public static final BPMNValidator.BPMNValidationErrorMessage NO_POOL
EMPTY_POOL
public static final BPMNValidator.BPMNValidationErrorMessage EMPTY_POOL
EMPTY_LANE
public static final BPMNValidator.BPMNValidationErrorMessage EMPTY_LANE
END_OUTGOING
public static final BPMNValidator.BPMNValidationErrorMessage END_OUTGOING
END_INCOMING
public static final BPMNValidator.BPMNValidationErrorMessage END_INCOMING
START_NO_OUTGOING
public static final BPMNValidator.BPMNValidationErrorMessage START_NO_OUTGOING
START_NO_INCOMING
public static final BPMNValidator.BPMNValidationErrorMessage START_NO_INCOMING
values
public static BPMNValidator.BPMNValidationErrorMessage[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (BPMNValidator.BPMNValidationErrorMessage c : BPMNValidator.BPMNValidationErrorMessage.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static BPMNValidator.BPMNValidationErrorMessage valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (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:
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
getMessage
public java.lang.String getMessage()
Copyright © 2010-2011 eBM WebSourcing. All Rights Reserved.