Uses of Class
de.mid.innovator.srv2api.icw2elem.K_NAME
-
Packages that use K_NAME 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.icw2model This packagage contains elements representing the logical model. -
-
Uses of K_NAME in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem that return K_NAME Modifier and Type Method Description K_NAME
ELNamedElement. getNameKind()
Kind of the name of this element.static K_NAME
K_NAME. valueOf(int value)
Returns the enumeration constant of this type with the specified value.static K_NAME
K_NAME. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static K_NAME[]
K_NAME. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.mid.innovator.srv2api.icw2elem with parameters of type K_NAME Modifier and Type Method Description void
ELNamedElement. setNameKind(K_NAME value)
Set the value of Attribut NameKind. -
Uses of K_NAME in de.mid.innovator.srv2api.icw2model
Fields in de.mid.innovator.srv2api.icw2model declared as K_NAME Modifier and Type Field Description K_NAME
ARG_MEStubPackageInnovator. nameKind
Kind of the name of this element.Constructors in de.mid.innovator.srv2api.icw2model with parameters of type K_NAME Constructor Description ARG_MEStubPackageInnovator(java.lang.String elementColor, ELContainerAble ohOwner, int contSortOrder, K_CONTASGN asgnKind, MMStereotype ohStereotype, boolean isRequirementElement, boolean isMapped, java.lang.String name, K_NAME nameKind, java.lang.String historyValue, K_VISIBILITY visibility, int securityLevel, boolean isProtected, java.lang.String modelName, java.lang.String repositoryName, K_ADMODEL modelType)
-