Uses of Class
org.teiid.adminapi.Admin.SchemaObjectType
-
Packages that use Admin.SchemaObjectType Package Description org.teiid.adminapi -
-
Uses of Admin.SchemaObjectType in org.teiid.adminapi
Methods in org.teiid.adminapi that return Admin.SchemaObjectType Modifier and Type Method Description static Admin.SchemaObjectTypeAdmin.SchemaObjectType. valueOf(String name)Returns the enum constant of this type with the specified name.static Admin.SchemaObjectType[]Admin.SchemaObjectType. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in org.teiid.adminapi with type arguments of type Admin.SchemaObjectType Modifier and Type Method Description StringAdmin. getSchema(String vdbName, int vdbVersion, String modelName, EnumSet<Admin.SchemaObjectType> allowedTypes, String typeNamePattern)Deprecated.StringAdmin. getSchema(String vdbName, String vdbVersion, String modelName, EnumSet<Admin.SchemaObjectType> allowedTypes, String typeNamePattern)Retrieve the schema of the given model
-