Uses of Class
org.teiid.adminapi.Admin.TranlatorPropertyType
-
Packages that use Admin.TranlatorPropertyType Package Description org.teiid.adminapi -
-
Uses of Admin.TranlatorPropertyType in org.teiid.adminapi
Methods in org.teiid.adminapi that return Admin.TranlatorPropertyType Modifier and Type Method Description static Admin.TranlatorPropertyTypeAdmin.TranlatorPropertyType. valueOf(String name)Returns the enum constant of this type with the specified name.static Admin.TranlatorPropertyType[]Admin.TranlatorPropertyType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teiid.adminapi with parameters of type Admin.TranlatorPropertyType Modifier and Type Method Description Collection<? extends PropertyDefinition>Admin. getTranslatorPropertyDefinitions(String translatorName, Admin.TranlatorPropertyType type)Get all of the available configuration Properties for the specified translator
-