Skip to content
logoBack to home screen

Modifiable

These metadata allow you to configure whether an element can be edited.

Metadata Property NameType Signature
Modifiablecom.braintribe.model.meta.data.constraint.Modifiable
UnModifiablecom.braintribe.model.meta.data.constraint.Unmodifiable

General

If you assign the Modifiable (or no) metadata to a property, you are able to edit this property. If you assign the Unmodifiable metadata to a property, you are not able to edit the property under any circumstances.

If a property marked as Unmodifiable is also marked as Mandatory, it is possible to set the property value during its creation.