Class CMList<T,C extends T>
- java.lang.Object
-
- org.jvnet.jaxb.xml.bind.model.concrete.CMList<T,C>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <V> VacceptTypeInfoVisitor(MTypeInfoVisitor<T,C,V> visitor)MCustomizationsgetCustomizations()MTypeInfo<T,C>getItemTypeInfo()TgetTargetType()QNamegetTypeName()booleanisSimpleType()StringtoString()
-
-
-
Method Detail
-
getCustomizations
public MCustomizations getCustomizations()
- Specified by:
getCustomizationsin interfaceMCustomizable
-
getTargetType
public T getTargetType()
- Specified by:
getTargetTypein interfaceMTypeInfo<T,C extends T>
-
getTypeName
public QName getTypeName()
- Specified by:
getTypeNamein interfaceMTypeInfo<T,C extends T>
-
isSimpleType
public boolean isSimpleType()
- Specified by:
isSimpleTypein interfaceMTypeInfo<T,C extends T>
-
getItemTypeInfo
public MTypeInfo<T,C> getItemTypeInfo()
- Specified by:
getItemTypeInfoin interfaceMList<T,C extends T>
-
acceptTypeInfoVisitor
public <V> V acceptTypeInfoVisitor(MTypeInfoVisitor<T,C,V> visitor)
- Specified by:
acceptTypeInfoVisitorin interfaceMTypeInfo<T,C extends T>
-
-