Class CMAnyAttributePropertyInfo<T,C extends T>
- java.lang.Object
-
- org.jvnet.jaxb.xml.bind.model.concrete.CMPropertyInfo<T,C>
-
- org.jvnet.jaxb.xml.bind.model.concrete.CMAnyAttributePropertyInfo<T,C>
-
- All Implemented Interfaces:
MAnyAttributePropertyInfo<T,C>,MCustomizable,MPropertyInfo<T,C>,MOriginated<MPropertyInfoOrigin>
public class CMAnyAttributePropertyInfo<T,C extends T> extends CMPropertyInfo<T,C> implements MAnyAttributePropertyInfo<T,C>
-
-
Constructor Summary
Constructors Constructor Description CMAnyAttributePropertyInfo(MPropertyInfoOrigin origin, MClassInfo<T,C> classInfo, String privateName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <V> VacceptPropertyInfoVisitor(MPropertyInfoVisitor<T,C,V> visitor)-
Methods inherited from class org.jvnet.jaxb.xml.bind.model.concrete.CMPropertyInfo
getClassInfo, getCustomizations, getOrigin, getPrivateName, getPublicName, isCollection, isRequired
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jvnet.jaxb.xml.bind.model.origin.MOriginated
getOrigin
-
Methods inherited from interface org.jvnet.jaxb.xml.bind.model.MPropertyInfo
getClassInfo, getPrivateName, getPublicName, isCollection, isRequired
-
-
-
-
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:
acceptPropertyInfoVisitorin interfaceMPropertyInfo<T,C extends T>
-
-