Uses of Enum Class
de.mid.innovator.srv2api.icw2elem.K_NAME
Packages that use K_NAME
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.
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_NAMEModifier and TypeMethodDescriptionELNamedElement.getNameKind()Kind of the name of this element.ELShortNameAble.getShortNameKind()Kind of the short name of this element.static K_NAMEK_NAME.valueOf(int value) Returns the enumeration constant of this type with the specified value.static K_NAMEReturns the enum constant of this class with the specified name.static K_NAME[]K_NAME.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.mid.innovator.srv2api.icw2elem with parameters of type K_NAMEModifier and TypeMethodDescriptionvoidELNamedElement.setNameKind(K_NAME value) Set the value of Attribut NameKind.voidELShortNameAble.setShortNameKind(K_NAME value) Set the value of Attribut ShortNameKind. -
Uses of K_NAME in de.mid.innovator.srv2api.icw2model
Fields in de.mid.innovator.srv2api.icw2model declared as K_NAMEModifier and TypeFieldDescriptionARG_MEStubPackageInnovator.nameKindKind of the name of this element.Constructors in de.mid.innovator.srv2api.icw2model with parameters of type K_NAMEModifierConstructorDescriptionARG_MEStubPackageInnovator(String elementColor, ELContainerAble ohOwner, int contSortOrder, K_CONTASGN asgnKind, MMStereotype ohStereotype, boolean isRequirementElement, boolean isMapped, String name, K_NAME nameKind, String historyValue, K_VISIBILITY visibility, int securityLevel, boolean isProtected, String modelName, String repositoryName, K_ADMODEL modelType)