Class CMAnyAttributePropertyInfo<T,C extends T>
java.lang.Object
org.jvnet.basicjaxb.xml.bind.model.concrete.CMPropertyInfo<T,C>
org.jvnet.basicjaxb.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
ConstructorsConstructorDescriptionCMAnyAttributePropertyInfo(MPropertyInfoOrigin origin, MClassInfo<T, C> classInfo, String privateName) -
Method Summary
Modifier and TypeMethodDescription<V> VacceptPropertyInfoVisitor(MPropertyInfoVisitor<T, C, V> visitor) Methods inherited from class org.jvnet.basicjaxb.xml.bind.model.concrete.CMPropertyInfo
getClassInfo, getCustomizations, getOrigin, getPrivateName, getPublicName, isCollection, isRequiredMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jvnet.basicjaxb.xml.bind.model.origin.MOriginated
getOriginMethods inherited from interface org.jvnet.basicjaxb.xml.bind.model.MPropertyInfo
getClassInfo, getPrivateName, getPublicName, isCollection, isRequired
-
Constructor Details
-
CMAnyAttributePropertyInfo
public CMAnyAttributePropertyInfo(MPropertyInfoOrigin origin, MClassInfo<T, C> classInfo, String privateName)
-
-
Method Details
-
acceptPropertyInfoVisitor
- Specified by:
acceptPropertyInfoVisitorin interfaceMPropertyInfo<T,C extends T>
-