Class CMID<T,C extends T>
- java.lang.Object
-
- org.jvnet.jaxb.xml.bind.model.concrete.CMID<T,C>
-
- All Implemented Interfaces:
MCustomizable,MID<T,C>,MTypeInfo<T,C>
public class CMID<T,C extends T> extends Object implements MID<T,C>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <V> VacceptTypeInfoVisitor(MTypeInfoVisitor<T,C,V> visitor)MCustomizationsgetCustomizations()TgetTargetType()QNamegetTypeName()MTypeInfo<T,C>getValueTypeInfo()booleanisSimpleType()StringtoString()
-
-
-
Method Detail
-
getCustomizations
public MCustomizations getCustomizations()
- Specified by:
getCustomizationsin interfaceMCustomizable
-
getTargetType
public T getTargetType()
- Specified by:
getTargetTypein interfaceMTypeInfo<T,C extends T>
-
getValueTypeInfo
public MTypeInfo<T,C> getValueTypeInfo()
- Specified by:
getValueTypeInfoin interfaceMID<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>
-
acceptTypeInfoVisitor
public <V> V acceptTypeInfoVisitor(MTypeInfoVisitor<T,C,V> visitor)
- Specified by:
acceptTypeInfoVisitorin interfaceMTypeInfo<T,C extends T>
-
-