Annotation Interface IpsConfigures
Links a
IProductCmptType with the policy component type that it configures.-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionClass<? extends IConfigurableModelObject>The policy component type class that is configured by this product component type.
-
Element Details
-
value
Class<? extends IConfigurableModelObject> valueThe policy component type class that is configured by this product component type. If a published interface is generated, the published interface class is returned. Else the implementation class is returned.
-