public class CMElementPropertyInfo<T,C> extends CMPropertyInfo<T,C> implements MElementPropertyInfo<T,C>
Constructor and Description |
---|
CMElementPropertyInfo(MPropertyInfoOrigin origin,
MClassInfo<T,C> classInfo,
String privateName,
boolean collection,
MTypeInfo<T,C> typeInfo,
QName elementName,
QName wrapperElementName) |
Modifier and Type | Method and Description |
---|---|
<V> V |
acceptPropertyInfoVisitor(MPropertyInfoVisitor<T,C,V> visitor) |
QName |
getElementName() |
MTypeInfo<T,C> |
getTypeInfo() |
QName |
getWrapperElementName() |
getClassInfo, getOrigin, getPrivateName, getPublicName, isCollection
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getClassInfo, getPrivateName, getPublicName, isCollection
getOrigin
public CMElementPropertyInfo(MPropertyInfoOrigin origin, MClassInfo<T,C> classInfo, String privateName, boolean collection, MTypeInfo<T,C> typeInfo, QName elementName, QName wrapperElementName)
public QName getElementName()
getElementName
in interface MElementTypeInfo<T,C>
public QName getWrapperElementName()
getWrapperElementName
in interface MWrappable
public <V> V acceptPropertyInfoVisitor(MPropertyInfoVisitor<T,C,V> visitor)
acceptPropertyInfoVisitor
in interface MPropertyInfo<T,C>
Copyright © 2005-2012. All Rights Reserved.