Uses of Class
de.mid.innovator.srv2api.icw2elem.K_VISIBILITY
-
Packages that use K_VISIBILITY 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.de.mid.innovator.srv2api.icw2pres Diagrams and graphical representations of model elements in diagrams. -
-
Uses of K_VISIBILITY in de.mid.innovator.srv2api.icw2elem
Fields in de.mid.innovator.srv2api.icw2elem declared as K_VISIBILITY Modifier and Type Field Description K_VISIBILITYARG_ELPackageProperty. visibilityVisiblitiy of packageMethods in de.mid.innovator.srv2api.icw2elem that return K_VISIBILITY Modifier and Type Method Description K_VISIBILITYELElementImport. getVisibility()Specifies the visibility of the importedELPackageAbleelements within the importingELPackage.K_VISIBILITYELNamespaceAsgnAble. getVisibility()Determines the visibility of the named element within different namespaces within the overall model.K_VISIBILITYELPackageImport. getVisibility()Specifies the visibility of the importedELPackageAbles within the importing namespace, i.e. whether imported elements will in turn be visible to other packages that use that importing package as an imported package.static K_VISIBILITYK_VISIBILITY. valueOf(int value)Returns the enumeration constant of this type with the specified value.static K_VISIBILITYK_VISIBILITY. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static K_VISIBILITY[]K_VISIBILITY. 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_VISIBILITY Modifier and Type Method Description <T extends ELPackageAble>
java.util.List<T>ELNamespaceAble. getImportedElement(java.lang.Class<T> returnType, K_VISIBILITY kind, K_CONTROL_OPTION... behaviourFlags)Returns allELPackageAbleinstances imported by this namespace.<T extends ELPackageAble>
java.util.List<T>ELNamespaceAble. getImportedElement(java.lang.Class<T> returnType, MMStereotype stereotype, K_VISIBILITY kind, K_CONTROL_OPTION... behaviourFlags)The method calls getImportedElement and filters its return values according to the given stereotype value.<T extends ELPackage>
java.util.List<T>ELNamespaceAble. getImportedPackage(java.lang.Class<T> returnType, K_VISIBILITY kind, K_CONTROL_OPTION... behaviourFlags)Returns allELPackageinstances imported by this namespace by anELPackageImport.<T extends ELPackage>
java.util.List<T>ELNamespaceAble. getImportedPackage(java.lang.Class<T> returnType, MMStereotype stereotype, K_VISIBILITY kind, K_CONTROL_OPTION... behaviourFlags)The method calls getImportedPackage and filters its return values according to the given stereotype value.voidELElementImport. setVisibility(K_VISIBILITY value)Set the value of Attribut Visibility.voidELNamespaceAsgnAble. setVisibility(K_VISIBILITY value)Set the value of Attribut Visibility.voidELPackageImport. setVisibility(K_VISIBILITY value)Set the value of Attribut Visibility.Constructors in de.mid.innovator.srv2api.icw2elem with parameters of type K_VISIBILITY Constructor Description ARG_ELPackageProperty(ELContainerAble objParent, java.lang.String name, K_VISIBILITY visibility, ELElement objStereotype, java.util.List<ELProxy> seqContainedProxies, java.util.List<ELPackage> seqContainedPackages) -
Uses of K_VISIBILITY in de.mid.innovator.srv2api.icw2model
Fields in de.mid.innovator.srv2api.icw2model declared as K_VISIBILITY Modifier and Type Field Description K_VISIBILITYARG_MEStubPackageInnovator. visibilityDetermines the visibility of the named element within different namespaces within the overall model.Constructors in de.mid.innovator.srv2api.icw2model with parameters of type K_VISIBILITY 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) -
Uses of K_VISIBILITY in de.mid.innovator.srv2api.icw2pres
Methods in de.mid.innovator.srv2api.icw2pres that return K_VISIBILITY Modifier and Type Method Description K_VISIBILITYPRBDia. getVisibility()The visibility of the diagram which is the visibility of the corresponding behavior.
-