Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Additional Annotations Information"

(New page: {{backlink|Tigerstripe_APIs}} To provide additional information about annotations TAF using EAnnotation properties. All TAF properties named '''org.eclipse.tigerstripe.annotation'''. Foll...)
 
Line 5: Line 5:
 
{| border="1" cellpadding="3" cellspacing="2"
 
{| border="1" cellpadding="3" cellspacing="2"
 
|-
 
|-
! Name !! Values !! Default Value || Description
+
! Name !! Values !! Default Value || Target || Description
 
|-
 
|-
| indexed || true/false || false || index attribute to provide faster search by attribute value
+
| indexed || true/false || false || EStructuralFeature|| index attribute to provide faster search by attribute value
 
|-
 
|-
| multiline || true/false || false || edit string attribute as multiline
+
| multiline || true/false || false || EStructuralFeature || edit string attribute as multiline
|-
+
| unique || true/false || true || create no more than one unique annotation of the same type
+
 
|}
 
|}
  
 
[[Category:Tigerstripe_APIs]]
 
[[Category:Tigerstripe_APIs]]

Revision as of 07:01, 4 June 2008

< To: Tigerstripe_APIs

To provide additional information about annotations TAF using EAnnotation properties. All TAF properties named org.eclipse.tigerstripe.annotation. Following EAnnotation details supported:

Name Values Default Value Target Description
indexed true/false false EStructuralFeature index attribute to provide faster search by attribute value
multiline true/false false EStructuralFeature edit string attribute as multiline

Back to the top