public class CMAttributePropertyInfo<T,C extends T> extends CMSingleTypePropertyInfo<T,C> implements MAttributePropertyInfo<T,C>
Constructor and Description |
---|
CMAttributePropertyInfo(MPropertyInfoOrigin origin,
MClassInfo<T,C> classInfo,
String privateName,
MTypeInfo<T,C> typeInfo,
QName attributeName,
boolean required) |
Modifier and Type | Method and Description |
---|---|
<V> V |
acceptPropertyInfoVisitor(MPropertyInfoVisitor<T,C,V> visitor) |
QName |
getAttributeName() |
getTypeInfo
getClassInfo, getCustomizations, getOrigin, getPrivateName, getPublicName, isCollection, isRequired
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getClassInfo, getPrivateName, getPublicName, isCollection, isRequired
getOrigin
getTypeInfo
public CMAttributePropertyInfo(MPropertyInfoOrigin origin, MClassInfo<T,C> classInfo, String privateName, MTypeInfo<T,C> typeInfo, QName attributeName, boolean required)
public QName getAttributeName()
getAttributeName
in interface MAttributePropertyInfo<T,C extends T>
public <V> V acceptPropertyInfoVisitor(MPropertyInfoVisitor<T,C,V> visitor)
acceptPropertyInfoVisitor
in interface MPropertyInfo<T,C extends T>
Copyright © 2005–2018. All rights reserved.