public static enum APIConstants.EndPointType extends java.lang.Enum<APIConstants.EndPointType>
Enum Constant and Description |
---|
BOTH
BOTH - Refers to both Source / Target Type in Lineage / Mapping Row
|
NONE
Default NONE to all nodes
|
SOURCE
SOURCE - Refers to Source Type in Lineage / Mapping Row
|
TARGET
TARGET - Refers to Target Type in Lineage / Mapping Row
|
Modifier and Type | Method and Description |
---|---|
static APIConstants.EndPointType |
getEndPointType(java.lang.String value) |
static APIConstants.EndPointType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static APIConstants.EndPointType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final APIConstants.EndPointType SOURCE
public static final APIConstants.EndPointType TARGET
public static final APIConstants.EndPointType BOTH
public static final APIConstants.EndPointType NONE
public static APIConstants.EndPointType[] values()
for (APIConstants.EndPointType c : APIConstants.EndPointType.values()) System.out.println(c);
public static APIConstants.EndPointType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static APIConstants.EndPointType getEndPointType(java.lang.String value)
value
-