public class CMElementsPropertyInfo<T,C extends T> extends CMPropertyInfo<T,C> implements MElementsPropertyInfo<T,C>
Constructor and Description |
---|
CMElementsPropertyInfo(MPropertyInfoOrigin origin,
MClassInfo<T,C> classInfo,
String privateName,
boolean collection,
boolean required,
Collection<MElementTypeInfo<T,C>> elementTypeInfos,
QName wrapperElementName) |
Modifier and Type | Method and Description |
---|---|
<V> V |
acceptPropertyInfoVisitor(MPropertyInfoVisitor<T,C,V> visitor) |
List<MElementTypeInfo<T,C>> |
getElementTypeInfos() |
QName |
getWrapperElementName() |
getClassInfo, getCustomizations, getOrigin, getPrivateName, getPublicName, isCollection, isRequired
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getClassInfo, getPrivateName, getPublicName, isCollection, isRequired
getOrigin
public CMElementsPropertyInfo(MPropertyInfoOrigin origin, MClassInfo<T,C> classInfo, String privateName, boolean collection, boolean required, Collection<MElementTypeInfo<T,C>> elementTypeInfos, QName wrapperElementName)
public List<MElementTypeInfo<T,C>> getElementTypeInfos()
getElementTypeInfos
in interface MElementTypeInfos<T,C extends T>
public QName getWrapperElementName()
getWrapperElementName
in interface MWrappable
public <V> V acceptPropertyInfoVisitor(MPropertyInfoVisitor<T,C,V> visitor)
acceptPropertyInfoVisitor
in interface MPropertyInfo<T,C extends T>
Copyright © 2005–2018. All rights reserved.