Uses of Class
de.mid.innovator.srv2api.icw2elem.K_INSTPURPOSE
-
Packages that use K_INSTPURPOSE 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.icw2meta 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_INSTPURPOSE Modifier and Type Method Description static K_INSTPURPOSE
K_INSTPURPOSE. valueOf(int value)
Returns the enumeration constant of this type with the specified value.static K_INSTPURPOSE
K_INSTPURPOSE. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static K_INSTPURPOSE[]
K_INSTPURPOSE. values()
Returns an array containing the constants of this enum type, 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_INSTPURPOSE Modifier and Type Field Description K_INSTPURPOSE
ARG_LoadConfig. purpose
ConfigurationBase | ConfigurationAddonK_INSTPURPOSE
ARG_LoadUserConfig. purpose
UserReplace | UserMergeK_INSTPURPOSE
ARG_MultiVersion. purpose
INSTPURPOSE_Version | INSTPURPOSE_PublishK_INSTPURPOSE
ARG_VersionFile. purpose
INSTPURPOSE_Version | INSTPURPOSE_PublishMethods in de.mid.innovator.srv2api.icw2meta with parameters of type K_INSTPURPOSE Modifier and Type Method Description byte[]
ADModel. getMultiVersionFile(K_INSTPURPOSE purpose, boolean ownedElementTransitive, java.util.List<? extends ELElement> seqSel)
Returns the the current object's complete version ASCII representation and the incoming selection as a file.java.util.List<java.lang.String>
ADModel. getMultiVersionList(K_INSTPURPOSE purpose, boolean ownedElementTransitive, java.util.List<? extends ELElement> seqSel)
Returns the the current object's complete version ASCII representation and the incoming selection as a string array.byte[]
ADVersionAble. getVersionFile(K_INSTPURPOSE purpose, boolean complete)
Returns version ASCII representation of the current object.void
ADModel. loadConfig(java.lang.String name, K_INSTPURPOSE purpose)
Loads the specified configuration file.void
ADModel. loadUserConfig(java.lang.String name, K_INSTPURPOSE purpose)
Loads the specified user configuration file.Constructors in de.mid.innovator.srv2api.icw2meta with parameters of type K_INSTPURPOSE Constructor Description ARG_LoadConfig(java.lang.String name, K_INSTPURPOSE purpose)
ARG_LoadUserConfig(java.lang.String name, K_INSTPURPOSE purpose)
ARG_MultiVersion(K_INSTPURPOSE purpose, boolean ownedElementTransitive, java.util.List<ELElement> seqSel)
ARG_VersionFile(K_INSTPURPOSE purpose, boolean complete)
-