org.jvnet.jaxb2_commons.xml.bind.model.concrete
Class CMElementPropertyInfo<T,C>
java.lang.Object
org.jvnet.jaxb2_commons.xml.bind.model.concrete.CMPropertyInfo<T,C>
org.jvnet.jaxb2_commons.xml.bind.model.concrete.CMElementPropertyInfo<T,C>
- All Implemented Interfaces:
- MCustomizable, MElementPropertyInfo<T,C>, MElementTypeInfo<T,C>, MPropertyInfo<T,C>, MTyped<T,C>, MWrappable, MOriginated<MPropertyInfoOrigin>
public class CMElementPropertyInfo<T,C>
- extends CMPropertyInfo<T,C>
- implements MElementPropertyInfo<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 |
CMElementPropertyInfo
public CMElementPropertyInfo(MPropertyInfoOrigin origin,
MClassInfo<T,C> classInfo,
String privateName,
boolean collection,
MTypeInfo<T,C> typeInfo,
QName elementName,
QName wrapperElementName)
getTypeInfo
public MTypeInfo<T,C> getTypeInfo()
- Specified by:
getTypeInfo in interface MTyped<T,C>
getElementName
public QName getElementName()
- Specified by:
getElementName in interface MElementTypeInfo<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-2015. All Rights Reserved.