public static enum APIConstants.PropertiesType extends java.lang.Enum<APIConstants.PropertiesType>
Enum Constant and Description |
---|
BUSINESS
BUSINESS - Refers to Business Properties of a column in Lineage /
Mapping Row.
|
NONE
NONE - Default NONE to get only column details.
|
TECHNICAL
TECHNICAL - Refers to Technical Properties of a column in Lineage /
Mapping Row.
|
Modifier and Type | Method and Description |
---|---|
static APIConstants.PropertiesType |
getPropertiesType(java.lang.String value) |
static APIConstants.PropertiesType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static APIConstants.PropertiesType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final APIConstants.PropertiesType TECHNICAL
public static final APIConstants.PropertiesType BUSINESS
public static final APIConstants.PropertiesType NONE
public static APIConstants.PropertiesType[] values()
for (APIConstants.PropertiesType c : APIConstants.PropertiesType.values()) System.out.println(c);
public static APIConstants.PropertiesType 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.PropertiesType getPropertiesType(java.lang.String value)