Uses of Class
org.teiid.adminapi.Model.Type
-
Packages that use Model.Type Package Description org.teiid.adminapi org.teiid.adminapi.impl -
-
Uses of Model.Type in org.teiid.adminapi
Methods in org.teiid.adminapi that return Model.Type Modifier and Type Method Description Model.TypeModel. getModelType()Retrieve the model type.static Model.TypeModel.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Model.Type[]Model.Type. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Model.Type in org.teiid.adminapi.impl
Methods in org.teiid.adminapi.impl that return Model.Type Modifier and Type Method Description Model.TypeModelMetaData. getModelType()Methods in org.teiid.adminapi.impl with parameters of type Model.Type Modifier and Type Method Description voidModelMetaData. setModelType(Model.Type modelType)
-