syside.ImplicitSpecializationKind class ImplicitSpecializationKind(*args, **kwds) Bases: enum.Enum AccessedFeature = 0 ActionTransition = 1 After = 2 AnnotatedElement = 3 Assumption = 4 At = 5 Base = 6 BaseType = 7 Binary = 8 BinaryObject = 9 CaseActor = 10 CheckedConstraint = 11 Classifier = 12 Concern = 13 DataValue = 14 Do = 15 Effect = 16 EnclosedPerformance = 17 Entry = 18 ExclusiveState = 19 Exit = 20 Feature = 21 FeatureWrite = 22 FlowTransfer = 23 Guard = 24 IfThenElse = 25 IncomingTransfer = 26 LoopVariable = 27 Message = 28 Negated = 29 Object = 30 Occurrence = 31 OwnedAction = 32 OwnedPerformance = 33 OwnedPort = 34 Participant = 35 Payload = 36 PerformedAction = 37 Portion = 38 Requirement = 39 RequirementActor = 40 RequirementStakeholder = 41 Satisfied = 42 Snapshot = 43 SourceOutput = 44 StartingAt = 45 StateTransition = 46 SubAnalysisCase = 47 SubUseCase = 48 SubVerificationCase = 49 Subaction = 50 Subcalculation = 51 Subcase = 52 Subitem = 53 Subobject = 54 Suboccurrence = 55 Subperformance = 56 Subport = 57 Subrendering = 58 Subrequirement = 59 Substate = 60 Subview = 61 Target = 62 TargetInput = 63 Timeslice = 64 TransitionLink = 65 Trigger = 66 Verification = 67 ViewRendering = 68 When = 69 classmethod __signature__() __new__(value) __repr__() __str__() __dir__() Returns public methods and other interesting attributes. __format__(format_spec) __hash__() __reduce_ex__(proto) __deepcopy__(memo) __copy__() name() The name of the Enum member. value() The value of the Enum member.