<Code Lib>
2025 Enumeration
Changes 0
E

ElementOnPhaseStatus

Description:
The statuses that an element can have with respect to a given phase.

public enum ElementOnPhaseStatus

Name Description
E None Phase status is undefined (e.g., for annotations)
E Past Created and demolished before the given phase
E Existing Created in a previous phase, existing through the end of the given phase
E Demolished Created before the given phase, to be demolished on the given phase
E New Created on this phase (and not demolished)
E Temporary Created and demolished during this phase
E Future Created after this phase

Loading…