Returns the state of this Field object.
state() returns a combination of zero or more of the following:
Name |
Value |
Description |
kInitialized |
0x01 |
Field was initialized by the evaluator. |
kCompiled |
0x02 |
Field was compiled. |
kModified |
0x04 |
Field code was modified, but not evaluated. |
kEvaluated |
0x08 |
Field was evaluated. |
kHasCache |
0x10 |
Field has evaluated cache. |
kHasFormattedString |
0x20 |
Internal use only. |
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|