Uses of Enum Class
de.mid.innovator.srv2api.icw2elem.K_LOGINKIND
Packages that use K_LOGINKIND
Package
Description
All classes in this package are used for communicating with the Innovator repository server
and license server.
The package contains classes for connecting to an Innovator model
for manipulation and evaluation purposes.
Describes the common behavior of all elements stored in a model server
repository even configuration elements in profiles and schema elements of the
meta model.
Meta model and administration information.
-
Uses of K_LOGINKIND in de.mid.innovator.srv
Methods in de.mid.innovator.srv with parameters of type K_LOGINKINDModifier and TypeMethodDescriptionabstract booleanModel.tryReLogin(K_LOGINKIND loginKind, String loginName) Checks if the given user has a login with the same display. -
Uses of K_LOGINKIND in de.mid.innovator.srv.excellence
Methods in de.mid.innovator.srv.excellence with parameters of type K_LOGINKINDModifier and TypeMethodDescriptionbooleanExcellenceModel.tryReLogin(K_LOGINKIND loginKind, String loginName) Checks if the given user has a login with the same display. -
Uses of K_LOGINKIND in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem that return K_LOGINKINDModifier and TypeMethodDescriptionstatic K_LOGINKINDK_LOGINKIND.valueOf(int value) Returns the enumeration constant of this type with the specified value.static K_LOGINKINDReturns the enum constant of this class with the specified name.static K_LOGINKIND[]K_LOGINKIND.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of K_LOGINKIND in de.mid.innovator.srv2api.icw2meta
Fields in de.mid.innovator.srv2api.icw2meta declared as K_LOGINKINDMethods in de.mid.innovator.srv2api.icw2meta with parameters of type K_LOGINKINDModifier and TypeMethodDescriptionvoidADModel.allowLogin(K_LOGINKIND logK, boolean allowLogin, String text) Allow or prevent to login in the model.Constructors in de.mid.innovator.srv2api.icw2meta with parameters of type K_LOGINKIND