org.jvnet.jaxb2_commons.xml.bind.model.concrete
Class CMList<T,C>

java.lang.Object
  extended by org.jvnet.jaxb2_commons.xml.bind.model.concrete.CMList<T,C>
All Implemented Interfaces:
MList<T,C>, MTypeInfo<T,C>

public class CMList<T,C>
extends Object
implements MList<T,C>


Constructor Summary
CMList(T targetType, MTypeInfo<T,C> itemTypeInfo)
           
 
Method Summary
<V> V
acceptTypeInfoVisitor(MTypeInfoVisitor<T,C,V> visitor)
           
 MTypeInfo<T,C> getItemTypeInfo()
           
 T getTargetType()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CMList

public CMList(T targetType,
              MTypeInfo<T,C> itemTypeInfo)
Method Detail

getTargetType

public T getTargetType()
Specified by:
getTargetType in interface MTypeInfo<T,C>

getItemTypeInfo

public MTypeInfo<T,C> getItemTypeInfo()
Specified by:
getItemTypeInfo in interface MList<T,C>

toString

public String toString()
Overrides:
toString in class Object

acceptTypeInfoVisitor

public <V> V acceptTypeInfoVisitor(MTypeInfoVisitor<T,C,V> visitor)
Specified by:
acceptTypeInfoVisitor in interface MTypeInfo<T,C>


Copyright © 2005-2012. All Rights Reserved.