org.jvnet.jaxb2_commons.xml.bind.model.concrete
Class CMAttributePropertyInfo<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>
          extended by org.jvnet.jaxb2_commons.xml.bind.model.concrete.CMAttributePropertyInfo<T,C>
All Implemented Interfaces:
MAttributePropertyInfo<T,C>, MPropertyInfo<T,C>, MSingleTypePropertyInfo<T,C>, MTyped<T,C>, MOriginated<MPropertyInfoOrigin>

public class CMAttributePropertyInfo<T,C>
extends CMSingleTypePropertyInfo<T,C>
implements MAttributePropertyInfo<T,C>


Constructor Summary
CMAttributePropertyInfo(MPropertyInfoOrigin origin, MClassInfo<T,C> classInfo, String privateName, MTypeInfo<T,C> typeInfo, QName attributeName)
           
 
Method Summary
<V> V
acceptPropertyInfoVisitor(MPropertyInfoVisitor<T,C,V> visitor)
           
 QName getAttributeName()
           
 
Methods inherited from class org.jvnet.jaxb2_commons.xml.bind.model.concrete.CMSingleTypePropertyInfo
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
getClassInfo, getPrivateName, getPublicName, isCollection
 
Methods inherited from interface org.jvnet.jaxb2_commons.xml.bind.model.origin.MOriginated
getOrigin
 
Methods inherited from interface org.jvnet.jaxb2_commons.xml.bind.model.MTyped
getTypeInfo
 

Constructor Detail

CMAttributePropertyInfo

public CMAttributePropertyInfo(MPropertyInfoOrigin origin,
                               MClassInfo<T,C> classInfo,
                               String privateName,
                               MTypeInfo<T,C> typeInfo,
                               QName attributeName)
Method Detail

getAttributeName

public QName getAttributeName()
Specified by:
getAttributeName in interface MAttributePropertyInfo<T,C>

acceptPropertyInfoVisitor

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


Copyright © 2005-2012. All Rights Reserved.