Uses of Enum Class
com.ads.api.beans.common.APIConstants.PropertiesType
Packages that use APIConstants.PropertiesType
Package
Description
Contains Collection Classes,Java Bean Classes which are common to all the modules like AMMObjectTypes, APIConstants, ImportHelper etc.
Contains Utility Classes, Collection Classes, Java Bean Classes which are specific to System, Environment, Table, Column, Mappings, Subject,
KeyValue Pairs, ROle, Business Glossary Catalog, Document etc...
-
Uses of APIConstants.PropertiesType in com.ads.api.beans.common
Methods in com.ads.api.beans.common that return APIConstants.PropertiesTypeModifier and TypeMethodDescriptionstatic APIConstants.PropertiesTypeAPIConstants.PropertiesType.getPropertiesType(String value) static APIConstants.PropertiesTypeReturns the enum constant of this class with the specified name.static APIConstants.PropertiesType[]APIConstants.PropertiesType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of APIConstants.PropertiesType in com.ads.api.util
Method parameters in com.ads.api.util with type arguments of type APIConstants.PropertiesTypeModifier and TypeMethodDescriptionLineageUtil.getColumns(APIConstants.EndPointType endPointType, String systemName, String environmentName, String tableName, EnumSet<APIConstants.PropertiesType> propertiesTypes, String projectIds) Returns the Listobjects for the specified systemName, environmentName and tableName. LineageUtil.getColumns(APIConstants.EndPointType endPointType, HashMap<String, HashMap<String, ArrayList<String>>> systemEnvironmentTableMap, EnumSet<APIConstants.PropertiesType> propertiesTypes, String projectIds) Returns the Map<String, Map<String, Map<String, List>>> object for the specified systemEnvironmentTableMap.