StateSubactionKind#

class ansys.sam.sysml2.meta_model.state_subaction_kind.StateSubactionKind#

Java class ‘com.ansys.medini.metamodel.sysml.StateSubactionKind’.

Overview#

value

Get the value property.

name

Get the name property.

literal

Get the literal property.

by_name

Get the by name property.

Import detail#

from ansys.sam.sysml2.meta_model.state_subaction_kind import StateSubactionKind

Property detail#

property StateSubactionKind.value: int#

Get the value property.

Returns:
int

Value of property value.

property StateSubactionKind.name: str#

Get the name property.

Returns:
str

Value of property name.

property StateSubactionKind.literal: str#

Get the literal property.

Returns:
str

Value of property literal.

property StateSubactionKind.by_name: StateSubactionKind#

Get the by name property.

Returns:
“StateSubactionKind”

Value of property by name.

Attribute detail#

StateSubactionKind.ENTRY: StateSubactionKind#
StateSubactionKind.DO: StateSubactionKind#
StateSubactionKind.EXIT: StateSubactionKind#
StateSubactionKind.UNDEFINED: StateSubactionKind#
StateSubactionKind.ENTRY_VALUE: int#
StateSubactionKind.DO_VALUE: int#
StateSubactionKind.EXIT_VALUE: int#
StateSubactionKind.UNDEFINED_VALUE: int#
StateSubactionKind.VALUES_ARRAY: StateSubactionKind#
StateSubactionKind.VALUES: list#