Enum Class GlueTargetInfoMode
java.lang.Object
java.lang.Enum<GlueTargetInfoMode>
de.mid.innovator.m2msdk.model.transformation.glue.GlueTargetInfoMode
- All Implemented Interfaces:
Serializable,Comparable<GlueTargetInfoMode>,Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionhas any sourcehas many sourcesget ALL sources to targethas one sourceIs target created in this step? -
Method Summary
Modifier and TypeMethodDescriptiontoString()static GlueTargetInfoModeReturns the enum constant of this class with the specified name.static GlueTargetInfoMode[]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, valueOf
-
Enum Constant Details
-
hasNoSource
get ALL sources to target -
hasOneSource
has one source -
hasManySources
has many sources -
isCreated
Is target created in this step? -
hasAnySources
has any source
-
-
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
-
toString
- Overrides:
toStringin classEnum<GlueTargetInfoMode>
-