Interface Metadata

All Superinterfaces:
org.gvsig.tools.dynobject.DynObject

public interface Metadata extends org.gvsig.tools.dynobject.DynObject
Metadata is information or data about data
invalid reference
://en.wikipedia.org/wiki/Metadata
.

This interface extends DynObject to add anything needed over the DynObject model to be able to be used as a Metadata model.

Version:
$Id$
Author:
gvSIG Team, Cèsar Ordiñana, cmartin
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns an unsorted set of child Metadata objects.
    Returns the unique identifier of the Metadata.
    Returns the name of the Metadata, which allows to identify the type in the Metadata registry.

    Methods inherited from interface org.gvsig.tools.dynobject.DynObject

    clear, delegate, getDynClass, getDynValue, hasDynValue, implement, invokeDynMethod, invokeDynMethod, setDynValue
  • Method Details