org.gcube.data.trees.io
Interface BinderInfo


public interface BinderInfo

Describes a TreeBinder.

Author:
Fabio Simeoni

Field Summary
static QName TREE_FORM
           
 
Method Summary
 String description()
          Returns a description for the binder.
 String name()
          Returns the name of the binder.
 QName treeForm()
          Returns the name for the class of bound trees.
 QName type()
          Returns the name of the bound data type
 

Field Detail

TREE_FORM

static final QName TREE_FORM
Method Detail

name

String name()
Returns the name of the binder.

Returns:
the name

description

String description()
Returns a description for the binder.

Returns:
the description

treeForm

QName treeForm()
Returns the name for the class of bound trees.

Returns:
the tree type

type

QName type()
Returns the name of the bound data type

Returns:
the name


Copyright © 2013. All Rights Reserved.