CompositeData

Interface CompositeData

All Known Implementing Classes:
CompositeDataSupport
public interface CompositeData

The CompositeData interface specifies the behavior of a specific type of complex open data objects which represent composite data structures.

Since:
1.5

Methods

getCompositeType

CompositeType getCompositeType()

Returns the composite type of this composite data instance.

Returns:
the type of this CompositeData.

get

Object get(String key)

Returns the value of the item whose name is key.

Parameters:登录查看完整内容