Uses of Enum Class
de.mid.innovator.srv2api.icw2elem.K_VISIBILITY
Packages that use K_VISIBILITY
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.
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_VISIBILITYMethods in de.mid.innovator.srv2api.icw2elem that return K_VISIBILITYModifier and TypeMethodDescriptionELElementImport.getVisibility()Specifies the visibility of the importedELPackageAbleelements within the importingELPackage.ELNamespaceAsgnAble.getVisibility()Determines the visibility of the named element within different namespaces within the overall model.ELPackageImport.getVisibility()Specifies the visibility of the importedELPackageAbles within the importing namespace, i.e.static K_VISIBILITYK_VISIBILITY.valueOf(int value) Returns the enumeration constant of this type with the specified value.static K_VISIBILITYReturns the enum constant of this class with the specified name.static K_VISIBILITY[]K_VISIBILITY.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_VISIBILITYModifier and TypeMethodDescription<T extends ELPackageAble>
List<T> ELNamespaceAble.getImportedElement(Class<T> returnType, K_VISIBILITY kind, K_CONTROL_OPTION... behaviourFlags) Returns allELPackageAbleinstances imported by this namespace.<T extends ELPackageAble>
List<T> ELNamespaceAble.getImportedElement(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.ELNamespaceAble.getImportedPackage(Class<T> returnType, K_VISIBILITY kind, K_CONTROL_OPTION... behaviourFlags) Returns allELPackageinstances imported by this namespace by anELPackageImport.ELNamespaceAble.getImportedPackage(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_VISIBILITYModifierConstructorDescriptionARG_ELPackageProperty(ELContainerAble objParent, String name, K_VISIBILITY visibility, ELElement objStereotype, List<ELProxy> seqContainedProxies, List<ELPackage> seqContainedPackages) -
Uses of K_VISIBILITY in de.mid.innovator.srv2api.icw2model
Fields in de.mid.innovator.srv2api.icw2model declared as K_VISIBILITYModifier and TypeFieldDescriptionARG_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_VISIBILITYModifierConstructorDescriptionARG_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) -
Uses of K_VISIBILITY in de.mid.innovator.srv2api.icw2pres
Methods in de.mid.innovator.srv2api.icw2pres that return K_VISIBILITYModifier and TypeMethodDescriptionPRBDia.getVisibility()The visibility of the diagram which is the visibility of the corresponding behavior.