Enum Class GlueSourceInfoMode
java.lang.Object
java.lang.Enum<GlueSourceInfoMode>
de.mid.innovator.m2msdk.model.transformation.glue.GlueSourceInfoMode
- All Implemented Interfaces:
Serializable,Comparable<GlueSourceInfoMode>,Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionget ALL sourcesget all sources with targets which have been foundget all sources with more than one targetget all sources with targets, which are newget all sources with NO targetget all sources with exact one targetget all sources with targets -
Method Summary
Modifier and TypeMethodDescriptiontoString()static GlueSourceInfoModeReturns the enum constant of this class with the specified name.static GlueSourceInfoMode[]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
-
sources
get ALL sources -
sourcesWithNoTarget
get all sources with NO target -
sourcesWithTarget
get all sources with targets -
sourcesWithSingleTarget
get all sources with exact one target -
sourcesWithManyTargets
get all sources with more than one target -
sourcesWithNewTarget
get all sources with targets, which are new -
sourcesWithFoundTarget
get all sources with targets which have been found
-
-
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<GlueSourceInfoMode>
-