org.jvnet.jaxb2_commons.xml.bind.model.concrete
Class CMID<T,C>

java.lang.Object
  extended by org.jvnet.jaxb2_commons.xml.bind.model.concrete.CMID<T,C>
All Implemented Interfaces:
MCustomizable, MID<T,C>, MTypeInfo<T,C>

public class CMID<T,C>
extends Object
implements MID<T,C>


Constructor Summary
CMID(T targetType, MTypeInfo<T,C> itemTypeInfo)
           
 
Method Summary
<V> V
acceptTypeInfoVisitor(MTypeInfoVisitor<T,C,V> visitor)
           
 MCustomizations getCustomizations()
           
 T getTargetType()
           
 QName getTypeName()
           
 MTypeInfo<T,C> getValueTypeInfo()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CMID

public CMID(T targetType,
            MTypeInfo<T,C> itemTypeInfo)
Method Detail

getCustomizations

public MCustomizations getCustomizations()
Specified by:
getCustomizations in interface MCustomizable

getTargetType

public T getTargetType()
Specified by:
getTargetType in interface MTypeInfo<T,C>

getValueTypeInfo

public MTypeInfo<T,C> getValueTypeInfo()
Specified by:
getValueTypeInfo in interface MID<T,C>

getTypeName

public QName getTypeName()

toString

public String toString()
Overrides:
toString in class Object

acceptTypeInfoVisitor

public <V> V acceptTypeInfoVisitor(MTypeInfoVisitor<T,C,V> visitor)
Specified by:
acceptTypeInfoVisitor in interface MTypeInfo<T,C>


Copyright © 2005-2015. All Rights Reserved.