Package org.see.skf.annotations
Annotation Type Attribute
Annotation for designating a particular class field as the attribute of an HLA object class.
- Since:
- 1.5
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionorg.see.skf.runtime.ScopeLevelThe scope for this object class attribute: PUBLISH, SUBSCRIBE, PUBLISH_SUBSCRIBE, or NONE.
-
Element Details
-
name
String nameThe attribute name of the object class as defined in the FOM.- Returns:
- Name of this attribute
-
coder
A coder capable of handling data conversion for the type assigned to this attribute in the FOM.- Returns:
- A coder for this attribute's type
-
scope
org.see.skf.runtime.ScopeLevel scopeThe scope for this object class attribute: PUBLISH, SUBSCRIBE, PUBLISH_SUBSCRIBE, or NONE. Defaults to PUBLISH_SUBSCRIBE if not specified.- Returns:
- The scope level for this attribute
- Default:
PUBLISH_SUBSCRIBE
-