Contains a vector that describes which content protocol the ODA supports for each of its supported content types.
Type
public Vector supportedContent
Notes
The supportedContent member variable stores a Java java.util.Vector of ContentProtocol objects that describe what generated content the ODA supports. Each ContentProtocol object contains the following information:
Content-generation information | Description |
---|---|
Content type |
A ContentType object, which lists one of the supported content types:
|
Content protocol |
A mask of the content-protocol constants to indicate the content protocols supported for the specified content type:
Content-protocol constants are defined in the ODKConstant interface. |
The AgentMetaData() constructor initializes the supportedContent member variable by querying the ODA object that it receives as an argument. You do not have to explicitly initialize this member variable.