StatusProperty constructor
StatusProperty(
- StatusType type
Implementation
StatusProperty(StatusType type) : super("STATUS", TextValue(type.value));
StatusProperty(StatusType type) : super("STATUS", TextValue(type.value));