| Constructor and Description |
|---|
CMList(T targetType,
MTypeInfo<T,C> itemTypeInfo,
QName typeName) |
| Modifier and Type | Method and Description |
|---|---|
<V> V |
acceptTypeInfoVisitor(MTypeInfoVisitor<T,C,V> visitor) |
MCustomizations |
getCustomizations() |
MTypeInfo<T,C> |
getItemTypeInfo() |
T |
getTargetType() |
QName |
getTypeName() |
boolean |
isSimpleType() |
String |
toString() |
public MCustomizations getCustomizations()
getCustomizations in interface MCustomizablepublic T getTargetType()
getTargetType in interface MTypeInfo<T,C extends T>public QName getTypeName()
getTypeName in interface MTypeInfo<T,C extends T>public boolean isSimpleType()
isSimpleType in interface MTypeInfo<T,C extends T>public MTypeInfo<T,C> getItemTypeInfo()
getItemTypeInfo in interface MList<T,C extends T>public <V> V acceptTypeInfoVisitor(MTypeInfoVisitor<T,C,V> visitor)
acceptTypeInfoVisitor in interface MTypeInfo<T,C extends T>Copyright © 2005-2016. All Rights Reserved.