Uses of Class
de.mid.innovator.srv2api.icw2elem.K_DEFAULT_SETTING
-
Packages that use K_DEFAULT_SETTING Package Description de.mid.innovator.srv2api.icw2elem 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.de.mid.innovator.srv2api.icw2im The IM package specify the Information Management Metamodel core concepts required for data modeling. -
-
Uses of K_DEFAULT_SETTING in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem that return K_DEFAULT_SETTING Modifier and Type Method Description static K_DEFAULT_SETTINGK_DEFAULT_SETTING. valueOf(int value)Returns the enumeration constant of this type with the specified value.static K_DEFAULT_SETTINGK_DEFAULT_SETTING. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static K_DEFAULT_SETTING[]K_DEFAULT_SETTING. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of K_DEFAULT_SETTING in de.mid.innovator.srv2api.icw2im
Methods in de.mid.innovator.srv2api.icw2im that return K_DEFAULT_SETTING Modifier and Type Method Description K_DEFAULT_SETTINGIMProperty. getDefaultSetting()The default setting says if the property has either no default value, a default value set by system or an user defined default value.Methods in de.mid.innovator.srv2api.icw2im with parameters of type K_DEFAULT_SETTING Modifier and Type Method Description voidIMProperty. setDefaultSetting(K_DEFAULT_SETTING value)Set the value of Attribut DefaultSetting.
-