Package de.xima.fc.annotations
Annotation Type ExportDetails
- Author:
- XIMA MEDIA GmbH
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionboolean
boolean
boolean
-
Element Details
-
context
EExportContext[] context- Returns:
- array of
EExportContext
s that determine when the annotated field should be exported. If no context is given the field will be exported
- Default:
- {}
-
exclude
boolean exclude- Returns:
Boolean
whether or not to exclude this field from export
- Default:
- false
-
reference
boolean reference- Returns:
Boolean
whether or not to turn the entity into a reference
- Default:
- false
-
encrypt
boolean encrypt- Returns:
Boolean
whether or not to encrypt this field for export
- Default:
- false
-