|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DbORTypeClassifier | |
---|---|
org.modelsphere.sms.or.db |
Uses of DbORTypeClassifier in org.modelsphere.sms.or.db |
---|
Methods in org.modelsphere.sms.or.db that return DbORTypeClassifier | |
---|---|
DbORTypeClassifier |
DbORProcedure.getReturnType()
Gets the return type object associated to a DbORProcedure's instance. |
DbORTypeClassifier |
DbORDomain.getSourceType()
Gets the source type object associated to a DbORDomain's instance. |
DbORTypeClassifier |
DbORAttribute.getType()
Gets the type object associated to a DbORAttribute's instance. |
DbORTypeClassifier |
DbORCommonItem.getType()
Gets the type object associated to a DbORCommonItem's instance. |
DbORTypeClassifier |
DbORParameter.getType()
Gets the type object associated to a DbORParameter's instance. |
Methods in org.modelsphere.sms.or.db with parameters of type DbORTypeClassifier | |
---|---|
void |
DbORProcedure.setReturnType(DbORTypeClassifier value)
Sets the return type object associated to a DbORProcedure's instance. |
void |
DbORDomain.setSourceType(DbORTypeClassifier value)
Sets the source type object associated to a DbORDomain's instance. |
void |
DbORAttribute.setType(DbORTypeClassifier value)
Sets the type object associated to a DbORAttribute's instance. |
void |
DbORCommonItem.setType(DbORTypeClassifier value)
Sets the type object associated to a DbORCommonItem's instance. |
void |
DbORParameter.setType(DbORTypeClassifier value)
Sets the type object associated to a DbORParameter's instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |