Uses of Class
org.gcube.contentmanagement.gcubemodellibrary.elements.BaseInnerElement

Packages that use BaseInnerElement
org.gcube.contentmanagement.gcubemodellibrary.elements   
 

Uses of BaseInnerElement in org.gcube.contentmanagement.gcubemodellibrary.elements
 

Classes in org.gcube.contentmanagement.gcubemodellibrary.elements with type parameters of type BaseInnerElement
 class InnerElements<T extends BaseInnerElement>
          Group of typed elements of the document.
 

Subclasses of BaseInnerElement in org.gcube.contentmanagement.gcubemodellibrary.elements
 class GCubeAlternative
          An alternative representation of a GCubeDocument.
 class GCubeAnnotation
          An annotation for a GCubeDocument.
 class GCubeMetadata
          A metadata record for a GCubeDocument.
 class GCubePart
          A part of a GCubeDocument.
 

Methods in org.gcube.contentmanagement.gcubemodellibrary.elements that return types with arguments of type BaseInnerElement
 java.util.Map<java.lang.String,BaseInnerElement> GCubeDocument.elements()
          Returns all the elements of the document, in no particular order.