org.jvnet.jaxb2_commons.xml.bind.model.concrete
Class CMAnyAttributePropertyInfo<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.CMAnyAttributePropertyInfo<T,C>
All Implemented Interfaces:
MAnyAttributePropertyInfo<T,C>, MPropertyInfo<T,C>, MOriginated<MPropertyInfoOrigin>

public class CMAnyAttributePropertyInfo<T,C>
extends CMPropertyInfo<T,C>
implements MAnyAttributePropertyInfo<T,C>


Constructor Summary
CMAnyAttributePropertyInfo(MPropertyInfoOrigin origin, MClassInfo<T,C> classInfo, String privateName)
           
 
Method Summary
<V> V
acceptPropertyInfoVisitor(MPropertyInfoVisitor<T,C,V> visitor)
           
 
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

CMAnyAttributePropertyInfo

public CMAnyAttributePropertyInfo(MPropertyInfoOrigin origin,
                                  MClassInfo<T,C> classInfo,
                                  String privateName)
Method Detail

acceptPropertyInfoVisitor

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


Copyright © 2005-2012. All Rights Reserved.