Package jadex.micro.annotation
Annotation Interface CreationInfo
Component annotation.
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionjadex.model.annotation.NameValue[]
The argument values.The configuration name.The component name.The number of components to start (parsed).jadex.common.Boolean3
The persistable flag.jadex.common.Boolean3
The suspend state.jadex.common.Boolean3
The synchronous flag.The local component type.
-
Element Details
-
suspend
jadex.common.Boolean3 suspendThe suspend state.- Default:
NULL
-
synchronous
jadex.common.Boolean3 synchronousThe synchronous flag.- Default:
NULL
-
persistable
jadex.common.Boolean3 persistableThe persistable flag.- Default:
NULL
-
name
String nameThe component name.- Default:
""
-
type
String typeThe local component type.- Default:
""
-
configuration
String configurationThe configuration name.- Default:
""
-
number
String numberThe number of components to start (parsed).- Default:
""
-
arguments
jadex.model.annotation.NameValue[] argumentsThe argument values.- Default:
{}
-