org.jvnet.jaxb2_commons.xml.bind.model.concrete
Class CMElementsPropertyInfo<T,C>
java.lang.Object
org.jvnet.jaxb2_commons.xml.bind.model.concrete.CMPropertyInfo<T,C>
org.jvnet.jaxb2_commons.xml.bind.model.concrete.CMElementsPropertyInfo<T,C>
- All Implemented Interfaces:
- MElementsPropertyInfo<T,C>, MElementTypeInfos<T,C>, MPropertyInfo<T,C>, MWrappable, MOriginated<MPropertyInfoOrigin>
public class CMElementsPropertyInfo<T,C>
- extends CMPropertyInfo<T,C>
- implements MElementsPropertyInfo<T,C>
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.origin.MOriginated |
getOrigin |
CMElementsPropertyInfo
public CMElementsPropertyInfo(MPropertyInfoOrigin origin,
MClassInfo<T,C> classInfo,
String privateName,
boolean collection,
Collection<MElementTypeInfo<T,C>> elementTypeInfos,
QName wrapperElementName)
getElementTypeInfos
public List<MElementTypeInfo<T,C>> getElementTypeInfos()
- Specified by:
getElementTypeInfos
in interface MElementTypeInfos<T,C>
getWrapperElementName
public QName getWrapperElementName()
- Specified by:
getWrapperElementName
in interface MWrappable
acceptPropertyInfoVisitor
public <V> V acceptPropertyInfoVisitor(MPropertyInfoVisitor<T,C,V> visitor)
- Specified by:
acceptPropertyInfoVisitor
in interface MPropertyInfo<T,C>
Copyright © 2005-2012. All Rights Reserved.