|
COSMOS ${releaseVersion} data-collection Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Target(value=METHOD) @Retention(value=RUNTIME) public @interface ManagedPropertySetter
Annotation used to indicate a setter for a manageable property. This annotation is used with the ManagedResourceCapability annotation to indicate an writable property within a capability.
| Optional Element Summary | |
|---|---|
java.lang.String |
description
A text description of the capability. |
java.lang.String |
namespace
The namespace to be used for the property. |
java.lang.String |
property
The local name of the property. |
public abstract java.lang.String description
public abstract java.lang.String namespace
public abstract java.lang.String property
|
COSMOS ${releaseVersion} data-collection Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||