Uses of Enum Class
com.ads.api.beans.common.APIConstants.FileExtension
Packages that use APIConstants.FileExtension
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.FileExtension in com.ads.api.beans.common
Methods in com.ads.api.beans.common that return APIConstants.FileExtensionModifier and TypeMethodDescriptionstatic APIConstants.FileExtensionAPIConstants.FileExtension.getFileExtension(String value) static APIConstants.FileExtensionReturns the enum constant of this class with the specified name.static APIConstants.FileExtension[]APIConstants.FileExtension.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of APIConstants.FileExtension in com.ads.api.util
Methods in com.ads.api.util with parameters of type APIConstants.FileExtensionModifier and TypeMethodDescriptionSystemManagerUtil.exportEnvironment(int environmentId, APIConstants.FileExtension fileExtension) Environment is exported to xml for the specified environmentId.SystemManagerUtil.importEnvironment(int environmentId, DBHelper dbHelper, DBProperties.Operation dbOperation, APIConstants.FileExtension fileExtension) Imports the environment on the specified environmentId.