bitflag enum jnc.PropertyTypeFlags

bitflag enum PropertyTypeFlags {
    Const    = 0x010000,
    Bindable = 0x020000,
};