com.thoughtworks.xstream.alias
Interface ImplicitCollectionDef


public interface ImplicitCollectionDef

ImplicitCollectionDef holds information about an implicit collection.


Method Summary
 java.lang.String getFieldName()
           
 java.lang.String getItemFieldName()
           
 java.lang.Class getItemType()
           
 

Method Detail

getFieldName

public java.lang.String getFieldName()

getItemFieldName

public java.lang.String getItemFieldName()

getItemType

public java.lang.Class getItemType()


Joe Walnes, http://xstream.codehaus.org/