Annotation Interface Behaviour
Behaviour method annotation.
- Since:
- 5.0
- Author:
- Roy Wetherall
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionqualified name of associationbooleanindicates whether this is a service behaviour or notlookup name of the behaviour, if none specified behaviour is not recorded in the registrynotification frequencyqualified name of policyqualified name of type/aspect
-
Element Details
-
kind
BehaviourKind kindkind of behaviour
-
-
-
name
String namelookup name of the behaviour, if none specified behaviour is not recorded in the registry- Default:
- ""
-
policy
String policyqualified name of policy- Default:
- ""
-
isService
boolean isServiceindicates whether this is a service behaviour or not- Default:
- false
-
type
String typequalified name of type/aspect- Default:
- ""
-
assocType
String assocTypequalified name of association- Default:
- "cm:contains"
-
notificationFrequency
Behaviour.NotificationFrequency notificationFrequencynotification frequency- Default:
- EVERY_EVENT
-