Uses of Enum Class
de.mid.innovator.srv2api.icw2elem.K_IMPORT_POLICY
Packages that use K_IMPORT_POLICY
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.
-
Uses of K_IMPORT_POLICY in de.mid.innovator.srv2api.icw2elem
Fields in de.mid.innovator.srv2api.icw2elem declared as K_IMPORT_POLICYModifier and TypeFieldDescriptionARG_UUIDImportOptions.policyInModelARG_UUIDImportOptions.policyInProfileMethods in de.mid.innovator.srv2api.icw2elem that return K_IMPORT_POLICYModifier and TypeMethodDescriptionstatic K_IMPORT_POLICYK_IMPORT_POLICY.valueOf(int value) Returns the enumeration constant of this type with the specified value.static K_IMPORT_POLICYReturns the enum constant of this class with the specified name.static K_IMPORT_POLICY[]K_IMPORT_POLICY.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in de.mid.innovator.srv2api.icw2elem with parameters of type K_IMPORT_POLICYModifierConstructorDescriptionARG_UUIDImportOptions(K_IMPORT_POLICY policyInModel, K_IMPORT_CONFLICT_POLICY conflictPolicyInModel, K_IMPORT_POLICY policyInProfile, K_IMPORT_CONFLICT_POLICY conflictPolicyInProfile)