Package org.jvnet.jaxb.xml.bind.model
Interface MAttributePropertyInfo<T,C extends T>
-
- All Superinterfaces:
MDefaultValue,MOriginated<MPropertyInfoOrigin>,MPropertyInfo<T,C>,MSingleTypePropertyInfo<T,C>,MTyped<T,C>
- All Known Implementing Classes:
CMAttributePropertyInfo
public interface MAttributePropertyInfo<T,C extends T> extends MSingleTypePropertyInfo<T,C>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QNamegetAttributeName()-
Methods inherited from interface org.jvnet.jaxb.xml.bind.model.MDefaultValue
getDefaultValue, getDefaultValueNamespaceContext
-
Methods inherited from interface org.jvnet.jaxb.xml.bind.model.origin.MOriginated
getOrigin
-
Methods inherited from interface org.jvnet.jaxb.xml.bind.model.MPropertyInfo
acceptPropertyInfoVisitor, getClassInfo, getPrivateName, getPublicName, isCollection, isRequired
-
Methods inherited from interface org.jvnet.jaxb.xml.bind.model.MTyped
getTypeInfo
-
-
-
-
Method Detail
-
getAttributeName
QName getAttributeName()
-
-