Package org.vast.data

Class DataComponentProperty<ComponentType extends DataComponent>

java.lang.Object
org.vast.ogc.xlink.SimpleLink<T>
net.opengis.OgcPropertyImpl<ComponentType>
org.vast.data.DataComponentProperty<ComponentType>
Type Parameters:
ComponentType - Type of data component this property can hold
All Implemented Interfaces:
Serializable, OgcProperty<ComponentType>, IXlinkReference<ComponentType>

public class DataComponentProperty<ComponentType extends DataComponent> extends OgcPropertyImpl<ComponentType>

Specialized property for holding data components. Overriden methods ensure that parent and name attributes are properly set for the child data component.

Since:
Dec 1, 2017
See Also: