org.jboss.xb.binding.metadata.marshalling
Interface CollectionBinding

All Superinterfaces:
FieldValueBinding

public interface CollectionBinding
extends FieldValueBinding

Version:
$Revision: 1.1.2.2 $
Author:
Alexey Loubyansky

Field Summary
 
Fields inherited from interface org.jboss.xb.binding.metadata.marshalling.FieldValueBinding
COLLECTION, FINAL_CLASS, NON_FINAL_CLASS, SIMPLE_VALUE
 
Method Summary
 String getElementName()
           
 FieldValueBinding getItemBinding(Class type)
           
 String getNamespaceUri()
           
 
Methods inherited from interface org.jboss.xb.binding.metadata.marshalling.FieldValueBinding
getCategory, getFieldBinding, getJavaClass
 

Method Detail

getNamespaceUri

String getNamespaceUri()

getElementName

String getElementName()

getItemBinding

FieldValueBinding getItemBinding(Class type)


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.