Class CMIDREFS<T,C extends T>
- java.lang.Object
-
- org.jvnet.jaxb.xml.bind.model.concrete.CMList<T,C>
-
- org.jvnet.jaxb.xml.bind.model.concrete.CMIDREFS<T,C>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <V> VacceptTypeInfoVisitor(MTypeInfoVisitor<T,C,V> visitor)StringtoString()-
Methods inherited from class org.jvnet.jaxb.xml.bind.model.concrete.CMList
getCustomizations, getItemTypeInfo, getTargetType, getTypeName, isSimpleType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.jvnet.jaxb.xml.bind.model.MCustomizable
getCustomizations
-
Methods inherited from interface org.jvnet.jaxb.xml.bind.model.MList
getItemTypeInfo
-
Methods inherited from interface org.jvnet.jaxb.xml.bind.model.MTypeInfo
getTargetType, getTypeName, isSimpleType
-
-
-
-
Method Detail
-
acceptTypeInfoVisitor
public <V> V acceptTypeInfoVisitor(MTypeInfoVisitor<T,C,V> visitor)
- Specified by:
acceptTypeInfoVisitorin interfaceMTypeInfo<T,C extends T>- Overrides:
acceptTypeInfoVisitorin classCMList<T,C extends T>
-
-