org.jvnet.jaxb2_commons.xml.bind.model.concrete
Class CMSingleTypePropertyInfo<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.CMSingleTypePropertyInfo<T,C>
All Implemented Interfaces:
MPropertyInfo<T,C>, MSingleTypePropertyInfo<T,C>, MTyped<T,C>, MOriginated<MPropertyInfoOrigin>
Direct Known Subclasses:
CMAttributePropertyInfo, CMValuePropertyInfo

public abstract class CMSingleTypePropertyInfo<T,C>
extends CMPropertyInfo<T,C>
implements MSingleTypePropertyInfo<T,C>


Constructor Summary
CMSingleTypePropertyInfo(MPropertyInfoOrigin origin, MClassInfo<T,C> classInfo, String privateName, boolean collection, MTypeInfo<T,C> typeInfo)
           
 
Method Summary
 MTypeInfo<T,C> getTypeInfo()
           
 
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
acceptPropertyInfoVisitor, getClassInfo, getPrivateName, getPublicName, isCollection
 
Methods inherited from interface org.jvnet.jaxb2_commons.xml.bind.model.origin.MOriginated
getOrigin
 

Constructor Detail

CMSingleTypePropertyInfo

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

getTypeInfo

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


Copyright © 2005-2012. All Rights Reserved.