org.jvnet.jaxb2_commons.xml.bind.model.concrete
Class CMList<T,C>
java.lang.Object
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 java.lang.Object
- implements MList<T,C>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CMList
public CMList(T targetType,
MTypeInfo<T,C> itemTypeInfo)
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 java.lang.String toString()
- Overrides:
toString in class java.lang.Object
acceptTypeInfoVisitor
public <V> V acceptTypeInfoVisitor(MTypeInfoVisitor<T,C,V> visitor)
- Specified by:
acceptTypeInfoVisitor in interface MTypeInfo<T,C>
Copyright © 2005-2011. All Rights Reserved.