Uses of Class
de.mid.innovator.srv2api.icw2elem.K_TRANSFORM_ACTION
-
Packages that use K_TRANSFORM_ACTION 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_TRANSFORM_ACTION in de.mid.innovator.srv2api.icw2elem
Fields in de.mid.innovator.srv2api.icw2elem declared as K_TRANSFORM_ACTION Modifier and Type Field Description K_TRANSFORM_ACTION
ARG_TransformPreView. action
transformation actionMethods in de.mid.innovator.srv2api.icw2elem that return K_TRANSFORM_ACTION Modifier and Type Method Description static K_TRANSFORM_ACTION
K_TRANSFORM_ACTION. valueOf(int value)
Returns the enumeration constant of this type with the specified value.static K_TRANSFORM_ACTION
K_TRANSFORM_ACTION. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static K_TRANSFORM_ACTION[]
K_TRANSFORM_ACTION. 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_TRANSFORM_ACTION Constructor Description ARG_TransformPreView(java.lang.String strType, java.lang.String strNamespace, java.lang.String strElement, K_TRANSFORM_ACTION action, java.lang.String strNewType, java.lang.String strNewTemplate, java.lang.String strRelationship, ELElement adClientAble)
-