Uses of Class
de.mid.innovator.srv2api.icw2elem.K_NAME

Packages that use K_NAME
de.mid.innovator.srv2api.icw2elem   
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
 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(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
 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
 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
ARG_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)