org.jvnet.jaxb2_commons.xml.bind.model.concrete
Class CMAttributePropertyInfo<T,C>
java.lang.Object
org.jvnet.jaxb2_commons.xml.bind.model.concrete.CMPropertyInfo<T,C>
org.jvnet.jaxb2_commons.xml.bind.model.concrete.CMSingleTypePropertyInfo<T,C>
org.jvnet.jaxb2_commons.xml.bind.model.concrete.CMAttributePropertyInfo<T,C>
- All Implemented Interfaces:
- MAttributePropertyInfo<T,C>, MPropertyInfo<T,C>, MSingleTypePropertyInfo<T,C>, MTyped<T,C>, MOriginated<MPropertyInfoOrigin>
public class CMAttributePropertyInfo<T,C>
- extends CMSingleTypePropertyInfo<T,C>
- implements MAttributePropertyInfo<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 |
Methods inherited from interface org.jvnet.jaxb2_commons.xml.bind.model.MTyped |
getTypeInfo |
CMAttributePropertyInfo
public CMAttributePropertyInfo(MPropertyInfoOrigin origin,
MClassInfo<T,C> classInfo,
String privateName,
MTypeInfo<T,C> typeInfo,
QName attributeName)
getAttributeName
public QName getAttributeName()
- Specified by:
getAttributeName
in interface MAttributePropertyInfo<T,C>
acceptPropertyInfoVisitor
public <V> V acceptPropertyInfoVisitor(MPropertyInfoVisitor<T,C,V> visitor)
- Specified by:
acceptPropertyInfoVisitor
in interface MPropertyInfo<T,C>
Copyright © 2005-2012. All Rights Reserved.