net.sf.jsefa.common.mapping
Interface NodeDescriptor<T extends NodeType>

Type Parameters:
T - the type of the node type
All Known Subinterfaces:
RbfNodeDescriptor, XmlNodeDescriptor
All Known Implementing Classes:
AttributeDescriptor, ElementDescriptor, RbfFieldDescriptor, RecordDescriptor, TextContentDescriptor

public interface NodeDescriptor<T extends NodeType>

A descriptor of a node of the exchange format.

Author:
Norman Lahme-Huetig

Method Summary
 T getType()
           
 

Method Detail

getType

T getType()
Returns:
the node type


Copyright © 2014. All rights reserved.