:class:`VisibilityKind` ======================= .. py:class:: ansys.sam.sysml2.meta_model.visibility_kind.VisibilityKind Java class 'com.ansys.medini.metamodel.sysml.VisibilityKind'. .. !! processed by numpydoc !! .. py:currentmodule:: VisibilityKind Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~value` - Get the value property. * - :py:attr:`~name` - Get the name property. * - :py:attr:`~literal` - Get the literal property. * - :py:attr:`~by_name` - Get the by name property. .. tab-item:: Attributes .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~PUBLIC` - * - :py:attr:`~PRIVATE` - * - :py:attr:`~PROTECTED` - * - :py:attr:`~PACKAGE` - * - :py:attr:`~PUBLIC_VALUE` - * - :py:attr:`~PRIVATE_VALUE` - * - :py:attr:`~PROTECTED_VALUE` - * - :py:attr:`~PACKAGE_VALUE` - * - :py:attr:`~VALUES_ARRAY` - * - :py:attr:`~VALUES` - Import detail ------------- .. code-block:: python from ansys.sam.sysml2.meta_model.visibility_kind import VisibilityKind Property detail --------------- .. py:property:: value :type: int Get the value property. :Returns: :class:`python:int` Value of property value. .. !! processed by numpydoc !! .. py:property:: name :type: str Get the name property. :Returns: :class:`python:str` Value of property name. .. !! processed by numpydoc !! .. py:property:: literal :type: str Get the literal property. :Returns: :class:`python:str` Value of property literal. .. !! processed by numpydoc !! .. py:property:: by_name :type: VisibilityKind Get the by name property. :Returns: "VisibilityKind" Value of property by name. .. !! processed by numpydoc !! Attribute detail ---------------- .. py:attribute:: PUBLIC :type: VisibilityKind .. py:attribute:: PRIVATE :type: VisibilityKind .. py:attribute:: PROTECTED :type: VisibilityKind .. py:attribute:: PACKAGE :type: VisibilityKind .. py:attribute:: PUBLIC_VALUE :type: int .. py:attribute:: PRIVATE_VALUE :type: int .. py:attribute:: PROTECTED_VALUE :type: int .. py:attribute:: PACKAGE_VALUE :type: int .. py:attribute:: VALUES_ARRAY :type: VisibilityKind .. py:attribute:: VALUES :type: list