get_property_options#

Container.get_property_options(name)#

Get the currently available options for a specified property

This method is applicable as follows: :rtype: StringList

  • It may only be called for String and StringList properties. An exception is thrown otherwise.

  • It should only be called for properties that are known currently to be active in the data model. This requirement is not yet enforced or validated. However, if it is violated, the content of any value returned is unspecified.

  • It should only be called for properties that are known to be constrained to a certain list of allowed values. An empty list is returned in other cases.