MCustomizable, MIDREF<T,C>, MTypeInfo<T,C>public class CMIDREF<T,C extends T> extends Object implements MIDREF<T,C>
| Constructor | Description |
|---|---|
CMIDREF(T targetType,
MTypeInfo<T,C> itemTypeInfo) |
| Modifier and Type | Method | Description |
|---|---|---|
<V> V |
acceptTypeInfoVisitor(MTypeInfoVisitor<T,C,V> visitor) |
|
MCustomizations |
getCustomizations() |
|
T |
getTargetType() |
|
QName |
getTypeName() |
|
MTypeInfo<T,C> |
getValueTypeInfo() |
|
boolean |
isSimpleType() |
|
String |
toString() |
public MCustomizations getCustomizations()
getCustomizations in interface MCustomizablepublic T getTargetType()
getTargetType in interface MTypeInfo<T,C extends T>public MTypeInfo<T,C> getValueTypeInfo()
getValueTypeInfo in interface MIDREF<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 <V> V acceptTypeInfoVisitor(MTypeInfoVisitor<T,C,V> visitor)
acceptTypeInfoVisitor in interface MTypeInfo<T,C extends T>Copyright © 2005–2018. All rights reserved.