Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get_value fails for Requirement Attributes when an Enumeration #234

Open
peransin-obeo opened this issue Oct 30, 2024 · 1 comment
Open

Comments

@peransin-obeo
Copy link

return self.get_java_object().getValue()

When an attribute is an EnumerationValueAttribute, values are list not a single element (unlike String or a number).
Calling 'getValue()' on Java Object raises an Error.

'getValues()' should be called and result should be wrapped in a list.

@ylussaud
Copy link
Contributor

ylussaud commented Nov 4, 2024

Yes we should return something loke:

create_e_list(self.get_java_object().getValues(), EnumValue)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants