Class CMIDREF<T,C extends T>
- java.lang.Object
-
- org.jvnet.jaxb.xml.bind.model.concrete.CMIDREF<T,C>
-
- All Implemented Interfaces:
MCustomizable,MIDREF<T,C>,MTypeInfo<T,C>
public class CMIDREF<T,C extends T> extends Object implements MIDREF<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 interfaceMIDREF<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>
-
-