org.gcube.contentmanagement.gcubemodellibrary.elements
Interface GCubeInnerElement

All Superinterfaces:
GCubeElement
All Known Implementing Classes:
BaseInnerElement, GCubeAlternative, GCubeAnnotation, GCubeMetadata, GCubePart

public interface GCubeInnerElement
extends GCubeElement

Author:
Fabio Simeoni (University of Strathclyde)

Method Summary
 GCubeDocument document()
          Returns the containing GCubeDocument.
 
Methods inherited from interface org.gcube.contentmanagement.gcubemodellibrary.elements.GCubeElement
bytestream, bytestreamURI, creationTime, id, language, lastUpdate, length, mimeType, name, properties, property, resolveBytestream, schemaName, schemaURI, type, uri
 

Method Detail

document

GCubeDocument document()
Returns the containing GCubeDocument.

Returns:
the document, or null if the element is yet to be bound to one.