Uses of Class
org.teiid.translator.TranslatorProperty.PropertyType
-
Packages that use TranslatorProperty.PropertyType Package Description org.teiid.translator -
-
Uses of TranslatorProperty.PropertyType in org.teiid.translator
Methods in org.teiid.translator that return TranslatorProperty.PropertyType Modifier and Type Method Description TranslatorProperty.PropertyTypecategory()Defines the type of the translator property.static TranslatorProperty.PropertyTypeTranslatorProperty.PropertyType. valueOf(String name)Returns the enum constant of this type with the specified name.static TranslatorProperty.PropertyType[]TranslatorProperty.PropertyType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-