Uses of Enum Class
de.mid.innovator.srv2api.icw2elem.K_INSTPURPOSE
Packages that use K_INSTPURPOSE
Package
Description
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_INSTPURPOSE in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem that return K_INSTPURPOSEModifier and TypeMethodDescriptionstatic K_INSTPURPOSEK_INSTPURPOSE.valueOf(int value) Returns the enumeration constant of this type with the specified value.static K_INSTPURPOSEReturns the enum constant of this class with the specified name.static K_INSTPURPOSE[]K_INSTPURPOSE.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of K_INSTPURPOSE in de.mid.innovator.srv2api.icw2meta
Fields in de.mid.innovator.srv2api.icw2meta declared as K_INSTPURPOSEModifier and TypeFieldDescriptionARG_LoadConfig.purposeConfigurationBase | ConfigurationAddonARG_LoadUserConfig.purposeUserReplace | UserMergeARG_MultiVersion.purposeINSTPURPOSE_Version | INSTPURPOSE_PublishARG_VersionFile.purposeINSTPURPOSE_Version | INSTPURPOSE_PublishMethods in de.mid.innovator.srv2api.icw2meta with parameters of type K_INSTPURPOSEModifier and TypeMethodDescriptionADModel.getMultiVersionFile(K_INSTPURPOSE purpose, boolean ownedElementTransitive, List<? extends ELElement> seqSel) Returns the the current object's complete version ASCII representation and the incoming selection as a file.ADModel.getMultiVersionList(K_INSTPURPOSE purpose, boolean ownedElementTransitive, List<? extends ELElement> seqSel) Returns the the current object's complete version ASCII representation and the incoming selection as a string array.ADVersionAble.getVersionFile(K_INSTPURPOSE purpose, boolean complete) Returns version ASCII representation of the current object.voidADModel.loadConfig(String name, K_INSTPURPOSE purpose) Loads the specified configuration file.voidADModel.loadUserConfig(String name, K_INSTPURPOSE purpose) Loads the specified user configuration file.Constructors in de.mid.innovator.srv2api.icw2meta with parameters of type K_INSTPURPOSEModifierConstructorDescriptionARG_LoadConfig(String name, K_INSTPURPOSE purpose) ARG_LoadUserConfig(String name, K_INSTPURPOSE purpose) ARG_MultiVersion(K_INSTPURPOSE purpose, boolean ownedElementTransitive, List<ELElement> seqSel) ARG_VersionFile(K_INSTPURPOSE purpose, boolean complete)