:TS:AccessorProperty Node

represents a property of a :TS:Class or :TS:Interface that is described by getter, setter, or auto accessor constructs

Properties

NameDescription
globalFqnglobal FQN of the accessor property
localFqnlocal FQN of the accessor property
namename of the accessor property

Relations

NameTarget Label(s)CardinalityDescription
DESCRIBED_BY_AUTO_ACCESSOR:TS:AutoAccessor
0..1auto accessor that describes the property
DESCRIBED_BY_GETTER:TS:Getter0..1getter that describes the property
DESCRIBED_BY_SETTER:TS:Setter0..1setter that describes the property
DEPENDS_ONsee DEPENDS_ON - Target Nodes0..*dependencies of all describing accessors