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

java.lang.Object
  extended by org.jvnet.jaxb2_commons.xml.bind.model.concrete.CMPropertyInfo<T,C>
      extended by org.jvnet.jaxb2_commons.xml.bind.model.concrete.CMElementPropertyInfo<T,C>
All Implemented Interfaces:
MElementPropertyInfo<T,C>, MElementTypeInfo<T,C>, MPropertyInfo<T,C>, MTyped<T,C>, MWrappable, MOriginated<MPropertyInfoOrigin>

public class CMElementPropertyInfo<T,C>
extends CMPropertyInfo<T,C>
implements MElementPropertyInfo<T,C>


Constructor Summary
CMElementPropertyInfo(MPropertyInfoOrigin origin, MClassInfo<T,C> classInfo, String privateName, boolean collection, MTypeInfo<T,C> typeInfo, QName elementName, QName wrapperElementName)
           
 
Method Summary
<V> V
acceptPropertyInfoVisitor(MPropertyInfoVisitor<T,C,V> visitor)
           
 QName getElementName()
           
 MTypeInfo<T,C> getTypeInfo()
           
 QName getWrapperElementName()
           
 
Methods inherited from class org.jvnet.jaxb2_commons.xml.bind.model.concrete.CMPropertyInfo
getClassInfo, getOrigin, getPrivateName, getPublicName, isCollection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jvnet.jaxb2_commons.xml.bind.model.MPropertyInfo
getClassInfo, getPrivateName, getPublicName, isCollection
 
Methods inherited from interface org.jvnet.jaxb2_commons.xml.bind.model.origin.MOriginated
getOrigin
 

Constructor Detail

CMElementPropertyInfo

public CMElementPropertyInfo(MPropertyInfoOrigin origin,
                             MClassInfo<T,C> classInfo,
                             String privateName,
                             boolean collection,
                             MTypeInfo<T,C> typeInfo,
                             QName elementName,
                             QName wrapperElementName)
Method Detail

getTypeInfo

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

getElementName

public QName getElementName()
Specified by:
getElementName in interface MElementTypeInfo<T,C>

getWrapperElementName

public QName getWrapperElementName()
Specified by:
getWrapperElementName in interface MWrappable

acceptPropertyInfoVisitor

public <V> V acceptPropertyInfoVisitor(MPropertyInfoVisitor<T,C,V> visitor)
Specified by:
acceptPropertyInfoVisitor in interface MPropertyInfo<T,C>


Copyright © 2005-2012. All Rights Reserved.