Uses of Class
de.mid.innovator.srv2api.icw2elem.K_IMPORT_POLICY
-
Packages that use K_IMPORT_POLICY 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. -
-
Uses of K_IMPORT_POLICY in de.mid.innovator.srv2api.icw2elem
Fields in de.mid.innovator.srv2api.icw2elem declared as K_IMPORT_POLICY Modifier and Type Field Description K_IMPORT_POLICY
ARG_UUIDImportOptions. policyInModel
K_IMPORT_POLICY
ARG_UUIDImportOptions. policyInProfile
Methods in de.mid.innovator.srv2api.icw2elem that return K_IMPORT_POLICY Modifier and Type Method Description static K_IMPORT_POLICY
K_IMPORT_POLICY. valueOf(int value)
Returns the enumeration constant of this type with the specified value.static K_IMPORT_POLICY
K_IMPORT_POLICY. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static K_IMPORT_POLICY[]
K_IMPORT_POLICY. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in de.mid.innovator.srv2api.icw2elem with parameters of type K_IMPORT_POLICY Constructor Description ARG_UUIDImportOptions(K_IMPORT_POLICY policyInModel, K_IMPORT_CONFLICT_POLICY conflictPolicyInModel, K_IMPORT_POLICY policyInProfile, K_IMPORT_CONFLICT_POLICY conflictPolicyInProfile)
-