[F] getVisibilityForClass
Returns the active visibility modifiers for a property in a given visibility class.
This function is infallible. If the visibility modifiers for the given class have not been set explicitly, it will return the default visibility modifiers for the class.
Parameters
Parameter | Type | Description |
---|---|---|
program | Program | the program in which the property occurs |
property | ModelProperty | the property to get visibility modifiers for |
visibilityClass | Enum | the visibility class to get visibility modifiers for |
Returns
Set
<EnumMember
>
the set of active modifiers (enum members) for the property and visibility class