Package de.mid.innovator.m2msdk.util.msg
Enum Class ChangeMode
- All Implemented Interfaces:
Serializable,Comparable<ChangeMode>,Constable
Mode of change.
- Version:
- 11.3.1
- Author:
- jmback
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionCreate the elementDelete the elementWeave the elementModify the elementDo nothing with the element -
Method Summary
Modifier and TypeMethodDescriptionadd(ChangeMode otherMode) getMsg(SimulateMode iMode) Get the message key for the change mode influenced by the simulate mode.getXML()Get XML-Tag for this change modestatic ChangeModeReturns the enum constant of this class with the specified name.static ChangeMode[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
Create
Create the element -
Interconnect
Weave the element -
Modify
Modify the element -
Delete
Delete the element -
Nothing
Do nothing with the element
-
-
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 nameNullPointerException- if the argument is null
-
getMsg
Get the message key for the change mode influenced by the simulate mode.- Parameters:
iMode- simulate mode- Returns:
- message key
-
getXML
Get XML-Tag for this change mode- Returns:
- tag to use for XML element
-
add
-