MetaDone
|
Public Member Functions | |
String | getNameView () throws BadPreCondition |
User | getUser () throws BadPreCondition |
ConcreteModel | getModel () throws BadPreCondition |
Script | getScript () |
A view used directly by the user.
ConcreteModel metadone.metabusiness.syntax.UserView.getModel | ( | ) | throws BadPreCondition |
Gets the model.
BadPreCondition |
Implemented in metadone.metabusiness.syntax.grasyla.GrasylaView.
String metadone.metabusiness.syntax.UserView.getNameView | ( | ) | throws BadPreCondition |
Gets the name of the view.
BadPreCondition |
Implemented in metadone.metabusiness.syntax.grasyla.GrasylaView.
Script metadone.metabusiness.syntax.UserView.getScript | ( | ) |
Gets the script.
Implements metadone.metabusiness.syntax.View.
Implemented in metadone.metabusiness.syntax.grasyla.GrasylaView.
User metadone.metabusiness.syntax.UserView.getUser | ( | ) | throws BadPreCondition |
Gets the user.
BadPreCondition |
Implemented in metadone.metabusiness.syntax.grasyla.GrasylaView.