Uses of Interface
de.mid.innovator.srv2api.icw2meta.ADLoginAble
-
Packages that use ADLoginAble Package Description de.mid.innovator.srv2api.icw2meta Meta model and administration information.de.mid.innovator.srv2api.icw2model This packagage contains elements representing the logical model. -
-
Uses of ADLoginAble in de.mid.innovator.srv2api.icw2meta
Subinterfaces of ADLoginAble in de.mid.innovator.srv2api.icw2meta Modifier and Type Interface Description interface
ADMdlAdmin
Represents the model administrator.interface
ADMdlGuest
Represents a guest for login to a model.interface
ADMdlUser
Represents a common model user which is used for connecting to a model.interface
ADRepAdmin
Represents the repository administrator.Methods in de.mid.innovator.srv2api.icw2meta that return ADLoginAble Modifier and Type Method Description ADLoginAble
ADChangeSetFragment. getLoginAble()
The user of this change set fragment.ADLoginAble
ADLogin. getLoginAble()
The element that owns the current object.ADLoginAble
ADUserHostOption. getLoginAble()
The user of the current object.ADLoginAble
ADUserOption. getLoginAble()
The user of the current object.Methods in de.mid.innovator.srv2api.icw2meta with parameters of type ADLoginAble Modifier and Type Method Description void
ADChangeSetFragment. setLoginAble(ADLoginAble value)
Set the value of Foreign Key LoginAble. -
Uses of ADLoginAble in de.mid.innovator.srv2api.icw2model
Methods in de.mid.innovator.srv2api.icw2model with type parameters of type ADLoginAble Modifier and Type Method Description <T extends ADLoginAble>
java.util.List<T>MESection. getSectionLoginAble(java.lang.Class<T> returnType)
-