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,
String defaultValue,
NamespaceContext defaultValueNamespaceContext) |
| Modifier and Type | Method and Description |
|---|---|
<V> V |
acceptPropertyInfoVisitor(MPropertyInfoVisitor<T,C,V> visitor) |
QName |
getAttributeName() |
getDefaultValue, getDefaultValueNamespaceContext, getTypeInfogetClassInfo, getCustomizations, getOrigin, getPrivateName, getPublicName, isCollection, isRequiredclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClassInfo, getPrivateName, getPublicName, isCollection, isRequiredgetOrigingetTypeInfogetDefaultValue, getDefaultValueNamespaceContextpublic CMAttributePropertyInfo(MPropertyInfoOrigin origin, MClassInfo<T,C> classInfo, String privateName, MTypeInfo<T,C> typeInfo, QName attributeName, boolean required, String defaultValue, NamespaceContext defaultValueNamespaceContext)
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-2016. All Rights Reserved.